ConfigService / Client / deliver_config_snapshot
deliver_config_snapshot#
- ConfigService.Client.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.
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.
See also: AWS API Documentation
Request Syntax
response = client.deliver_config_snapshot( deliveryChannelName='string' )
- Parameters:
deliveryChannelName (string) –
[REQUIRED]
The name of the delivery channel through which the snapshot is delivered.
- Return type:
dict
- Returns:
Response Syntax
{ 'configSnapshotId': 'string' }
Response Structure
(dict) –
The output for the DeliverConfigSnapshot action, in JSON format.
configSnapshotId (string) –
The ID of the snapshot that is being created.
Exceptions
ConfigService.Client.exceptions.NoSuchDeliveryChannelException
ConfigService.Client.exceptions.NoAvailableConfigurationRecorderException
ConfigService.Client.exceptions.NoRunningConfigurationRecorderException