get Vpc Gateway Attachment
suspend fun getVpcGatewayAttachment(argument: GetVpcGatewayAttachmentPlainArgs): GetVpcGatewayAttachmentResult
Resource Type definition for AWS::EC2::VPCGatewayAttachment
Return
null
Parameters
argument
null
suspend fun getVpcGatewayAttachment(attachmentType: String, vpcId: String): GetVpcGatewayAttachmentResult
Return
null
Parameters
attachment Type
Used to identify if this resource is an Internet Gateway or Vpn Gateway Attachment
vpc Id
The ID of the VPC.
See also
suspend fun getVpcGatewayAttachment(argument: suspend GetVpcGatewayAttachmentPlainArgsBuilder.() -> Unit): GetVpcGatewayAttachmentResult
Return
null
Parameters
argument
Builder for com.pulumi.awsnative.ec2.kotlin.inputs.GetVpcGatewayAttachmentPlainArgs.