cloudtools / troposphere

troposphere - Python library to create AWS CloudFormation descriptions
BSD 2-Clause "Simplified" License
4.93k stars 1.45k forks source link

CodeArtifact resources should accept policytypes #2065

Closed michael-k closed 2 years ago

michael-k commented 2 years ago

codeartifact.Domain.PermissionsPolicyDocument and codeartifact.Repository.PermissionsPolicyDocument accept only dict. They should accept compat.policytypes instead.

markpeek commented 2 years ago

@michael-k Thank you for the issue. Let me know if this fix works for your use case.