AgentListEntry
Represents a single entry in a list (or array) of Amazon DataSync agents when you call the ListAgents operation.
Contents
- AgentArn
-
The Amazon Resource Name (ARN) of a DataSync agent.
Type: String
Length Constraints: Maximum length of 128.
Pattern:
^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:agent/agent-[0-9a-z]{17}$
Required: No
- Name
-
The name of an agent.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
^[a-zA-Z0-9\s+=._:@/-]+$
Required: No
- Status
-
The status of an agent. For more information, see DataSync agent statuses.
Type: String
Valid Values:
ONLINE | OFFLINE
Required: No
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: