ipam_resource_discoveries_list_only
Lists ipam_resource_discoveries
in a region or regions, for all properties use ipam_resource_discoveries
Overview
Name | ipam_resource_discoveries_list_only |
Type | Resource |
Description | Resource Schema of AWS::EC2::IPAMResourceDiscovery Type |
Id | aws.ec2.ipam_resource_discoveries_list_only |
Fields
Name | Datatype | Description |
---|---|---|
ipam_resource_discovery_id | string | Id of the IPAM Pool. |
owner_id | string | Owner Account ID of the Resource Discovery |
operating_regions | array | The regions Resource Discovery is enabled for. Allows resource discoveries to be created in these regions, as well as enabling monitoring |
ipam_resource_discovery_region | string | The region the resource discovery is setup in. |
description | string | |
is_default | boolean | Determines whether or not address space from this pool is publicly advertised. Must be set if and only if the pool is IPv6. |
ipam_resource_discovery_arn | string | Amazon Resource Name (Arn) for the Resource Discovery. |
state | string | The state of this Resource Discovery. |
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 ipam_resource_discoveries
in a region.
SELECT
region,
ipam_resource_discovery_id
FROM aws.ec2.ipam_resource_discoveries_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the ipam_resource_discoveries_list_only
resource, see ipam_resource_discoveries