amazonka-opensearch-2.0: Amazon OpenSearch Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.OpenSearch.Types.VPCDerivedInfo

Description

 
Synopsis

Documentation

data VPCDerivedInfo Source #

Information about the subnets and security groups for an Amazon OpenSearch Service domain provisioned within a virtual private cloud (VPC). For more information, see Launching your Amazon OpenSearch Service domains using a VPC. This information only exists if the domain was created with VPCOptions.

See: newVPCDerivedInfo smart constructor.

Constructors

VPCDerivedInfo' 

Fields

Instances

Instances details
FromJSON VPCDerivedInfo Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VPCDerivedInfo

Generic VPCDerivedInfo Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VPCDerivedInfo

Associated Types

type Rep VPCDerivedInfo :: Type -> Type #

Read VPCDerivedInfo Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VPCDerivedInfo

Show VPCDerivedInfo Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VPCDerivedInfo

NFData VPCDerivedInfo Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VPCDerivedInfo

Methods

rnf :: VPCDerivedInfo -> () #

Eq VPCDerivedInfo Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VPCDerivedInfo

Hashable VPCDerivedInfo Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VPCDerivedInfo

type Rep VPCDerivedInfo Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VPCDerivedInfo

type Rep VPCDerivedInfo = D1 ('MetaData "VPCDerivedInfo" "Amazonka.OpenSearch.Types.VPCDerivedInfo" "amazonka-opensearch-2.0-GNoaWlqGXH04P8GBIHM78L" 'False) (C1 ('MetaCons "VPCDerivedInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "availabilityZones") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "securityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "subnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "vPCId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newVPCDerivedInfo :: VPCDerivedInfo Source #

Create a value of VPCDerivedInfo 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:availabilityZones:VPCDerivedInfo', vPCDerivedInfo_availabilityZones - The list of Availability Zones associated with the VPC subnets.

$sel:securityGroupIds:VPCDerivedInfo', vPCDerivedInfo_securityGroupIds - The list of security group IDs associated with the VPC endpoints for the domain.

$sel:subnetIds:VPCDerivedInfo', vPCDerivedInfo_subnetIds - A list of subnet IDs associated with the VPC endpoints for the domain.

$sel:vPCId:VPCDerivedInfo', vPCDerivedInfo_vPCId - The ID for your VPC. Amazon VPC generates this value when you create a VPC.

vPCDerivedInfo_availabilityZones :: Lens' VPCDerivedInfo (Maybe [Text]) Source #

The list of Availability Zones associated with the VPC subnets.

vPCDerivedInfo_securityGroupIds :: Lens' VPCDerivedInfo (Maybe [Text]) Source #

The list of security group IDs associated with the VPC endpoints for the domain.

vPCDerivedInfo_subnetIds :: Lens' VPCDerivedInfo (Maybe [Text]) Source #

A list of subnet IDs associated with the VPC endpoints for the domain.

vPCDerivedInfo_vPCId :: Lens' VPCDerivedInfo (Maybe Text) Source #

The ID for your VPC. Amazon VPC generates this value when you create a VPC.