Put Delivery Channel
POST {{aws_config_and_aws_config_rules_base_url}}/?Action=PutDeliveryChannel
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | The 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"}}