ManagedCertificateParametersArgs

data class ManagedCertificateParametersArgs(val type: Output<String>) : ConvertibleToJava<ManagedCertificateParametersArgs>

Managed Certificate used for https

Constructors

Link copied to clipboard
constructor(type: Output<String>)

Properties

Link copied to clipboard
val type: Output<String>

The type of the secret resource. Expected value is 'ManagedCertificate'.

Functions

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