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_name | string | The name configured for the agent. Text reference used to identify the agent in the console. |
activation_key | string | Activation key of the Agent. |
security_group_arns | array | The ARNs of the security group used to protect your data transfer task subnets. |
subnet_arns | array | The ARNs of the subnets in which DataSync will create elastic network interfaces for each data transfer task. |
vpc_endpoint_id | string | The ID of the VPC endpoint that the agent has access to. |
endpoint_type | string | The service endpoints that the agent will connect to. |
tags | array | An array of key-value pairs to apply to this resource. |
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