--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_datasync_agent Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::DataSync::Agent --- # awscc_datasync_agent (Data Source) Data Source schema for AWS::DataSync::Agent ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `activation_key` (String) Activation key of the Agent. - `agent_arn` (String) The DataSync Agent ARN. - `agent_name` (String) The name configured for the agent. Text reference used to identify the agent in the console. - `endpoint_type` (String) The service endpoints that the agent will connect to. - `security_group_arns` (List of String) The ARNs of the security group used to protect your data transfer task subnets. - `subnet_arns` (List of String) The ARNs of the subnets in which DataSync will create elastic network interfaces for each data transfer task. - `tags` (Attributes Set) An array of key-value pairs to apply to this resource. (see [below for nested schema](#nestedatt--tags)) - `vpc_endpoint_id` (String) The ID of the VPC endpoint that the agent has access to. ### Nested Schema for `tags` Read-Only: - `key` (String) The key for an AWS resource tag. - `value` (String) The value for an AWS resource tag.