VpcGatewayAttachment

class VpcGatewayAttachment : KotlinCustomResource

Resource Type definition for AWS::EC2::VPCGatewayAttachment

Properties

Link copied to clipboard
val attachmentType: Output<String>

Used to identify if this resource is an Internet Gateway or Vpn Gateway Attachment

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The ID of the internet gateway. You must specify either InternetGatewayId or VpnGatewayId, but not both.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val vpcId: Output<String>

The ID of the VPC.

Link copied to clipboard
val vpnGatewayId: Output<String>?

The ID of the virtual private gateway. You must specify either InternetGatewayId or VpnGatewayId, but not both.