CreateVPCAssociationAuthorizationRequest
public struct CreateVPCAssociationAuthorizationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the private hosted zone that you want to authorize associating a VPC with.
Declaration
Swift
public let hostedZoneId: String
-
A complex type that contains the VPC ID and region for the VPC that you want to authorize associating with your hosted zone.
Declaration
Swift
public let vpc: VPC
-
Undocumented
Declaration
Swift
public init(hostedZoneId: String, vpc: VPC)
-
Declaration
Swift
public func validate(name: String) throws