Get Storage System Result
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)
Properties
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
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.