Struct aws_sdk_eks::types::Cluster
source · #[non_exhaustive]pub struct Cluster { /* private fields */ }Expand description
An object representing an Amazon EKS cluster.
Implementations§
source§impl Cluster
impl Cluster
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The Unix epoch timestamp in seconds for when the cluster was created.
sourcepub fn role_arn(&self) -> Option<&str>
pub fn role_arn(&self) -> Option<&str>
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.
sourcepub fn resources_vpc_config(&self) -> Option<&VpcConfigResponse>
pub fn resources_vpc_config(&self) -> Option<&VpcConfigResponse>
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.
sourcepub fn kubernetes_network_config(
&self
) -> Option<&KubernetesNetworkConfigResponse>
pub fn kubernetes_network_config( &self ) -> Option<&KubernetesNetworkConfigResponse>
The Kubernetes network configuration for the cluster.
sourcepub fn status(&self) -> Option<&ClusterStatus>
pub fn status(&self) -> Option<&ClusterStatus>
The current status of the cluster.
The certificate-authority-data for your cluster.
sourcepub fn client_request_token(&self) -> Option<&str>
pub fn client_request_token(&self) -> Option<&str>
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
sourcepub fn platform_version(&self) -> Option<&str>
pub fn platform_version(&self) -> Option<&str>
The platform version of your Amazon EKS cluster. For more information, see Platform Versions in the Amazon EKS User Guide .
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.
sourcepub fn encryption_config(&self) -> Option<&[EncryptionConfig]>
pub fn encryption_config(&self) -> Option<&[EncryptionConfig]>
The encryption configuration for the cluster.
sourcepub fn connector_config(&self) -> Option<&ConnectorConfigResponse>
pub fn connector_config(&self) -> Option<&ConnectorConfigResponse>
The configuration used to connect to a cluster for registration.
sourcepub fn id(&self) -> Option<&str>
pub fn id(&self) -> Option<&str>
The ID of your local Amazon EKS cluster on an Amazon Web Services Outpost. This property isn't available for an Amazon EKS cluster on the Amazon Web Services cloud.
sourcepub fn health(&self) -> Option<&ClusterHealth>
pub fn health(&self) -> Option<&ClusterHealth>
An object representing the health of your local Amazon EKS cluster on an Amazon Web Services Outpost. This object isn't available for clusters on the Amazon Web Services cloud.
sourcepub fn outpost_config(&self) -> Option<&OutpostConfigResponse>
pub fn outpost_config(&self) -> Option<&OutpostConfigResponse>
An object representing the configuration of your local Amazon EKS cluster on an Amazon Web Services Outpost. This object isn't available for clusters on the Amazon Web Services cloud.