Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data VPCDerivedInfo = VPCDerivedInfo' {}
- newVPCDerivedInfo :: VPCDerivedInfo
- vPCDerivedInfo_securityGroupIds :: Lens' VPCDerivedInfo (Maybe [Text])
- vPCDerivedInfo_subnetIds :: Lens' VPCDerivedInfo (Maybe [Text])
- vPCDerivedInfo_vPCId :: Lens' VPCDerivedInfo (Maybe Text)
- vPCDerivedInfo_availabilityZones :: Lens' VPCDerivedInfo (Maybe [Text])
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.
VPCDerivedInfo' | |
|
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: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
.