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 AwsEc2VpcDetails = AwsEc2VpcDetails' {}
- newAwsEc2VpcDetails :: AwsEc2VpcDetails
- awsEc2VpcDetails_state :: Lens' AwsEc2VpcDetails (Maybe Text)
- awsEc2VpcDetails_ipv6CidrBlockAssociationSet :: Lens' AwsEc2VpcDetails (Maybe [Ipv6CidrBlockAssociation])
- awsEc2VpcDetails_cidrBlockAssociationSet :: Lens' AwsEc2VpcDetails (Maybe [CidrBlockAssociation])
- awsEc2VpcDetails_dhcpOptionsId :: Lens' AwsEc2VpcDetails (Maybe Text)
Documentation
data AwsEc2VpcDetails Source #
Details about an EC2 VPC.
See: newAwsEc2VpcDetails
smart constructor.
AwsEc2VpcDetails' | |
|
Instances
newAwsEc2VpcDetails :: AwsEc2VpcDetails Source #
Create a value of AwsEc2VpcDetails
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:state:AwsEc2VpcDetails'
, awsEc2VpcDetails_state
- The current state of the VPC.
$sel:ipv6CidrBlockAssociationSet:AwsEc2VpcDetails'
, awsEc2VpcDetails_ipv6CidrBlockAssociationSet
- Information about the IPv6 CIDR blocks associated with the VPC.
$sel:cidrBlockAssociationSet:AwsEc2VpcDetails'
, awsEc2VpcDetails_cidrBlockAssociationSet
- Information about the IPv4 CIDR blocks associated with the VPC.
$sel:dhcpOptionsId:AwsEc2VpcDetails'
, awsEc2VpcDetails_dhcpOptionsId
- The identifier of the set of Dynamic Host Configuration Protocol (DHCP)
options that are associated with the VPC. If the default options are
associated with the VPC, then this is default.
awsEc2VpcDetails_state :: Lens' AwsEc2VpcDetails (Maybe Text) Source #
The current state of the VPC.
awsEc2VpcDetails_ipv6CidrBlockAssociationSet :: Lens' AwsEc2VpcDetails (Maybe [Ipv6CidrBlockAssociation]) Source #
Information about the IPv6 CIDR blocks associated with the VPC.
awsEc2VpcDetails_cidrBlockAssociationSet :: Lens' AwsEc2VpcDetails (Maybe [CidrBlockAssociation]) Source #
Information about the IPv4 CIDR blocks associated with the VPC.
awsEc2VpcDetails_dhcpOptionsId :: Lens' AwsEc2VpcDetails (Maybe Text) Source #
The identifier of the set of Dynamic Host Configuration Protocol (DHCP) options that are associated with the VPC. If the default options are associated with the VPC, then this is default.