selectedCertificates

@JvmName(name = "adnrtfusjylnvumt")
suspend fun selectedCertificates(value: Output<List<SelectedCertificateInputArgs>>)
@JvmName(name = "fslocseevhfsnquy")
suspend fun selectedCertificates(value: List<SelectedCertificateInputArgs>)

Parameters

value

List containing certificate names and corresponding password to use for encrypting the exported certificate.


@JvmName(name = "occoyekausctpmcj")
suspend fun selectedCertificates(vararg values: Output<SelectedCertificateInputArgs>)


@JvmName(name = "tojxnlktkgjxqtue")
suspend fun selectedCertificates(values: List<Output<SelectedCertificateInputArgs>>)
@JvmName(name = "vprtrrjiinqmkfov")
suspend fun selectedCertificates(vararg values: SelectedCertificateInputArgs)

Parameters

values

List containing certificate names and corresponding password to use for encrypting the exported certificate.


@JvmName(name = "odpxmarsfgtgpyma")
suspend fun selectedCertificates(argument: List<suspend SelectedCertificateInputArgsBuilder.() -> Unit>)
@JvmName(name = "ybtdtmuonomsqmst")
suspend fun selectedCertificates(vararg argument: suspend SelectedCertificateInputArgsBuilder.() -> Unit)
@JvmName(name = "kkvscpmxidkmmbdp")
suspend fun selectedCertificates(argument: suspend SelectedCertificateInputArgsBuilder.() -> Unit)

Parameters

argument

List containing certificate names and corresponding password to use for encrypting the exported certificate.