GetVpcAttachmentPlainArgs

data class GetVpcAttachmentPlainArgs(val filters: List<GetVpcAttachmentFilter>? = null, val id: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetVpcAttachmentPlainArgs>

A collection of arguments for invoking getVpcAttachment.

Constructors

Link copied to clipboard
constructor(filters: List<GetVpcAttachmentFilter>? = null, id: String? = null, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

One or more configuration blocks containing name-values filters. Detailed below.

Link copied to clipboard
val id: String? = null

Identifier of the EC2 Transit Gateway VPC Attachment.

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

Key-value tags for the EC2 Transit Gateway VPC Attachment

Functions

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