Skip to main content

vw_subnet_route_table_associations

Custom view of subnet_route_table_associations resources in a region

Overview

Namevw_subnet_route_table_associations
TypeResource
Descriptionvw_subnet_route_table_associations
Idawscc.ec2.vw_subnet_route_table_associations

Fields

NameDatatypeDescription
route_table_idstringThe ID of the route table associated with the subnet.
idstringThe unique identifier for the subnet route table association.
subnet_idstringThe ID of the subnet.
regionstringAWS region.

Methods

NameAccessible byRequired Params
viewSELECTregion

SELECT examples

Lists all vw_subnet_route_table_associations in a region.

SELECT
region,
route_table_id,
id,
subnet_id
FROM awscc.ec2.vw_subnet_route_table_associations
WHERE
region = '{{ region }}';