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