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<StorageSystemTagArgs>>? = null) : ConvertibleToJava<StorageSystemArgs>
Resource schema for AWS::DataSync::StorageSystem.
Constructors
Link copied to clipboard
fun StorageSystemArgs(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<StorageSystemTagArgs>>? = null)