VpcLink

class VpcLink : KotlinCustomResource

The `AWS::ApiGatewayV2::VpcLink` resource creates a VPC link. Supported only for HTTP APIs. The VPC link status must transition from `PENDING` to `AVAILABLE` to successfully create a VPC link, which can take up to 10 minutes. To learn more, see Working with VPC Links for HTTP APIs in the API Gateway Developer Guide.

Properties

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

The name of the VPC link.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A list of security group IDs for the VPC link.

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

A list of subnet IDs to include in the VPC link.

Link copied to clipboard
val tags: Output<Map<String, String>>?

The collection of tags. Each tag element is associated with a given resource.

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

The VPC link ID.