CreateVpcLinkRequest
public struct CreateVpcLinkRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The description of the VPC link.
Declaration
Swift
public let description: String?
-
[Required] The name used to label and identify the VPC link.
Declaration
Swift
public let name: String
-
The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with aws:. The tag value can be up to 256 characters.
Declaration
Swift
public let tags: [String : String]?
-
[Required] The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer must be owned by the same AWS account of the API owner.
Declaration
Swift
public let targetArns: [String]
-
Undocumented
Declaration
Swift
public init(description: String? = nil, name: String, tags: [String : String]? = nil, targetArns: [String])