Vpc
public struct Vpc : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The primary IPv4 CIDR block for the VPC. DeclarationSwift public let cidrBlock: String?
- 
                  
                  Information about the IPv4 CIDR blocks associated with the VPC. DeclarationSwift public let cidrBlockAssociationSet: [VpcCidrBlockAssociation]?
- 
                  
                  The ID of the set of DHCP options you’ve associated with the VPC. DeclarationSwift public let dhcpOptionsId: String?
- 
                  
                  The allowed tenancy of instances launched into the VPC. DeclarationSwift public let instanceTenancy: Tenancy?
- 
                  
                  Information about the IPv6 CIDR blocks associated with the VPC. DeclarationSwift public let ipv6CidrBlockAssociationSet: [VpcIpv6CidrBlockAssociation]?
- 
                  
                  Indicates whether the VPC is the default VPC. DeclarationSwift public let isDefault: Bool?
- 
                  
                  The ID of the AWS account that owns the VPC. DeclarationSwift public let ownerId: String?
- 
                  
                  The current state of the VPC. DeclarationSwift public let state: VpcState?
- 
                  
                  Any tags assigned to the VPC. DeclarationSwift public let tags: [Tag]?
- 
                  
                  The ID of the VPC. DeclarationSwift public let vpcId: String?
- 
                  init(cidrBlock:cidrBlockAssociationSet:dhcpOptionsId:instanceTenancy:ipv6CidrBlockAssociationSet:isDefault:ownerId:state:tags:vpcId:)Undocumented DeclarationSwift public init(cidrBlock: String? = nil, cidrBlockAssociationSet: [VpcCidrBlockAssociation]? = nil, dhcpOptionsId: String? = nil, instanceTenancy: Tenancy? = nil, ipv6CidrBlockAssociationSet: [VpcIpv6CidrBlockAssociation]? = nil, isDefault: Bool? = nil, ownerId: String? = nil, state: VpcState? = nil, tags: [Tag]? = nil, vpcId: String? = nil)
 View on GitHub
View on GitHub Vpc Structure Reference
        Vpc Structure Reference