AmlTokenComputeIdentityArgs

data class AmlTokenComputeIdentityArgs(val computeIdentityType: Output<String>) : ConvertibleToJava<AmlTokenComputeIdentityArgs>

AML token compute identity definition.

Constructors

Link copied to clipboard
constructor(computeIdentityType: Output<String>)

Properties

Link copied to clipboard

Monitor compute identity type enum. Expected value is 'AmlToken'.

Functions

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