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

Class: Aws::EKS::Types::Certificate

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

Overview

An object representing the certificate-authority-data for your cluster.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#dataString

The Base64-encoded certificate data required to communicate with your cluster. Add this to the certificate-authority-data section of the kubeconfig file for your cluster.

Returns:

  • (String)

    The Base64-encoded certificate data required to communicate with your cluster.