| 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.OpenSearch.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 #
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
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.