aws-cloudformation / aws-cloudformation-resource-providers-codeartifact

The CloudFormation Resource Provider Package for the AWS CodeArtifact service
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_CodeArtifact.html
Apache License 2.0
27 stars 7 forks source link

ReadHandler for Domain and Repository should make policyDocument available #18

Closed jonjara closed 4 years ago

jonjara commented 4 years ago

Is your feature request related to a problem? Please describe. Without it, GetAtt cannot get resource policy for resources

Describe the solution you'd like Translator should populate policyDocument into the resource model using getPermissionPolicy APIs

sankalpbhandari commented 4 years ago

Users can set the policyDocument for domain and repository and is NOT a readOnly property . There seems to be no need to have these as part of GetAtt. Hence closing this issue.