AwsEks - Amazon Security Hub
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AwsEks

The following are examples of the Amazon Security Finding Format for AwsEks resources.

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": {}, } }