VpcLinkArgs

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

Resource Type definition for AWS::ApiGatewayV2::VpcLink

Constructors

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

Functions

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

Properties

Link copied to clipboard
val name: Output<String>? = null
Link copied to clipboard
val securityGroupIds: Output<List<String>>? = null
Link copied to clipboard
val subnetIds: Output<List<String>>? = null
Link copied to clipboard
val tags: Output<Any>? = null

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