StackStorageConnectorArgs

data class StackStorageConnectorArgs(val connectorType: Output<String>, val domains: Output<List<String>>? = null, val resourceIdentifier: Output<String>? = null) : ConvertibleToJava<StackStorageConnectorArgs>

Constructors

Link copied to clipboard
constructor(connectorType: Output<String>, domains: Output<List<String>>? = null, resourceIdentifier: Output<String>? = null)

Properties

Link copied to clipboard
val connectorType: Output<String>

Type of storage connector. Valid values are HOMEFOLDERS, GOOGLE_DRIVE, or ONE_DRIVE.

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

Names of the domains for the account.

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

ARN of the storage connector.

Functions

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