StorageSystemArgs

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
val agentArns: Output<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
val cloudWatchLogGroupArn: Output<String>? = null

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

Link copied to clipboard
val name: Output<String>? = null

A familiar name for the on-premises storage system.

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
val systemType: Output<StorageSystemSystemType>? = null

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

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

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

Functions

Link copied to clipboard
open override fun toJava(): StorageSystemArgs