Storage System Args
data class StorageSystemArgs(val agentArns: Output<List<String>>? = null, val cloudWatchLogGroupArn: Output<String>? = null, val name: Output<String>? = null, val serverConfiguration: Output<StorageSystemServerConfigurationArgs>? = null, val serverCredentials: Output<StorageSystemServerCredentialsArgs>? = null, val systemType: Output<StorageSystemSystemType>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<StorageSystemArgs>
Resource schema for AWS::DataSync::StorageSystem.
Constructors
Link copied to clipboard
constructor(agentArns: Output<List<String>>? = null, cloudWatchLogGroupArn: Output<String>? = null, name: Output<String>? = null, serverConfiguration: Output<StorageSystemServerConfigurationArgs>? = null, serverCredentials: Output<StorageSystemServerCredentialsArgs>? = null, systemType: Output<StorageSystemSystemType>? = null, tags: Output<List<TagArgs>>? = 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
Specifies the server name and network port required to connect with the management interface of your on-premises storage system.
Link copied to clipboard
Specifies the user name and password for accessing your on-premises storage system's management interface.
Link copied to clipboard
The type of on-premises storage system that DataSync Discovery will analyze.