Expand description
Manages an EC2 Carrier Gateway. See the AWS documentation for more information.
§Example Usage
resources:
example:
type: aws:ec2:CarrierGateway
properties:
vpcId: ${exampleAwsVpc.id}
tags:
Name: example-carrier-gateway
§Import
Using pulumi import
, import aws_ec2_carrier_gateway
using the carrier gateway’s ID. For example:
$ pulumi import aws:ec2/carrierGateway:CarrierGateway example cgw-12345
Structs§
- Use builder syntax to set the inputs and finish with
build_struct()
.
Functions§
- Registers a new resource with the given unique name and arguments