troposphere
troposphere copied to clipboard
troposphere - Python library to create AWS CloudFormation descriptions
When outputting to YAML or JSON, boolean values should not have quotes around them. An output file will produce E3012 errors when ran through `cfn-lint` because of this. See: https://github.com/awslabs/cfn-python-lint/issues/260...
(Troposphere version 2.5.3) I have a custom resource, and I'd like to set the service token on a conditional for compliance reasons; however, I get an error because `TemplateGenerator` seems...
Dear Team, I am not getting any example or help to create S3 bucket with policy bucket policy that will allow CloudTrail to write files there and two data policies:...
Anyone has an example on how to use or create an SNS subscription with a filter policy?
I'm trying to write swagger in RestApi, How should I write ymal file in a dict ? Is there any example doing this ? ``` class RestApi(AWSObject): resource_type = "AWS::ApiGateway::RestApi"...
Per #1064, add an example for bringing up an EKS cluster.
Hi, Does anyone have an example of CloudTrail Data Event for S3? I have a few buckets I need to enable event selector on for both read and write API...
Hello, I see your nodejs example which I am going to test. But is it possible to have a python example? Maybe I just need to change the code with...
Would be nice to see if Troposphere supports this, in particular the AWS::CloudFormation::Interface functionality in CloudFormation.