ipam_resource_discovery_associations_list_only
Lists ipam_resource_discovery_associations
in a region or regions, for all properties use ipam_resource_discovery_associations
Overview
Name | ipam_resource_discovery_associations_list_only |
Type | Resource |
Description | Resource Schema of AWS::EC2::IPAMResourceDiscoveryAssociation Type |
Id | aws.ec2.ipam_resource_discovery_associations_list_only |
Fields
Name | Datatype | Description |
---|---|---|
ipam_arn | string | Arn of the IPAM. |
ipam_region | string | The home region of the IPAM. |
ipam_resource_discovery_association_id | string | Id of the IPAM Resource Discovery Association. |
ipam_resource_discovery_id | string | The Amazon Resource Name (ARN) of the IPAM Resource Discovery Association. |
ipam_id | string | The Id of the IPAM this Resource Discovery is associated to. |
ipam_resource_discovery_association_arn | string | The Amazon Resource Name (ARN) of the resource discovery association is a part of. |
is_default | boolean | If the Resource Discovery Association exists due as part of CreateIpam. |
owner_id | string | The AWS Account ID for the account where the shared IPAM exists. |
state | string | The operational state of the Resource Discovery Association. Related to Create/Delete activities. |
resource_discovery_status | string | The status of the 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_discovery_associations
in a region.
SELECT
region,
ipam_resource_discovery_association_id
FROM aws.ec2.ipam_resource_discovery_associations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the ipam_resource_discovery_associations_list_only
resource, see ipam_resource_discovery_associations