carrier_gateway
Gets an individual carrier_gateway
resource
Overview
Name | carrier_gateway |
Type | Resource |
Description | carrier_gateway |
Id | awscc.ec2.carrier_gateway |
Fields
Name | Datatype | Description |
---|---|---|
carrier_gateway_id | string | The ID of the carrier gateway. |
state | string | The state of the carrier gateway. |
vpc_id | string | The ID of the VPC. |
owner_id | string | The ID of the owner. |
tags | array | The tags for the carrier gateway. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
carrier_gateway_id,
state,
vpc_id,
owner_id,
tags
FROM awscc.ec2.carrier_gateway
WHERE data__Identifier = '<CarrierGatewayId>';
Permissions
To operate on the carrier_gateway
resource, the following permissions are required:
Read
ec2:DescribeCarrierGateways
Update
ec2:DescribeCarrierGateways,
ec2:CreateTags,
ec2:DeleteTags
Delete
ec2:DeleteCarrierGateway,
ec2:DescribeCarrierGateways