GetPeeringAttachmentPlainArgs

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

A collection of arguments for invoking getPeeringAttachment.

Constructors

Link copied to clipboard
constructor(filters: List<GetPeeringAttachmentFilter>? = 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 Peering Attachment.

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

Mapping of tags, each pair of which must exactly match a pair on the specific EC2 Transit Gateway Peering Attachment to retrieve. More complex filters can be expressed using one or more filter sub-blocks, which take the following arguments:

Functions

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