Amazon.ConfigService.AmazonConfigServiceClient.DeliverConfigSnapshot C# (CSharp) Method

DeliverConfigSnapshot() public method

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.
  • Notification of starting the delivery.

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

  • Notification of delivery failure, if the delivery failed to complete.

/// There are no configuration recorders available to provide the role needed to describe /// your resources. Create a configuration recorder. /// /// There is no configuration recorder running. /// /// You have specified a delivery channel that does not exist. ///
public DeliverConfigSnapshot ( DeliverConfigSnapshotRequest request ) : Amazon.ConfigService.Model.DeliverConfigSnapshotResponse
request Amazon.ConfigService.Model.DeliverConfigSnapshotRequest Container for the necessary parameters to execute the DeliverConfigSnapshot service method.
return Amazon.ConfigService.Model.DeliverConfigSnapshotResponse
        public DeliverConfigSnapshotResponse DeliverConfigSnapshot(DeliverConfigSnapshotRequest request)
        {
            var marshaller = new DeliverConfigSnapshotRequestMarshaller();
            var unmarshaller = DeliverConfigSnapshotResponseUnmarshaller.Instance;

            return Invoke<DeliverConfigSnapshotRequest,DeliverConfigSnapshotResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonConfigServiceClient::DeliverConfigSnapshot ( string deliveryChannelName ) : Amazon.ConfigService.Model.DeliverConfigSnapshotResponse
AmazonConfigServiceClient