deliver_config_snapshot
(**kwargs)¶Schedules delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel. After the delivery has started, Config sends the following notifications using an Amazon SNS topic that you have specified.
See also: AWS API Documentation
Request Syntax
response = client.deliver_config_snapshot(
deliveryChannelName='string'
)
[REQUIRED]
The name of the delivery channel through which the snapshot is delivered.
{
'configSnapshotId': 'string'
}
Response Structure
The output for the DeliverConfigSnapshot action, in JSON format.
The ID of the snapshot that is being created.
Exceptions
ConfigService.Client.exceptions.NoSuchDeliveryChannelException
ConfigService.Client.exceptions.NoAvailableConfigurationRecorderException
ConfigService.Client.exceptions.NoRunningConfigurationRecorderException