{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-structure/msk-api-tls-structure.json", "name": "Tls", "type": "object", "description": "\n
Details for client authentication using TLS.
", "properties": { "CertificateAuthorityArnList": { "allOf": [ { "$ref": "#/components/schemas/__listOf__string" }, { "xml": { "name": "certificateAuthorityArnList" }, "description": "\nList of ACM Certificate Authority ARNs.
" } ] }, "Enabled": { "allOf": [ { "$ref": "#/components/schemas/__boolean" }, { "xml": { "name": "enabled" }, "description": "\nSpecifies whether you want to turn on or turn off TLS authentication.
" } ] } } }