GetVpcLinkResult

data class GetVpcLinkResult(val description: String, val id: String, val name: String, val status: String, val statusMessage: String, val tags: Map<String, String>, val targetArns: List<String>)

A collection of values returned by getVpcLink.

Constructors

Link copied to clipboard
constructor(description: String, id: String, name: String, status: String, statusMessage: String, tags: Map<String, String>, targetArns: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Description of the VPC link.

Link copied to clipboard
val id: String

Set to the ID of the found API Gateway VPC Link.

Link copied to clipboard
Link copied to clipboard

Status of the VPC link.

Link copied to clipboard

Status message of the VPC link.

Link copied to clipboard

Key-value map of resource tags

Link copied to clipboard

List of network load balancer arns in the VPC targeted by the VPC link. Currently AWS only supports 1 target.