CredentialProviderTypeEnumValueArgs

data class CredentialProviderTypeEnumValueArgs(val value: Output<Either<String, CredentialProviderType>>? = null) : ConvertibleToJava<CredentialProviderTypeEnumValueArgs>

Definition of CredentialProviderTypeEnumValue

Constructors

Link copied to clipboard
constructor(value: Output<Either<String, CredentialProviderType>>? = null)

Properties

Link copied to clipboard
val value: Output<Either<String, CredentialProviderType>>? = null

Property value

Functions

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