DescribeAgentResponse
public struct DescribeAgentResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the agent.
Declaration
Swift
public let agentArn: String?
-
The time that the agent was activated (that is, created in your account).
Declaration
Swift
public let creationTime: TimeStamp?
-
The type of endpoint that your agent is connected to. If the endpoint is a VPC endpoint, the agent is not accessible over the public internet.
Declaration
Swift
public let endpointType: EndpointType?
-
The time that the agent last connected to DataSyc.
Declaration
Swift
public let lastConnectionTime: TimeStamp?
-
The name of the agent.
Declaration
Swift
public let name: String?
-
The subnet and the security group that DataSync used to access a VPC endpoint.
Declaration
Swift
public let privateLinkConfig: PrivateLinkConfig?
-
The status of the agent. If the status is ONLINE, then the agent is configured properly and is available to use. The Running status is the normal running status for an agent. If the status is OFFLINE, the agent’s VM is turned off or the agent is in an unhealthy state. When the issue that caused the unhealthy state is resolved, the agent returns to ONLINE status.
Declaration
Swift
public let status: AgentStatus?
-
Undocumented
Declaration
Swift
public init(agentArn: String? = nil, creationTime: TimeStamp? = nil, endpointType: EndpointType? = nil, lastConnectionTime: TimeStamp? = nil, name: String? = nil, privateLinkConfig: PrivateLinkConfig? = nil, status: AgentStatus? = nil)