paws.management (version 0.1.0)

configservice_put_retention_configuration: Creates and updates the retention configuration with details about retention period (number of days) that AWS Config stores your historical information

Description

Creates and updates the retention configuration with details about retention period (number of days) that AWS 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.

Usage

configservice_put_retention_configuration(RetentionPeriodInDays)

Arguments

RetentionPeriodInDays

[required] Number of days AWS Config stores your historical information.

Currently, only applicable to the configuration item history.

Request syntax

svc$put_retention_configuration(
  RetentionPeriodInDays = 123
)

Details

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