{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-schema/msk-api-tls-schema.json", "title": "Tls", "description": "\n

Details for client authentication using TLS.

", "type": "object", "properties": { "CertificateAuthorityArnList": { "allOf": [ { "$ref": "#/components/schemas/__listOf__string" }, { "xml": { "name": "certificateAuthorityArnList" }, "description": "\n

List of ACM Certificate Authority ARNs.

" } ] }, "Enabled": { "allOf": [ { "$ref": "#/components/schemas/__boolean" }, { "xml": { "name": "enabled" }, "description": "\n

Specifies whether you want to turn on or turn off TLS authentication.

" } ] } } }