{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-describe-retention-configurations-request-structure.json", "name": "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. "
}
]
}
}
}