AccessKeyAuthTypeConnectionPropertiesArgs

data class AccessKeyAuthTypeConnectionPropertiesArgs(val authType: Output<String>, val category: Output<Either<String, ConnectionCategory>>? = null, val credentials: Output<ConnectionAccessKeyArgs>? = null, val error: Output<String>? = null, val expiryTime: Output<String>? = null, val isSharedToAll: Output<Boolean>? = null, val metadata: Output<Map<String, String>>? = null, val peRequirement: Output<Either<String, ManagedPERequirement>>? = null, val peStatus: Output<Either<String, ManagedPEStatus>>? = null, val sharedUserList: Output<List<String>>? = null, val target: Output<String>? = null, val useWorkspaceManagedIdentity: Output<Boolean>? = null) : ConvertibleToJava<AccessKeyAuthTypeConnectionPropertiesArgs>

Constructors

constructor(authType: Output<String>, category: Output<Either<String, ConnectionCategory>>? = null, credentials: Output<ConnectionAccessKeyArgs>? = null, error: Output<String>? = null, expiryTime: Output<String>? = null, isSharedToAll: Output<Boolean>? = null, metadata: Output<Map<String, String>>? = null, peRequirement: Output<Either<String, ManagedPERequirement>>? = null, peStatus: Output<Either<String, ManagedPEStatus>>? = null, sharedUserList: Output<List<String>>? = null, target: Output<String>? = null, useWorkspaceManagedIdentity: Output<Boolean>? = 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 error: Output<String>? = null
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 peRequirement: Output<Either<String, ManagedPERequirement>>? = null
Link copied to clipboard
val peStatus: Output<Either<String, ManagedPEStatus>>? = null
Link copied to clipboard
val sharedUserList: Output<List<String>>? = null
Link copied to clipboard
val target: Output<String>? = null
Link copied to clipboard

Functions

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