VpcLinkArgs

data class VpcLinkArgs(val description: Output<String>? = null, val name: Output<String>? = null, val tags: Output<List<VpcLinkTagArgs>>? = null, val targetArns: Output<List<String>>? = null) : ConvertibleToJava<VpcLinkArgs>

Schema for AWS ApiGateway VpcLink

Constructors

Link copied to clipboard
fun VpcLinkArgs(description: Output<String>? = null, name: Output<String>? = null, tags: Output<List<VpcLinkTagArgs>>? = null, targetArns: Output<List<String>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): VpcLinkArgs

Properties

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

A description of the VPC link.

Link copied to clipboard
val name: Output<String>? = null

A name for the VPC link.

Link copied to clipboard
val tags: Output<List<VpcLinkTagArgs>>? = null

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

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

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.