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
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.
arn: Option<String>

The ARN of the cluster.

certificate_authority_data: Option<String>

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 ARN of the cluster.

The certificate authority data for the cluster.

The status of the cluster.

The endpoint for the Amazon EKS API server.

The name 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 Amazon EKS server version for the cluster.

The logging configuration for the cluster.

Creates a new builder-style object to manufacture AwsEksClusterDetails

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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