paws.management (version 0.5.0)

configservice_describe_retention_configurations: Returns the details of one or more retention configurations

Description

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.

Usage

configservice_describe_retention_configurations(
  RetentionConfigurationNames = NULL,
  NextToken = NULL
)

Arguments

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 nextToken string returned on a previous page that you use to get the next page of results in a paginated response.