AwsEc2VpcDetails
public struct AwsEc2VpcDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the IPv4 CIDR blocks associated with the VPC.
Declaration
Swift
public let cidrBlockAssociationSet: [CidrBlockAssociation]?
-
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.
Declaration
Swift
public let dhcpOptionsId: String?
-
Information about the IPv6 CIDR blocks associated with the VPC.
Declaration
Swift
public let ipv6CidrBlockAssociationSet: [Ipv6CidrBlockAssociation]?
-
The current state of the VPC.
Declaration
Swift
public let state: String?
-
Undocumented
Declaration
Swift
public init(cidrBlockAssociationSet: [CidrBlockAssociation]? = nil, dhcpOptionsId: String? = nil, ipv6CidrBlockAssociationSet: [Ipv6CidrBlockAssociation]? = nil, state: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws