Skip to main content

ipam_scopes

Retrieves a list of ipam_scopes in a region

Overview

Nameipam_scopes
TypeResource
DescriptionResource Schema of AWS::EC2::IPAMScope Type
Idaws.ec2.ipam_scopes

Fields

NameDatatypeDescription
ipam_scope_idstringId of the IPAM scope.
regionstringAWS region.

Methods

NameAccessible byRequired Params
create_resourceINSERTdata__DesiredState, region
list_resourceSELECTregion

SELECT Example

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

Permissions

To operate on the ipam_scopes resource, the following permissions are required:

Create

ec2:CreateIpamScope,
ec2:DescribeIpamScopes,
ec2:CreateTags

List

ec2:DescribeIpamScopes