aws-cloudformation / aws-cloudformation-resource-providers-logs

The CloudFormation Resource Provider Package For Amazon CloudWatch Logs
https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/WhatIsCloudWatchLogs.html
Apache License 2.0
33 stars 35 forks source link

Fix ReadHandler to use resource policy info from DescribeResourcePolicies request #63

Open AaronLi opened 3 years ago

AaronLi commented 3 years ago

Issue #, if available: None Description of changes: This changes the resource policy read handler to use the actual data it receives from the DescribeResourcePolicies request instead of the ResourceModel it received to search with.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.