agents_list_only
Lists agents in a region or regions, for all properties use agents
Overview
| Name | agents_list_only |
| Type | Resource |
| Description | Resource schema for AWS::DataSync::Agent. |
| Id | aws.datasync.agents_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
agent_arn | string | The DataSync Agent ARN. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all agents in a region.
SELECT
region,
agent_arn
FROM aws.datasync.agents_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the agents_list_only resource, see agents