Get Cluster Credential Plain Args
data class GetClusterCredentialPlainArgs(val clusterId: String, val outputFile: String? = null, val temporaryDurationMinutes: Int? = null) : ConvertibleToJava<GetClusterCredentialPlainArgs>
A collection of arguments for invoking getClusterCredential.
Properties
Link copied to clipboard
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
.