cloudtools / cloudtools/troposphere
How to create an OriginAccessIdentity for CloudFront
Open
- Dominant language
- Python
- Stars
- 4.9k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
The only information I have on OAI is the following
class S3Origin(AWSProperty):
props = {
'OriginAccessIdentity': (basestring, False),
}
How can I create on for my CloudFront distribution?
Pointers appreciated.
Contributor guide
Assessment
This issue has not been assessed yet.