Skip to main content

ipam_scopes_list_only

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

Overview

Nameipam_scopes_list_only
TypeResource
DescriptionResource Schema of AWS::EC2::IPAMScope Type
Idaws.ec2.ipam_scopes_list_only

Fields

NameDatatypeDescription
ipam_scope_idstringId of the IPAM scope.
arnstringThe Amazon Resource Name (ARN) of the IPAM scope.
ipam_idstringThe Id of the IPAM this scope is a part of.
ipam_arnstringThe Amazon Resource Name (ARN) of the IPAM this scope is a part of.
ipam_scope_typestringDetermines whether this scope contains publicly routable space or space for a private network
is_defaultbooleanIs this one of the default scopes created with the IPAM.
descriptionstring
pool_countintegerThe number of pools that currently exist in this scope.
tagsarrayAn array of key-value pairs to apply to this resource.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all ipam_scopes in a region.

SELECT
region,
ipam_scope_id
FROM aws.ec2.ipam_scopes_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the ipam_scopes_list_only resource, see ipam_scopes