Amazon web services – KMS key policy to allow Step Function state machine to use encrypted SNS topic
I have Encrypted SNS topic with KMS key. Here is KMS policy: Type: 'AWS::KMS::Key' Properties: Description: Key for SNS Encryption Enabled: true EnableKeyRotation: true KeyPolicy: Version: 2012-10-17 Id: KmsKeyPolicy Statement: - Sid: AllowDFX5AdminPermissionSet Effect: Allow Principal: AWS: !Ref ParamKMSKeyAdministratorUserRoleArn Action:…