AWS SDK Version 3 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.

Creates and updates the retention configuration with details about retention period (number of days) that Config stores your historical information. The API creates the RetentionConfiguration object and names the object as default. When you have a RetentionConfiguration object named default, calling the API modifies the default object.

Currently, Config supports only one retention configuration per region in your account.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to PutRetentionConfigurationAsync.

Namespace: Amazon.ConfigService
Assembly: AWSSDK.ConfigService.dll
Version: 3.x.y.z

Syntax

C#
public abstract PutRetentionConfigurationResponse PutRetentionConfiguration(
         PutRetentionConfigurationRequest request
)

Parameters

request
Type: Amazon.ConfigService.Model.PutRetentionConfigurationRequest

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

Return Value


The response from the PutRetentionConfiguration service method, as returned by ConfigService.

Exceptions

ExceptionCondition
InvalidParameterValueException One or more of the specified parameters are not valid. Verify that your parameters are valid and try again.
MaxNumberOfRetentionConfigurationsExceededException Failed to add the retention configuration because a retention configuration with that name already exists.

Version Information

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

See Also