CreateEngagement
The CreateEngagement
action allows you to create an
Engagement
, which serves as a collaborative space between different
parties such as AWS Partners and AWS Sellers. This action automatically adds the
caller's AWS account as an active member of the newly created
Engagement
.
Request Syntax
{
"Catalog": "string
",
"ClientToken": "string
",
"Contexts": [
{
"Payload": { ... },
"Type": "string
"
}
],
"Description": "string
",
"Title": "string
"
}
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
The request accepts the following data in JSON format.
Note
In the following list, the required parameters are described first.
- Catalog
-
The
CreateEngagementRequest$Catalog
parameter specifies the catalog related to the engagement. Accepted values areAWS
andSandbox
, which determine the environment in which the engagement is managed.Type: String
Pattern:
^[a-zA-Z]+$
Required: Yes
- ClientToken
-
The
CreateEngagementRequest$ClientToken
parameter specifies a unique, case-sensitive identifier to ensure that the request is handled exactly once. The value must not exceed sixty-four alphanumeric characters.Type: String
Pattern:
^[!-~]{1,64}$
Required: Yes
- Description
-
Provides a description of the
Engagement
.Type: String
Length Constraints: Minimum length of 0. Maximum length of 255.
Required: Yes
- Title
-
Specifies the title of the
Engagement
.Type: String
Length Constraints: Minimum length of 1. Maximum length of 40.
Required: Yes
- Contexts
-
The
Contexts
field is a required array of objects, with a maximum of 5 contexts allowed, specifying detailed information about customer projects associated with the Engagement. Each context object contains aType
field indicating the context type, which must beCustomerProject
in this version, and aPayload
field containing theCustomerProject
details. TheCustomerProject
object is composed of two main components:Customer
andProject
. TheCustomer
object includes information such asCompanyName
,WebsiteUrl
,Industry
, andCountryCode
, providing essential details about the customer. TheProject
object containsTitle
,BusinessProblem
, andTargetCompletionDate
, offering insights into the specific project associated with the customer. This structure allows comprehensive context to be included within the Engagement, facilitating effective collaboration between parties by providing relevant customer and project information.Type: Array of EngagementContextDetails objects
Array Members: Minimum number of 0 items. Maximum number of 5 items.
Required: No
Response Syntax
{
"Arn": "string",
"Id": "string"
}
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
Errors
For information about the errors that are common to all actions, see Common Errors.
- AccessDeniedException
-
This error occurs when you don't have permission to perform the requested action.
You don’t have access to this action or resource. Review IAM policies or contact your AWS administrator for assistance.
HTTP Status Code: 400
- ConflictException
-
This error occurs when the request can’t be processed due to a conflict with the target resource's current state, which could result from updating or deleting the resource.
Suggested action: Fetch the latest state of the resource, verify the state, and retry the request.
HTTP Status Code: 400
- ResourceNotFoundException
-
This error occurs when the specified resource can't be found. The resource might not exist, or isn't visible with the current credentials.
Suggested action: Verify that the resource ID is correct and the resource is in the expected AWS region. Check IAM permissions for accessing the resource.
HTTP Status Code: 400
- ServiceQuotaExceededException
-
This error occurs when the request would cause a service quota to be exceeded. Service quotas represent the maximum allowed use of a specific resource, and this error indicates that the request would surpass that limit.
Suggested action: Review the Quotas for the resource, and either reduce usage or request a quota increase.
HTTP Status Code: 400
- ThrottlingException
-
This error occurs when there are too many requests sent. Review the provided quotas and adapt your usage to avoid throttling.
This error occurs when there are too many requests sent. Review the provided Quotas and retry after the provided delay.
HTTP Status Code: 400
- ValidationException
-
The input fails to satisfy the constraints specified by the service or business validation rules.
Suggested action: Review the error message, including the failed fields and reasons, to correct the request payload.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: