DeleteTLSInspectionConfigurationResponse

DeleteTLSInspectionConfigurationResponse schema from Amazon Network Firewall

FirewallIntrusion DetectionNetwork SecurityVPC

Properties

Name Type Description
TLSInspectionConfigurationResponse object
View JSON Schema on GitHub

JSON Schema

openapi-delete-tls-inspection-configuration-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-network-firewall/refs/heads/main/json-schema/openapi-delete-tls-inspection-configuration-response-schema.json",
  "title": "DeleteTLSInspectionConfigurationResponse",
  "description": "DeleteTLSInspectionConfigurationResponse schema from Amazon Network Firewall",
  "type": "object",
  "properties": {
    "TLSInspectionConfigurationResponse": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TLSInspectionConfigurationResponse"
        },
        {
          "description": "The high-level properties of a TLS inspection configuration. This, along with the <a>TLSInspectionConfiguration</a>, define the TLS inspection configuration. You can retrieve all objects for a TLS inspection configuration by calling <a>DescribeTLSInspectionConfiguration</a>. "
        }
      ]
    }
  },
  "required": [
    "TLSInspectionConfigurationResponse"
  ]
}