{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-schema/config-describe-retention-configurations-request-schema.json",
"title": "DescribeRetentionConfigurationsRequest",
"description": "DescribeRetentionConfigurationsRequest schema",
"type": "object",
"properties": {
"RetentionConfigurationNames": {
"allOf": [
{
"$ref": "#/components/schemas/RetentionConfigurationNameList"
},
{
"description": "<p>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.</p> <note> <p>Currently, Config supports only one retention configuration per region in your account.</p> </note>"
}
]
},
"NextToken": {
"allOf": [
{
"$ref": "#/components/schemas/NextToken"
},
{
"description": "The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response. "
}
]
}
}
}