Skip to main content

ipam_scopes

Retrieves a list of ipam_scopes in a region

Overview

Nameipam_scopes
TypeResource
Descriptionipam_scopes
Idawscc.ec2.ipam_scopes

Fields

NameDatatypeDescription
ipam_scope_idstringId of the IPAM scope.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
ipam_scope_id
FROM awscc.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