StartEngagementFromOpportunityTaskRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates the level of AWS involvement in the opportunity. This field helps track AWS participation throughout the engagement, such as providing technical support, deal assistance, and sales support.

Link copied to clipboard

Specifies the catalog in which the engagement is tracked. Acceptable values include AWS for production and Sandbox for testing environments.

Link copied to clipboard

A unique token provided by the client to help ensure the idempotency of the request. It helps prevent the same task from being performed multiple times.

Link copied to clipboard

The unique identifier of the opportunity from which the engagement task is to be initiated. This helps ensure that the task is applied to the correct opportunity.

Link copied to clipboard
val tags: List<Tag>?

A map of the key-value pairs of the tag or tags to assign.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String