You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EKS::Types::Cluster

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the cluster.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the cluster.

#certificate_authorityTypes::Certificate

The certificate-authority-data for your cluster.

Returns:

#client_request_tokenString

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

Returns:

  • (String)

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

#created_atTime

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

Returns:

  • (Time)

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

#encryption_configArray<Types::EncryptionConfig>

The encryption configuration for the cluster.

Returns:

#endpointString

The endpoint for your Kubernetes API server.

Returns:

  • (String)

    The endpoint for your Kubernetes API server.

#identityTypes::Identity

The identity provider information for the cluster.

Returns:

#kubernetes_network_configTypes::KubernetesNetworkConfigResponse

Network configuration settings for your cluster.

Returns:

#loggingTypes::Logging

The logging configuration for your cluster.

Returns:

#nameString

The name of the cluster.

Returns:

  • (String)

    The name of the cluster.

#platform_versionString

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

Returns:

  • (String)

    The platform version of your Amazon EKS cluster.

#resources_vpc_configTypes::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.

Returns:

#role_arnString

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

Returns:

  • (String)

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

#statusString

The current status of the cluster.

Possible values:

  • CREATING
  • ACTIVE
  • DELETING
  • FAILED
  • UPDATING

Returns:

  • (String)

    The current status of the cluster.

#tagsHash<String,String>

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

Returns:

  • (Hash<String,String>)

    The metadata that you apply to the cluster to assist with categorization and organization.

#versionString

The Kubernetes server version for the cluster.

Returns:

  • (String)

    The Kubernetes server version for the cluster.