AssociateVPCWithHostedZoneRequest
public struct AssociateVPCWithHostedZoneRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Optional: A comment about the association request.
Declaration
Swift
public let comment: String?
-
The ID of the private hosted zone that you want to associate an Amazon VPC with. Note that you can’t associate a VPC with a hosted zone that doesn’t have an existing VPC association.
Declaration
Swift
public let hostedZoneId: String
-
A complex type that contains information about the VPC that you want to associate with a private hosted zone.
Declaration
Swift
public let vpc: VPC
-
Undocumented
Declaration
Swift
public init(comment: String? = nil, hostedZoneId: String, vpc: VPC)
-
Declaration
Swift
public func validate(name: String) throws