GetStorageSystemResult

data class GetStorageSystemResult(val agentArns: List<String>? = null, val cloudWatchLogGroupArn: String? = null, val connectivityStatus: StorageSystemConnectivityStatus? = null, val name: String? = null, val secretsManagerArn: String? = null, val serverConfiguration: StorageSystemServerConfiguration? = null, val storageSystemArn: String? = null, val systemType: StorageSystemSystemType? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(agentArns: List<String>? = null, cloudWatchLogGroupArn: String? = null, connectivityStatus: StorageSystemConnectivityStatus? = null, name: String? = null, secretsManagerArn: String? = null, serverConfiguration: StorageSystemServerConfiguration? = null, storageSystemArn: String? = null, systemType: StorageSystemSystemType? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val agentArns: List<String>? = null

The ARN of the DataSync agent that connects to and reads from the on-premises storage system's management interface.

Link copied to clipboard

The ARN of the Amazon CloudWatch log group used to monitor and log discovery job events.

Link copied to clipboard

Indicates whether the DataSync agent can access the on-premises storage system.

Link copied to clipboard
val name: String? = null

A familiar name for the on-premises storage system.

Link copied to clipboard

The ARN of a secret stored by AWS Secrets Manager.

Link copied to clipboard

Specifies the server name and network port required to connect with the management interface of your on-premises storage system.

Link copied to clipboard

The ARN of the on-premises storage system added to DataSync Discovery.

Link copied to clipboard

The type of on-premises storage system that DataSync Discovery will analyze.

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

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