runway.cfngin.blueprints.cfngin_bucket module¶
CFNgin Bucket Blueprint.
- class runway.cfngin.blueprints.cfngin_bucket.CfnginBucket[source]¶
Bases:
Blueprint
CFNgin Bucket Blueprint.
- property bucket: Bucket¶
CFNgin Bucket.
- property bucket_encryption: AWSHelperFn | s3.BucketEncryption¶
CFNgin bucket encryption.
This cached property can be overridden in a subclass to customize the BucketEncryption property of the bucket without needing to override the bucket cached property.
- property bucket_name: AWSHelperFn¶
CFNgin Bucket name.
- property bucket_tags: Tags¶
CFNgin bucket tags.
This cached property can be overridden in a subclass to customize the Tags property of the bucket without needing to override the bucket cached property.