Struct aws_sdk_securityhub::model::AwsEksClusterDetails [−][src]
#[non_exhaustive]pub struct AwsEksClusterDetails {
pub arn: Option<String>,
pub certificate_authority_data: Option<String>,
pub cluster_status: Option<String>,
pub endpoint: Option<String>,
pub name: Option<String>,
pub resources_vpc_config: Option<AwsEksClusterResourcesVpcConfigDetails>,
pub role_arn: Option<String>,
pub version: Option<String>,
pub logging: Option<AwsEksClusterLoggingDetails>,
}Expand description
Provides details about an Amazon EKS cluster.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.arn: Option<String>The ARN of the cluster.
The certificate authority data for the cluster.
cluster_status: Option<String>The status of the cluster.
endpoint: Option<String>The endpoint for the Amazon EKS API server.
name: Option<String>The name of the cluster.
resources_vpc_config: Option<AwsEksClusterResourcesVpcConfigDetails>The VPC configuration used by the cluster control plane.
role_arn: Option<String>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.
version: Option<String>The Amazon EKS server version for the cluster.
logging: Option<AwsEksClusterLoggingDetails>The logging configuration for the cluster.
Implementations
The certificate authority data for the cluster.
The status of the cluster.
The VPC configuration used by the cluster control plane.
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.
The logging configuration for the cluster.
Creates a new builder-style object to manufacture AwsEksClusterDetails
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for AwsEksClusterDetails
impl Send for AwsEksClusterDetails
impl Sync for AwsEksClusterDetails
impl Unpin for AwsEksClusterDetails
impl UnwindSafe for AwsEksClusterDetails
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
