AwsMsk resources in ASFF
The following are examples of the Amazon Security Finding Format (ASFF) syntax for AwsMsk
resources.
Amazon Security Hub normalizes findings from various sources into ASFF. For background information about ASFF, see Amazon Security Finding Format (ASFF).
AwsMskCluster
The AwsMskCluster
object provides information about an Amazon Managed Streaming for Apache Kafka (Amazon MSK) cluster.
The following example shows the Amazon Security Finding Format (ASFF) for the AwsMskCluster
object. To view descriptions of AwsMskCluster
attributes, see
AwsMskClusterDetails
in the Amazon Security Hub API Reference.
Example
"AwsMskCluster": { "ClusterInfo": { "ClientAuthentication": { "Sasl": { "Scram": { "Enabled": true }, "Iam": { "Enabled": true } }, "Tls": { "CertificateAuthorityArnList": [], "Enabled": false }, "Unauthenticated": { "Enabled": false } }, "ClusterName": "my-cluster", "CurrentVersion": "K2PWKAKR8XB7XF", "EncryptionInfo": { "EncryptionAtRest": { "DataVolumeKMSKeyId": "arn:aws-cn:kms:us-east-1:123456789012:key/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111" }, "EncryptionInTransit": { "ClientBroker": "TLS", "InCluster": true } }, "EnhancedMonitoring": "PER_TOPIC_PER_BROKER", "NumberOfBrokerNodes": 3 } }