EnterpriseCrmEventbusProtoTeardownTaskConfigArgs

data class EnterpriseCrmEventbusProtoTeardownTaskConfigArgs(val creatorEmail: Output<String>? = null, val name: Output<String>, val nextTeardownTask: Output<EnterpriseCrmEventbusProtoNextTeardownTaskArgs>? = null, val parameters: Output<EnterpriseCrmEventbusProtoEventParametersArgs>? = null, val properties: Output<EnterpriseCrmEventbusProtoEventBusPropertiesArgs>? = null, val teardownTaskImplementationClassName: Output<String>) : ConvertibleToJava<EnterpriseCrmEventbusProtoTeardownTaskConfigArgs>

Constructors

constructor(creatorEmail: Output<String>? = null, name: Output<String>, nextTeardownTask: Output<EnterpriseCrmEventbusProtoNextTeardownTaskArgs>? = null, parameters: Output<EnterpriseCrmEventbusProtoEventParametersArgs>? = null, properties: Output<EnterpriseCrmEventbusProtoEventBusPropertiesArgs>? = null, teardownTaskImplementationClassName: Output<String>)

Properties

Link copied to clipboard
val creatorEmail: Output<String>? = null

The creator's email address.

Link copied to clipboard
val name: Output<String>

Unique identifier of the teardown task within this Config. We use this field as the identifier to find next teardown tasks.

Link copied to clipboard

The parameters the user can pass to this task.

Link copied to clipboard
Link copied to clipboard

Implementation class name.

Functions

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