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 policy: Output<ActivityPolicyArgs>? = null, val referenceObjects: Output<CustomActivityReferenceObjectArgs>? = null, val resourceLinkedService: Output<LinkedServiceReferenceArgs>? = null, val retentionTimeInDays: Output<Any>? = 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>, policy: Output<ActivityPolicyArgs>? = null, referenceObjects: Output<CustomActivityReferenceObjectArgs>? = null, resourceLinkedService: Output<LinkedServiceReferenceArgs>? = null, retentionTimeInDays: Output<Any>? = null, type: Output<String>, userProperties: Output<List<UserPropertyArgs>>? = null)