selfManaged

@JvmName(name = "gflpxcadgmraomtp")
suspend fun selfManaged(value: Output<CertificateSelfManagedArgs>)
@JvmName(name = "rfqogtttwottcufk")
suspend fun selfManaged(value: CertificateSelfManagedArgs?)

Parameters

value

Certificate data for a SelfManaged Certificate. SelfManaged Certificates are uploaded by the user. Updating such certificates before they expire remains the user's responsibility. Structure is documented below.


@JvmName(name = "mfgdrbcmuyflowjp")
suspend fun selfManaged(argument: suspend CertificateSelfManagedArgsBuilder.() -> Unit)

Parameters

argument

Certificate data for a SelfManaged Certificate. SelfManaged Certificates are uploaded by the user. Updating such certificates before they expire remains the user's responsibility. Structure is documented below.