{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AwsPrivateDnsResolverAttachmentConfig", "title": "AWS Private DNS Resolver Attachment Config", "type": "object", "properties": { "kind": { "enum": [ "aws-outbound-resolver" ], "title": "AWS Private DNS Resolver Type" }, "dns_config": { "$ref": "#/components/schemas/PrivateDnsResolverConfig" } }, "additionalProperties": false, "required": [ "kind", "dns_config" ] }