VpcLink

class VpcLink : KotlinCustomResource

Schema for AWS ApiGateway VpcLink

Properties

Link copied to clipboard
val description: Output<String>?

A description of the VPC link.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

A name for the VPC link.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<VpcLinkTag>>?

An array of arbitrary tags (key-value pairs) to associate with the stage.

Link copied to clipboard
val targetArns: Output<List<String>>

The ARN of 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.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val vpcLinkId: Output<String>

The ID of the instance that backs VPC link.