Skip to content

Instantly share code, notes, and snippets.

@gezza-b
Last active April 26, 2020 07:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gezza-b/251f3ba1200f2987babc9296cc4eb7bf to your computer and use it in GitHub Desktop.
Save gezza-b/251f3ba1200f2987babc9296cc4eb7bf to your computer and use it in GitHub Desktop.
AWS Config Delivery Channel
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