Put Delivery Channel

POST {{aws_config_and_aws_config_rules_base_url}}/?Action=PutDeliveryChannel

Request Params

KeyDatatypeRequiredDescription
ActionstringThe configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket and to an Amazon SNS topic.

Request Body

{"DeliveryChannel"=>{"configSnapshotDeliveryProperties"=>{"deliveryFrequency"=>"string"}, "name"=>"string", "s3BucketName"=>"string", "s3KeyPrefix"=>"string", "snsTopicARN"=>"string"}}