| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ElasticSearch.Types.VPCDerivedInfo
Description
Synopsis
- data VPCDerivedInfo = VPCDerivedInfo' {}
- newVPCDerivedInfo :: VPCDerivedInfo
- vPCDerivedInfo_availabilityZones :: Lens' VPCDerivedInfo (Maybe [Text])
- vPCDerivedInfo_securityGroupIds :: Lens' VPCDerivedInfo (Maybe [Text])
- vPCDerivedInfo_subnetIds :: Lens' VPCDerivedInfo (Maybe [Text])
- vPCDerivedInfo_vPCId :: Lens' VPCDerivedInfo (Maybe Text)
Documentation
data VPCDerivedInfo Source #
Options to specify the subnets and security groups for VPC endpoint. For more information, see VPC Endpoints for Amazon Elasticsearch Service Domains.
See: newVPCDerivedInfo smart constructor.
Constructors
| VPCDerivedInfo' | |
Fields
| |
Instances
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 availability zones for the Elasticsearch domain. Exists only if the
domain was created with VPCOptions.
$sel:securityGroupIds:VPCDerivedInfo', vPCDerivedInfo_securityGroupIds - Specifies the security groups for VPC endpoint.
$sel:subnetIds:VPCDerivedInfo', vPCDerivedInfo_subnetIds - Specifies the subnets for VPC endpoint.
$sel:vPCId:VPCDerivedInfo', vPCDerivedInfo_vPCId - The VPC Id for the Elasticsearch domain. Exists only if the domain was
created with VPCOptions.
vPCDerivedInfo_availabilityZones :: Lens' VPCDerivedInfo (Maybe [Text]) Source #
The availability zones for the Elasticsearch domain. Exists only if the domain was created with VPCOptions.
vPCDerivedInfo_securityGroupIds :: Lens' VPCDerivedInfo (Maybe [Text]) Source #
Specifies the security groups for VPC endpoint.
vPCDerivedInfo_subnetIds :: Lens' VPCDerivedInfo (Maybe [Text]) Source #
Specifies the subnets for VPC endpoint.
vPCDerivedInfo_vPCId :: Lens' VPCDerivedInfo (Maybe Text) Source #
The VPC Id for the Elasticsearch domain. Exists only if the domain was created with VPCOptions.