View source: R/configservice_operations.R
configservice_put_retention_configuration | R Documentation |
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.
See https://www.paws-r-sdk.com/docs/configservice_put_retention_configuration/ for full documentation.
configservice_put_retention_configuration(RetentionPeriodInDays)
RetentionPeriodInDays |
[required] Number of days Config stores your historical information. Currently, only applicable to the configuration item history. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.