Skip to main content

agent_tags

Expands all tag keys and values for agents in a region

Overview

Nameagent_tags
TypeResource
DescriptionResource schema for AWS::DataSync::Agent.
Idaws.datasync.agent_tags

Fields

NameDatatypeDescription
agent_namestringThe name configured for the agent. Text reference used to identify the agent in the console.
activation_keystringActivation key of the Agent.
security_group_arnsarrayThe ARNs of the security group used to protect your data transfer task subnets.
subnet_arnsarrayThe ARNs of the subnets in which DataSync will create elastic network interfaces for each data transfer task.
vpc_endpoint_idstringThe ID of the VPC endpoint that the agent has access to.
endpoint_typestringThe service endpoints that the agent will connect to.
agent_arnstringThe DataSync Agent ARN.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all agents in a region.

SELECT
region,
agent_name,
activation_key,
security_group_arns,
subnet_arns,
vpc_endpoint_id,
endpoint_type,
agent_arn,
tag_key,
tag_value
FROM aws.datasync.agent_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the agent_tags resource, see agents