VpcLink

public struct VpcLink : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The description of the VPC link.

    Declaration

    Swift

    public let description: String?
  • id

    The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.

    Declaration

    Swift

    public let id: String?
  • The name used to label and identify the VPC link.

    Declaration

    Swift

    public let name: String?
  • The status of the VPC link. The valid values are AVAILABLE, PENDING, DELETING, or FAILED. Deploying an API will wait if the status is PENDING and will fail if the status is DELETING.

    Declaration

    Swift

    public let status: VpcLinkStatus?
  • A description about the VPC link status.

    Declaration

    Swift

    public let statusMessage: String?
  • The collection of tags. Each tag element is associated with a given resource.

    Declaration

    Swift

    public let tags: [String : String]?
  • 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, id: String? = nil, name: String? = nil, status: VpcLinkStatus? = nil, statusMessage: String? = nil, tags: [String : String]? = nil, targetArns: [String]? = nil)