RevenueShareAllocation
A single allocation change within a batch request.
Contents
Note
In the following list, the required parameters are described first.
-
The operation type: CREATE or UPDATE.
Type: String
Valid Values:
CREATE | UPDATERequired: Yes
-
The customer AWS account ID for this associated deal entity.
Type: String
Length Constraints: Fixed length of 12.
Pattern:
[0-9]{12}Required: Yes
-
The effective start date for this allocation.
Type: String
Length Constraints: Fixed length of 10.
Pattern:
\d{4}-\d{2}-\d{2}Required: Yes
-
The effective end date for this allocation.
Type: String
Length Constraints: Fixed length of 10.
Pattern:
\d{4}-\d{2}-\d{2}Required: Yes
-
The unique identifier of the associated deal entity.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[\w\-:/.]+Required: Yes
-
The type of the associated deal entity.
Type: String
Valid Values:
OFFER | OPPORTUNITYRequired: Yes
-
Revenue share percentage.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 6.
Pattern:
\d{1,3}(\.\d{1,2})?Required: Yes
-
The allocation to update. Required when Action is UPDATE.
Type: String
Length Constraints: Fixed length of 19.
Pattern:
alloc-[a-z0-9]{13}Required: No
-
Allocation status. Defaults to ACTIVE on CREATE.
Type: String
Valid Values:
ACTIVE | INACTIVERequired: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: