Custom Activity Args
constructor(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)