ipam_scope
Gets an individual ipam_scope
resource
Overview
Name | ipam_scope |
Type | Resource |
Description | ipam_scope |
Id | awscc.ec2.ipam_scope |
Fields
Name | Datatype | Description |
---|---|---|
ipam_scope_id | string | Id of the IPAM scope. |
arn | string | The Amazon Resource Name (ARN) of the IPAM scope. |
ipam_id | string | The Id of the IPAM this scope is a part of. |
ipam_arn | string | The Amazon Resource Name (ARN) of the IPAM this scope is a part of. |
ipam_scope_type | string | Determines whether this scope contains publicly routable space or space for a private network |
is_default | boolean | Is this one of the default scopes created with the IPAM. |
description | string | |
pool_count | integer | The number of pools that currently exist in this scope. |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
ipam_scope_id,
arn,
ipam_id,
ipam_arn,
ipam_scope_type,
is_default,
description,
pool_count,
tags
FROM awscc.ec2.ipam_scope
WHERE data__Identifier = '<IpamScopeId>';
Permissions
To operate on the ipam_scope
resource, the following permissions are required:
Read
ec2:DescribeIpamScopes
Update
ec2:ModifyIpamScope,
ec2:DescribeIpamScopes,
ec2:CreateTags,
ec2:DeleteTags
Delete
ec2:DeleteIpamScope,
ec2:DescribeIpamScopes,
ec2:DeleteTags