RecordingStrategyType schema
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-schema/config-recording-strategy-type-schema.json", "title": "RecordingStrategyType", "description": "RecordingStrategyType schema", "type": "string", "enum": [ "ALL_SUPPORTED_RESOURCE_TYPES", "INCLUSION_BY_RESOURCE_TYPES", "EXCLUSION_BY_RESOURCE_TYPES" ] }