paws.management (version 0.1.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.

Usage

configservice_describe_retention_configurations(
  RetentionConfigurationNames, NextToken)

Arguments

RetentionConfigurationNames

A list of names of retention configurations for which you want details. If you do not specify a name, AWS Config returns details for all the retention configurations for that account.

Currently, AWS 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.

Request syntax

svc$describe_retention_configurations(
  RetentionConfigurationNames = list(
    "string"
  ),
  NextToken = "string"
)

Details

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