get Attachments
Get information on EC2 Transit Gateway Attachments. {{% examples %}}
Example Usage
{{% /examples %}}
Return
A collection of values returned by getAttachments.
Parameters
argument
A collection of arguments for invoking getAttachments.
suspend fun getAttachments(filters: List<GetAttachmentsFilter>? = null, tags: Map<String, String>? = null): GetAttachmentsResult
Return
A collection of values returned by getAttachments.
Parameters
filters
One or more configuration blocks containing name-values filters. Detailed below.
tags
See also
suspend fun getAttachments(argument: suspend GetAttachmentsPlainArgsBuilder.() -> Unit): GetAttachmentsResult
Return
A collection of values returned by getAttachments.
Parameters
argument
Builder for com.pulumi.aws.ec2transitgateway.kotlin.inputs.GetAttachmentsPlainArgs.