ipams_list_only
Lists ipams
in a region or regions, for all properties use ipams
Overview
Name | ipams_list_only |
Type | Resource |
Description | Resource Schema of AWS::EC2::IPAM Type |
Id | aws.ec2.ipams_list_only |
Fields
Name | Datatype | Description |
---|---|---|
ipam_id | string | Id of the IPAM. |
arn | string | The Amazon Resource Name (ARN) of the IPAM. |
default_resource_discovery_id | string | The Id of the default resource discovery, created with this IPAM. |
default_resource_discovery_association_id | string | The Id of the default association to the default resource discovery, created with this IPAM. |
resource_discovery_association_count | integer | The count of resource discoveries associated with this IPAM. |
description | string | |
public_default_scope_id | string | The Id of the default scope for publicly routable IP space, created with this IPAM. |
private_default_scope_id | string | The Id of the default scope for publicly routable IP space, created with this IPAM. |
scope_count | integer | The number of scopes that currently exist in this IPAM. |
operating_regions | array | The regions IPAM is enabled for. Allows pools to be created in these regions, as well as enabling monitoring |
tier | string | The tier of the IPAM. |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all ipams
in a region.
SELECT
region,
ipam_id
FROM aws.ec2.ipams_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the ipams_list_only
resource, see ipams