GetClusterCredentialPlainArgs

data class GetClusterCredentialPlainArgs(val clusterId: String, val outputFile: String? = null, val temporaryDurationMinutes: Int? = null) : ConvertibleToJava<GetClusterCredentialPlainArgs>

A collection of arguments for invoking getClusterCredential.

Constructors

Link copied to clipboard
constructor(clusterId: String, outputFile: String? = null, temporaryDurationMinutes: Int? = null)

Properties

Link copied to clipboard

The id of target cluster.

Link copied to clipboard
val outputFile: String? = null

File name where to save the returned KubeConfig (after running pulumi preview).

Link copied to clipboard

Automatic expiration time of the returned credential. The valid value between 15 and 4320, in minutes. When this field is omitted, the expiration time will be determined by the system automatically and the result will be in the attributed field expiration.

Functions

Link copied to clipboard
open override fun toJava(): GetClusterCredentialPlainArgs