ipam_scopes
Retrieves a list of ipam_scopes
in a region
Overview
Name | ipam_scopes |
Type | Resource |
Description | ipam_scopes |
Id | awscc.ec2.ipam_scopes |
Fields
Name | Datatype | Description |
---|---|---|
ipam_scope_id | string | Id of the IPAM scope. |
region | string | AWS 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