VpcLinkArgs

data class VpcLinkArgs(val name: Output<String>? = null, val securityGroupIds: Output<List<String>>? = null, val subnetIds: Output<List<String>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<VpcLinkArgs>

Resource Type definition for AWS::ApiGatewayV2::VpcLink

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, securityGroupIds: Output<List<String>>? = null, subnetIds: Output<List<String>>? = null, tags: Output<Map<String, String>>? = null)

Properties

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

The name of the VPC link.

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

A list of security group IDs for the VPC link.

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

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

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

This resource type use map for Tags, suggest to use List of Tag

Functions

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