Last active
April 26, 2020 07:17
-
-
Save gezza-b/251f3ba1200f2987babc9296cc4eb7bf to your computer and use it in GitHub Desktop.
AWS Config Delivery Channel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ConfigDeliveryChannel: | |
Type: AWS::Config::DeliveryChannel | |
Properties: | |
ConfigSnapshotDeliveryProperties: | |
DeliveryFrequency: 'One_Hour' | |
Name: !Ref ConfigDeliveryChannel | |
S3BucketName: !Ref ConfigBucketName |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment