AllocatePublicVirtualInterfaceRequest
public struct AllocatePublicVirtualInterfaceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the connection on which the public virtual interface is provisioned.
Declaration
Swift
public let connectionId: String
-
Information about the public virtual interface.
Declaration
Swift
public let newPublicVirtualInterfaceAllocation: NewPublicVirtualInterfaceAllocation
-
The ID of the AWS account that owns the public virtual interface.
Declaration
Swift
public let ownerAccount: String
-
Undocumented
Declaration
Swift
public init(connectionId: String, newPublicVirtualInterfaceAllocation: NewPublicVirtualInterfaceAllocation, ownerAccount: String)
-
Declaration
Swift
public func validate(name: String) throws