1

This AWS document has some examples for resource based policies for AWS pinpoint but I am not able to understand where to put this policy document for a new pinpoint application(project) via CFN. The CFN for AWS::Pinpoint::App does not seem to have a policy attribute.

Does anyone know where to plugin the resource-based policy for pinpoint app?

Joy Chopra
  • 120
  • 1
  • 2
  • 11

1 Answers1

1

Unfortunately, pinpoint doesn't support resource-based policies.

The types of IAM policies available for pinpoint are listed in the following table:

To be sure I also checked pinpoint aws cli for poinpoint and couldn't locate any information about resource-based policies for pinpoint.

I not sure what the documentation you linked is referring to. Probably for some other resources that can interact with pinpoint, e.g. a lambda function.

Marcin
  • 215,873
  • 14
  • 235
  • 294