VpcLink

class VpcLink : KotlinCustomResource

The `AWS::ApiGateway::VpcLink` resource creates an API Gateway VPC link for a REST API to access resources in an Amazon Virtual Private Cloud (VPC). For more information, see vpclink:create in the `Amazon API Gateway REST API Reference`.

Properties

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

The description of the VPC link.

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

The name used to label and identify 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<Tag>>?

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

Link copied to clipboard
val targetArns: Output<List<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.

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

The ID for the VPC link. For example: abc123 .