AwsEks resources in ASFF
The following are examples of the Amazon Security Finding Format (ASFF) syntax for AwsEks
resources.
Amazon Security Hub normalizes findings from various sources into ASFF. For background information about ASFF, see Amazon Security Finding Format (ASFF).
AwsEksCluster
The AwsEksCluster
object provides details about an Amazon EKS cluster.
The following example shows the Amazon Security Finding Format (ASFF) for the
AwsEksCluster
object. To view descriptions of
AwsEksCluster
attributes, see AwsEksClusterDetails in the Amazon Security Hub API Reference.
Example
{ "AwsEksCluster": { "Name": "example", "Arn": "arn:aws-cn:eks:us-west-2:222222222222:cluster/example", "CreatedAt": 1565804921.901, "Version": "1.12", "RoleArn": "arn:aws-cn:iam::222222222222:role/example-cluster-ServiceRole-1XWBQWYSFRE2Q", "ResourcesVpcConfig": { "EndpointPublicAccess": false, "SubnetIds": [ "subnet-021345abcdef6789", "subnet-abcdef01234567890", "subnet-1234567890abcdef0" ], "SecurityGroupIds": [ "sg-abcdef01234567890" ] }, "Logging": { "ClusterLogging": [ { "Types": [ "api", "audit", "authenticator", "controllerManager", "scheduler" ], "Enabled": true } ] }, "Status": "CREATING", "CertificateAuthorityData": {}, } }