libZSservicesZSamazonka-securityhubZSamazonka-securityhub
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SecurityHub.Types.AwsOpenSearchServiceDomainDetails

Description

 
Synopsis

Documentation

data AwsOpenSearchServiceDomainDetails Source #

Information about an Amazon OpenSearch Service domain.

See: newAwsOpenSearchServiceDomainDetails smart constructor.

Constructors

AwsOpenSearchServiceDomainDetails' 

Fields

Instances

Instances details
Eq AwsOpenSearchServiceDomainDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsOpenSearchServiceDomainDetails

Read AwsOpenSearchServiceDomainDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsOpenSearchServiceDomainDetails

Show AwsOpenSearchServiceDomainDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsOpenSearchServiceDomainDetails

Generic AwsOpenSearchServiceDomainDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsOpenSearchServiceDomainDetails

Associated Types

type Rep AwsOpenSearchServiceDomainDetails :: Type -> Type #

NFData AwsOpenSearchServiceDomainDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsOpenSearchServiceDomainDetails

Hashable AwsOpenSearchServiceDomainDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsOpenSearchServiceDomainDetails

ToJSON AwsOpenSearchServiceDomainDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsOpenSearchServiceDomainDetails

FromJSON AwsOpenSearchServiceDomainDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsOpenSearchServiceDomainDetails

type Rep AwsOpenSearchServiceDomainDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsOpenSearchServiceDomainDetails

type Rep AwsOpenSearchServiceDomainDetails = D1 ('MetaData "AwsOpenSearchServiceDomainDetails" "Amazonka.SecurityHub.Types.AwsOpenSearchServiceDomainDetails" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsOpenSearchServiceDomainDetails'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nodeToNodeEncryptionOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails)) :*: S1 ('MetaSel ('Just "accessPolicies") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "serviceSoftwareOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "logPublishingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AwsOpenSearchServiceDomainLogPublishingOptionsDetails)) :*: S1 ('MetaSel ('Just "clusterConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AwsOpenSearchServiceDomainClusterConfigDetails))))) :*: ((S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "encryptionAtRestOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails)) :*: S1 ('MetaSel ('Just "vpcOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AwsOpenSearchServiceDomainVpcOptionsDetails)))) :*: ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "domainEndpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "domainEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "domainEndpointOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AwsOpenSearchServiceDomainDomainEndpointOptionsDetails)))))))

newAwsOpenSearchServiceDomainDetails :: AwsOpenSearchServiceDomainDetails Source #

Create a value of AwsOpenSearchServiceDomainDetails with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:engineVersion:AwsOpenSearchServiceDomainDetails', awsOpenSearchServiceDomainDetails_engineVersion - The version of the domain engine.

$sel:nodeToNodeEncryptionOptions:AwsOpenSearchServiceDomainDetails', awsOpenSearchServiceDomainDetails_nodeToNodeEncryptionOptions - Details about the configuration for node-to-node encryption.

$sel:accessPolicies:AwsOpenSearchServiceDomainDetails', awsOpenSearchServiceDomainDetails_accessPolicies - IAM policy document that specifies the access policies for the OpenSearch Service domain.

$sel:serviceSoftwareOptions:AwsOpenSearchServiceDomainDetails', awsOpenSearchServiceDomainDetails_serviceSoftwareOptions - Information about the status of a domain relative to the latest service software.

$sel:arn:AwsOpenSearchServiceDomainDetails', awsOpenSearchServiceDomainDetails_arn - The ARN of the OpenSearch Service domain.

$sel:logPublishingOptions:AwsOpenSearchServiceDomainDetails', awsOpenSearchServiceDomainDetails_logPublishingOptions - Configures the CloudWatch Logs to publish for the OpenSearch domain.

$sel:clusterConfig:AwsOpenSearchServiceDomainDetails', awsOpenSearchServiceDomainDetails_clusterConfig - Details about the configuration of an OpenSearch cluster.

$sel:domainName:AwsOpenSearchServiceDomainDetails', awsOpenSearchServiceDomainDetails_domainName - The name of the endpoint.

$sel:encryptionAtRestOptions:AwsOpenSearchServiceDomainDetails', awsOpenSearchServiceDomainDetails_encryptionAtRestOptions - Details about the configuration for encryption at rest.

$sel:vpcOptions:AwsOpenSearchServiceDomainDetails', awsOpenSearchServiceDomainDetails_vpcOptions - Information that OpenSearch Service derives based on VPCOptions for the domain.

$sel:id:AwsOpenSearchServiceDomainDetails', awsOpenSearchServiceDomainDetails_id - The identifier of the domain.

$sel:domainEndpoints:AwsOpenSearchServiceDomainDetails', awsOpenSearchServiceDomainDetails_domainEndpoints - The domain endpoints. Used if the OpenSearch domain resides in a VPC.

This is a map of key-value pairs. The key is always vpc. The value is the endpoint.

$sel:domainEndpoint:AwsOpenSearchServiceDomainDetails', awsOpenSearchServiceDomainDetails_domainEndpoint - The domain endpoint.

$sel:domainEndpointOptions:AwsOpenSearchServiceDomainDetails', awsOpenSearchServiceDomainDetails_domainEndpointOptions - Additional options for the domain endpoint.

awsOpenSearchServiceDomainDetails_accessPolicies :: Lens' AwsOpenSearchServiceDomainDetails (Maybe Text) Source #

IAM policy document that specifies the access policies for the OpenSearch Service domain.

awsOpenSearchServiceDomainDetails_domainEndpoints :: Lens' AwsOpenSearchServiceDomainDetails (Maybe (HashMap Text Text)) Source #

The domain endpoints. Used if the OpenSearch domain resides in a VPC.

This is a map of key-value pairs. The key is always vpc. The value is the endpoint.