You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "If your product is a SaaS contract, use the entitelement SNS topic provided by AWS Marketplace at the time the limited listing was published."
Description: "If your product is a SaaS subscription or Saas contract with subscription, use the entitlement SNS topic provided by AWS Marketplace at the time the limited listing was published."
The descriptions of these fields are incorrect (or at least very confusing to the reader) and the one line includes a typo (entitelement).
The likely descriptions should be to just use the correct "entitlement/contract" SNS topic for the Entitlements field and the "subscription" SNS topic for the Subscriptions field. (match the the SNS topic ARN to the parameter field name) If the descriptions are followed, the stack will fail to deploy due to insufficient permissions since a subscription saas marketplace product won't have access to an entitlement notification SNS topic. I'm not sure what the original intent with these descriptions were... perhaps the "Subscriptions SNS topic ARN" was supposed to read "... use the subscriptions SNS topic..."?
The text was updated successfully, but these errors were encountered:
Yeah, the field names seem to be correct and the descriptions seem to be incorrect. So it was working for us if you put the sns topic for "entitlement/contract" in the Entitlements field and ignore the description and put the "subscription" sns topic in the Subscriptions field and ignore that description, too.
Two lines involved:
cloudformation-aws-marketplace-saas/templates/cloudformation-aws-marketplace-saas.template.yaml
Line 61 in 869a306
cloudformation-aws-marketplace-saas/templates/cloudformation-aws-marketplace-saas.template.yaml
Line 74 in 869a306
The descriptions of these fields are incorrect (or at least very confusing to the reader) and the one line includes a typo (
entitelement
).The likely descriptions should be to just use the correct "entitlement/contract" SNS topic for the Entitlements field and the "subscription" SNS topic for the Subscriptions field. (match the the SNS topic ARN to the parameter field name) If the descriptions are followed, the stack will fail to deploy due to insufficient permissions since a subscription saas marketplace product won't have access to an entitlement notification SNS topic. I'm not sure what the original intent with these descriptions were... perhaps the "Subscriptions SNS topic ARN" was supposed to read "... use the subscriptions SNS topic..."?
The text was updated successfully, but these errors were encountered: