pulumi_wasm_providers_aws_mini::ec2

Module carrier_gateway

source
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§

Functions§

  • Registers a new resource with the given unique name and arguments