paws.management (version 0.1.0)

configservice_deliver_config_snapshot: Schedules delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel

Description

Schedules delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel. After the delivery has started, AWS Config sends the following notifications using an Amazon SNS topic that you have specified.

Usage

configservice_deliver_config_snapshot(deliveryChannelName)

Arguments

deliveryChannelName

[required] The name of the delivery channel through which the snapshot is delivered.

Request syntax

svc$deliver_config_snapshot(
  deliveryChannelName = "string"
)

Details

  • Notification of the start of the delivery.

  • Notification of the completion of the delivery, if the delivery was successfully completed.

  • Notification of delivery failure, if the delivery failed.