View source: R/configservice_operations.R
configservice_describe_retention_configurations | R Documentation |
Returns the details of one or more retention configurations. If the retention configuration name is not specified, this action returns the details for all the retention configurations for that account.
See https://www.paws-r-sdk.com/docs/configservice_describe_retention_configurations/ for full documentation.
configservice_describe_retention_configurations(
RetentionConfigurationNames = NULL,
NextToken = NULL
)
RetentionConfigurationNames |
A list of names of retention configurations for which you want details. If you do not specify a name, Config returns details for all the retention configurations for that account. Currently, Config supports only one retention configuration per region in your account. |
NextToken |
The |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.