#[non_exhaustive]
pub struct Builder { /* private fields */ }
Expand description

A builder for Cluster

Implementations

The name of the cluster.

The name of the cluster.

The Amazon Resource Name (ARN) of the cluster.

The Amazon Resource Name (ARN) of the cluster.

The Unix epoch timestamp in seconds for when the cluster was created.

The Unix epoch timestamp in seconds for when the cluster was created.

The Kubernetes server version for the cluster.

The Kubernetes server version for the cluster.

The endpoint for your Kubernetes API server.

The endpoint for your Kubernetes API server.

The Amazon Resource Name (ARN) of the IAM role that provides permissions for the Kubernetes control plane to make calls to Amazon Web Services API operations on your behalf.

The Amazon Resource Name (ARN) of the IAM role that provides permissions for the Kubernetes control plane to make calls to Amazon Web Services API operations on your behalf.

The VPC configuration used by the cluster control plane. Amazon EKS VPC resources have specific requirements to work properly with Kubernetes. For more information, see Cluster VPC Considerations and Cluster Security Group Considerations in the Amazon EKS User Guide.

The VPC configuration used by the cluster control plane. Amazon EKS VPC resources have specific requirements to work properly with Kubernetes. For more information, see Cluster VPC Considerations and Cluster Security Group Considerations in the Amazon EKS User Guide.

The Kubernetes network configuration for the cluster.

The Kubernetes network configuration for the cluster.

The logging configuration for your cluster.

The logging configuration for your cluster.

The identity provider information for the cluster.

The identity provider information for the cluster.

The current status of the cluster.

The current status of the cluster.

The certificate-authority-data for your cluster.

The certificate-authority-data for your cluster.

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

The platform version of your Amazon EKS cluster. For more information, see Platform Versions in the Amazon EKS User Guide .

The platform version of your Amazon EKS cluster. For more information, see Platform Versions in the Amazon EKS User Guide .

Adds a key-value pair to tags.

To override the contents of this collection use set_tags.

The metadata that you apply to the cluster to assist with categorization and organization. Each tag consists of a key and an optional value. You define both. Cluster tags do not propagate to any other resources associated with the cluster.

The metadata that you apply to the cluster to assist with categorization and organization. Each tag consists of a key and an optional value. You define both. Cluster tags do not propagate to any other resources associated with the cluster.

Appends an item to encryption_config.

To override the contents of this collection use set_encryption_config.

The encryption configuration for the cluster.

The encryption configuration for the cluster.

The configuration used to connect to a cluster for registration.

The configuration used to connect to a cluster for registration.

Consumes the builder and constructs a Cluster

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

Returns the “default value” for a type. 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