GetVpcLinkResult

data class GetVpcLinkResult(val arn: String, val id: String, val name: String, val securityGroupIds: List<String>, val subnetIds: List<String>, val tags: Map<String, String>, val vpcLinkId: String)

A collection of values returned by getVpcLink.

Constructors

Link copied to clipboard
constructor(arn: String, id: String, name: String, securityGroupIds: List<String>, subnetIds: List<String>, tags: Map<String, String>, vpcLinkId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the VPC Link.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

VPC Link Name.

Link copied to clipboard

List of security groups associated with the VPC Link.

Link copied to clipboard

List of subnets attached to the VPC Link.

Link copied to clipboard

VPC Link Tags.

Link copied to clipboard