Custom Activity Args
data class CustomActivityArgs(val autoUserSpecification: Output<Any>? = null, val command: Output<Any>, val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val extendedProperties: Output<Map<String, Any>>? = null, val folderPath: Output<Any>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val name: Output<String>, val onInactiveMarkAs: Output<Either<String, ActivityOnInactiveMarkAs>>? = null, val policy: Output<ActivityPolicyArgs>? = null, val referenceObjects: Output<CustomActivityReferenceObjectArgs>? = null, val resourceLinkedService: Output<LinkedServiceReferenceArgs>? = null, val retentionTimeInDays: Output<Any>? = null, val state: Output<Either<String, ActivityState>>? = null, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<CustomActivityArgs>
Custom activity type.
Constructors
Link copied to clipboard
fun CustomActivityArgs(autoUserSpecification: Output<Any>? = null, command: Output<Any>, dependsOn: Output<List<ActivityDependencyArgs>>? = null, description: Output<String>? = null, extendedProperties: Output<Map<String, Any>>? = null, folderPath: Output<Any>? = null, linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, name: Output<String>, onInactiveMarkAs: Output<Either<String, ActivityOnInactiveMarkAs>>? = null, policy: Output<ActivityPolicyArgs>? = null, referenceObjects: Output<CustomActivityReferenceObjectArgs>? = null, resourceLinkedService: Output<LinkedServiceReferenceArgs>? = null, retentionTimeInDays: Output<Any>? = null, state: Output<Either<String, ActivityState>>? = null, type: Output<String>, userProperties: Output<List<UserPropertyArgs>>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard