VpcLink
public struct VpcLink : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The timestamp when the VPC link was created.
Declaration
Swift
public let createdDate: TimeStamp? -
The name of the VPC link.
Declaration
Swift
public let name: String -
A list of security group IDs for the VPC link.
Declaration
Swift
public let securityGroupIds: [String] -
A list of subnet IDs to include in the VPC link.
Declaration
Swift
public let subnetIds: [String] -
Tags for the VPC link.
Declaration
Swift
public let tags: [String : String]? -
The ID of the VPC link.
Declaration
Swift
public let vpcLinkId: String -
The status of the VPC link.
Declaration
Swift
public let vpcLinkStatus: VpcLinkStatus? -
A message summarizing the cause of the status of the VPC link.
Declaration
Swift
public let vpcLinkStatusMessage: String? -
The version of the VPC link.
Declaration
Swift
public let vpcLinkVersion: VpcLinkVersion? -
init(createdDate:name:securityGroupIds:subnetIds:tags:vpcLinkId:vpcLinkStatus:vpcLinkStatusMessage:vpcLinkVersion:)Undocumented
Declaration
Swift
public init(createdDate: TimeStamp? = nil, name: String, securityGroupIds: [String], subnetIds: [String], tags: [String : String]? = nil, vpcLinkId: String, vpcLinkStatus: VpcLinkStatus? = nil, vpcLinkStatusMessage: String? = nil, vpcLinkVersion: VpcLinkVersion? = nil)
View on GitHub
VpcLink Structure Reference