libZSservicesZSamazonka-opensearchZSamazonka-opensearch
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.OpenSearch.Types.VPCDerivedInfo

Description

 
Synopsis

Documentation

data VPCDerivedInfo Source #

Options to specify the subnets and security groups for the VPC endpoint. For more information, see Launching your Amazon OpenSearch Service domains using a VPC.

See: newVPCDerivedInfo smart constructor.

Constructors

VPCDerivedInfo' 

Fields

Instances

Instances details
Eq VPCDerivedInfo Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VPCDerivedInfo

Read VPCDerivedInfo Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VPCDerivedInfo

Show 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 #

NFData VPCDerivedInfo Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VPCDerivedInfo

Methods

rnf :: VPCDerivedInfo -> () #

Hashable VPCDerivedInfo Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VPCDerivedInfo

FromJSON 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" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "VPCDerivedInfo'" 'PrefixI 'True) ((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)) :*: S1 ('MetaSel ('Just "availabilityZones") '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:securityGroupIds:VPCDerivedInfo', vPCDerivedInfo_securityGroupIds - The security groups for the VPC endpoint.

$sel:subnetIds:VPCDerivedInfo', vPCDerivedInfo_subnetIds - The subnets for the VPC endpoint.

$sel:vPCId:VPCDerivedInfo', vPCDerivedInfo_vPCId - The VPC ID for the domain. Exists only if the domain was created with VPCOptions.

$sel:availabilityZones:VPCDerivedInfo', vPCDerivedInfo_availabilityZones - The Availability Zones for the domain. Exists only if the domain was created with VPCOptions.

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

The security groups for the VPC endpoint.

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

The subnets for the VPC endpoint.

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

The VPC ID for the domain. Exists only if the domain was created with VPCOptions.

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

The Availability Zones for the domain. Exists only if the domain was created with VPCOptions.