| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEksClusterDetails |
AwsEksClusterDetails.clone() |
AwsEksClusterDetails |
ResourceDetails.getAwsEksCluster()
Details about an Amazon EKS cluster.
|
AwsEksClusterDetails |
AwsEksClusterDetails.withArn(String arn)
The ARN of the cluster.
|
AwsEksClusterDetails |
AwsEksClusterDetails.withCertificateAuthorityData(String certificateAuthorityData)
The certificate authority data for the cluster.
|
AwsEksClusterDetails |
AwsEksClusterDetails.withClusterStatus(String clusterStatus)
The status of the cluster.
|
AwsEksClusterDetails |
AwsEksClusterDetails.withEndpoint(String endpoint)
The endpoint for the Amazon EKS API server.
|
AwsEksClusterDetails |
AwsEksClusterDetails.withLogging(AwsEksClusterLoggingDetails logging)
The logging configuration for the cluster.
|
AwsEksClusterDetails |
AwsEksClusterDetails.withName(String name)
The name of the cluster.
|
AwsEksClusterDetails |
AwsEksClusterDetails.withResourcesVpcConfig(AwsEksClusterResourcesVpcConfigDetails resourcesVpcConfig)
The VPC configuration used by the cluster control plane.
|
AwsEksClusterDetails |
AwsEksClusterDetails.withRoleArn(String roleArn)
The ARN of the IAM role that provides permissions for the Amazon EKS control plane to make calls to Amazon Web
Services API operations on your behalf.
|
AwsEksClusterDetails |
AwsEksClusterDetails.withVersion(String version)
The Amazon EKS server version for the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsEksCluster(AwsEksClusterDetails awsEksCluster)
Details about an Amazon EKS cluster.
|
ResourceDetails |
ResourceDetails.withAwsEksCluster(AwsEksClusterDetails awsEksCluster)
Details about an Amazon EKS cluster.
|
Copyright © 2021. All rights reserved.