{ "$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": "
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 string returned on a previous page that you use to get the next page of results in a paginated response. "
}
]
}
}
}