ManagedClusterNodeTypeVmSecretArgs

data class ManagedClusterNodeTypeVmSecretArgs(val certificates: Output<List<ManagedClusterNodeTypeVmSecretCertificateArgs>>, val vaultId: Output<String>) : ConvertibleToJava<ManagedClusterNodeTypeVmSecretArgs>

Constructors

Link copied to clipboard
constructor(certificates: Output<List<ManagedClusterNodeTypeVmSecretCertificateArgs>>, vaultId: Output<String>)

Properties

Link copied to clipboard

One or more certificates blocks as defined above.

Link copied to clipboard
val vaultId: Output<String>

The ID of the Vault that contain the certificates.

Functions

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