GetClusterCredentialResult

data class GetClusterCredentialResult(val certificateAuthority: GetClusterCredentialCertificateAuthority, val clusterId: String, val clusterName: String, val expiration: String, val id: String, val kubeConfig: String, val outputFile: String? = null, val temporaryDurationMinutes: Int? = null)

A collection of values returned by getClusterCredential.

Constructors

Link copied to clipboard
constructor(certificateAuthority: GetClusterCredentialCertificateAuthority, clusterId: String, clusterName: String, expiration: String, id: String, kubeConfig: String, outputFile: String? = null, temporaryDurationMinutes: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(Available in 1.105.0+) Nested attribute containing certificate authority data for your cluster.

Link copied to clipboard

The id of target cluster.

Link copied to clipboard

The name of target cluster.

Link copied to clipboard

Expiration time of kube config. Format: UTC time in rfc3339.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

(Sensitive) The kube config to use to authenticate with the cluster.

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard