AccessKeyAuthTypeWorkspaceConnectionPropertiesArgs

data class AccessKeyAuthTypeWorkspaceConnectionPropertiesArgs(val authType: Output<String>, val category: Output<Either<String, ConnectionCategory>>? = null, val credentials: Output<WorkspaceConnectionAccessKeyArgs>? = null, val expiryTime: Output<String>? = null, val isSharedToAll: Output<Boolean>? = null, val metadata: Output<Map<String, String>>? = null, val sharedUserList: Output<List<String>>? = null, val target: Output<String>? = null, val value: Output<String>? = null, val valueFormat: Output<Either<String, ValueFormat>>? = null) : ConvertibleToJava<AccessKeyAuthTypeWorkspaceConnectionPropertiesArgs>

Constructors

constructor(authType: Output<String>, category: Output<Either<String, ConnectionCategory>>? = null, credentials: Output<WorkspaceConnectionAccessKeyArgs>? = null, expiryTime: Output<String>? = null, isSharedToAll: Output<Boolean>? = null, metadata: Output<Map<String, String>>? = null, sharedUserList: Output<List<String>>? = null, target: Output<String>? = null, value: Output<String>? = null, valueFormat: Output<Either<String, ValueFormat>>? = null)

Properties

Link copied to clipboard
val authType: Output<String>

Authentication type of the connection target Expected value is 'AccessKey'.

Link copied to clipboard
val category: Output<Either<String, ConnectionCategory>>? = null

Category of the connection

Link copied to clipboard
Link copied to clipboard
val expiryTime: Output<String>? = null
Link copied to clipboard
val isSharedToAll: Output<Boolean>? = null
Link copied to clipboard
val metadata: Output<Map<String, String>>? = null

Store user metadata for this connection

Link copied to clipboard
val sharedUserList: Output<List<String>>? = null
Link copied to clipboard
val target: Output<String>? = null
Link copied to clipboard
val value: Output<String>? = null

Value details of the workspace connection.

Link copied to clipboard
val valueFormat: Output<Either<String, ValueFormat>>? = null

format for the workspace connection value

Functions

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