Skip to main content

carrier_gateways_list_only

Lists carrier_gateways in a region or regions, for all properties use carrier_gateways

Overview

Namecarrier_gateways_list_only
TypeResource
DescriptionAn example resource schema demonstrating some basic constructs and validation rules.
Idaws.ec2.carrier_gateways_list_only

Fields

NameDatatypeDescription
carrier_gateway_idstringThe ID of the carrier gateway.
statestringThe state of the carrier gateway.
vpc_idstringThe ID of the VPC.
owner_idstringThe ID of the owner.
tagsarrayThe tags for the carrier gateway.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all carrier_gateways in a region.

SELECT
region,
carrier_gateway_id
FROM aws.ec2.carrier_gateways_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the carrier_gateways_list_only resource, see carrier_gateways