selectedCertificates

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "kokshnvkquhciimh")
suspend fun selectedCertificates(argument: List<suspend SelectedCertificateInputArgsBuilder.() -> Unit>)
@JvmName(name = "lemaaeksbuiwhmtl")
suspend fun selectedCertificates(vararg argument: suspend SelectedCertificateInputArgsBuilder.() -> Unit)
@JvmName(name = "lpfculkrqmcwonwe")
suspend fun selectedCertificates(argument: suspend SelectedCertificateInputArgsBuilder.() -> Unit)

Parameters

argument

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