GetAgentResult

data class GetAgentResult(val agentArn: String? = null, val agentName: String? = null, val endpointType: AgentEndpointType? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(agentArn: String? = null, agentName: String? = null, endpointType: AgentEndpointType? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val agentArn: String? = null

The DataSync Agent ARN.

Link copied to clipboard
val agentName: String? = null

The name configured for the agent. Text reference used to identify the agent in the console.

Link copied to clipboard

The service endpoints that the agent will connect to.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.