AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Namespace: Amazon.ConfigService
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public abstract DeliverConfigSnapshotResponse DeliverConfigSnapshot(
         DeliverConfigSnapshotRequest request
)

Parameters

request
Type: Amazon.ConfigService.Model.DeliverConfigSnapshotRequest

Container for the necessary parameters to execute the DeliverConfigSnapshot service method.

Return Value
Type: Amazon.ConfigService.Model.DeliverConfigSnapshotResponse
The response from the DeliverConfigSnapshot service method, as returned by ConfigService.

Exceptions

ExceptionCondition
NoAvailableConfigurationRecorderException There are no configuration recorders available to provide the role needed to describe your resources. Create a configuration recorder.
NoRunningConfigurationRecorderException There is no configuration recorder running.
NoSuchDeliveryChannelException You have specified a delivery channel that does not exist.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5