Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IsOrganizationalTrail supported? #1505

Closed
LewisYates opened this issue Oct 5, 2019 · 3 comments
Closed

IsOrganizationalTrail supported? #1505

LewisYates opened this issue Oct 5, 2019 · 3 comments

Comments

@LewisYates
Copy link

LewisYates commented Oct 5, 2019

Hello.

I get the following when trying to automated the creation of an Organization Trail:

AttributeError: AWS::CloudTrail::Trail object does not support attribute IsOrganizationalTrail

Is this supported?

org_trail = t.add_resource(Trail(
    "OrganizationTrail",
    IsOrganizationalTrail=True,

Thanks!

@markpeek
Copy link
Member

markpeek commented Oct 5, 2019

Not currently defined in the CloudFormation docs or resource spec files. Need to await implementation by the CF team.

@PatMyron
Copy link
Contributor

PatMyron commented Jan 12, 2020

Troposphere cannot support features CloudFormation itself does not yet support. CloudFormation support is being tracked in aws-cloudformation/cloudformation-coverage-roadmap#45

@marinpurgar
Copy link
Contributor

One can simply check by comparing the API documentation and CloudFormation documentation:

https://docs.aws.amazon.com/awscloudtrail/latest/APIReference/API_CreateTrail.html#awscloudtrail-CreateTrail-request-IsOrganizationTrail
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html

@LewisYates BTW the property name (when it is implemented in CFN) will be IsOrganizationTrail not IsOrganizationalTrail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants