selectedCertificates

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "bqyqeeuorowlaykb")
suspend fun selectedCertificates(argument: List<suspend SelectedCertificateInputArgsBuilder.() -> Unit>)
@JvmName(name = "rmaxkkchfypqpdtd")
suspend fun selectedCertificates(vararg argument: suspend SelectedCertificateInputArgsBuilder.() -> Unit)
@JvmName(name = "osumgpljkboyyfgj")
suspend fun selectedCertificates(argument: suspend SelectedCertificateInputArgsBuilder.() -> Unit)

Parameters

argument

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