discoveries_list_only
Lists discoveries in a region or regions, for all properties use discoveries
Overview
| Name | discoveries_list_only |
| Type | Resource |
| Description | Resource Type definition for AWS::ApplicationSignals::Discovery |
| Id | awscc.applicationsignals.discoveries_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
account_id | string | The identifier for the specified AWS account. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all discoveries in a region.
SELECT
region,
account_id
FROM awscc.applicationsignals.discoveries_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the discoveries_list_only resource, see discoveries