{ "type": "object", "properties": { "secretName": { "allOf": [ { "$ref": "#/components/schemas/VirtualGatewaySdsSecretName" }, { "description": "A reference to an object that represents the name of the secret for a virtual gateway's Transport Layer Security (TLS) Secret Discovery Service validation context trust." } ] } }, "required": [ "secretName" ], "description": "An object that represents a virtual gateway's listener's Transport Layer Security (TLS) Secret Discovery Service validation context trust. The proxy must be configured with a local SDS provider via a Unix Domain Socket. See App Mesh TLS documentation for more info.", "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-mesh/refs/heads/main/json-schema/app-mesh-virtual-gateway-tls-validation-context-sds-trust-schema.json", "title": "VirtualGatewayTlsValidationContextSdsTrust" }