get Vpc Attachments
Get information on EC2 Transit Gateway VPC Attachments.
Example Usage
By Filter
No Java example available.
Return
A collection of values returned by getVpcAttachments.
Parameters
argument
A collection of arguments for invoking getVpcAttachments.
suspend fun getVpcAttachments(filters: List<GetVpcAttachmentsFilter>? = null): GetVpcAttachmentsResult
Return
A collection of values returned by getVpcAttachments.
Parameters
filters
One or more configuration blocks containing name-values filters. Detailed below.
See also
suspend fun getVpcAttachments(argument: suspend GetVpcAttachmentsPlainArgsBuilder.() -> Unit): GetVpcAttachmentsResult
Return
A collection of values returned by getVpcAttachments.
Parameters
argument
Builder for com.pulumi.aws.ec2transitgateway.kotlin.inputs.GetVpcAttachmentsPlainArgs.