RelatedEntityIdentifiers
This field provides the associations' information for other entities with the
opportunity. These entities include identifiers for AWSProducts
,
Partner Solutions
, and AWSMarketplaceOffers
.
Contents
Note
In the following list, the required parameters are described first.
- AwsMarketplaceOffers
-
Takes one value per opportunity. Each value is an Amazon Resource Name (ARN), in this format:
"offers": ["arn:aws:aws-marketplace:us-east-1:999999999999:AWSMarketplace/Offer/offer-sampleOffer32"]
.Use the ListEntities action in the Marketplace Catalog APIs for a list of offers in the associated Marketplace seller account.
Type: Array of strings
Pattern:
^arn:aws:aws-marketplace:[a-z]{1,2}-[a-z]*-\d+:\d{12}:AWSMarketplace/Offer/.*$
Required: No
- AwsProducts
-
Enables the association of specific AWS products with the
Opportunity
. Partners can indicate the relevant AWS products for theOpportunity
's solution and align with the customer's needs. Returns multiple values separated by commas. For example,"AWSProducts" : ["AmazonRedshift", "AWSAppFabric", "AWSCleanRooms"]
.Use the file with the list of AWS products hosted on GitHub: AWS products
. Type: Array of strings
Required: No
- Solutions
-
Enables partner solutions or offerings' association with an opportunity. To associate a solution, provide the solution's unique identifier, which you can obtain with the
ListSolutions
operation.If the specific solution identifier is not available, you can use the value
Other
and provide details about the solution in theotherSolutionOffered
field. But when the opportunity reaches theCommitted
stage or beyond, theOther
value cannot be used, and a valid solution identifier must be provided.By associating the relevant solutions with the opportunity, you can communicate the offerings that are being considered or implemented to address the customer's business problem.
Type: Array of strings
Pattern:
^S-[0-9]{1,19}$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: