allowedKeyTypes

@JvmName(name = "iwkcahhjwlvoqtpt")
suspend fun allowedKeyTypes(value: Output<List<AllowedKeyTypeArgs>>)
@JvmName(name = "mwpepexuetxognis")
suspend fun allowedKeyTypes(value: List<AllowedKeyTypeArgs>?)

Parameters

value

Optional. If any AllowedKeyType is specified, then the certificate request's public key must match one of the key types listed here. Otherwise, any key may be used.


@JvmName(name = "mjtkraxewxdtfiue")
suspend fun allowedKeyTypes(vararg values: Output<AllowedKeyTypeArgs>)


@JvmName(name = "xsrnfiwefvjachut")
suspend fun allowedKeyTypes(values: List<Output<AllowedKeyTypeArgs>>)
@JvmName(name = "pqfpsxmbvmijincm")
suspend fun allowedKeyTypes(vararg values: AllowedKeyTypeArgs)

Parameters

values

Optional. If any AllowedKeyType is specified, then the certificate request's public key must match one of the key types listed here. Otherwise, any key may be used.


@JvmName(name = "dcdlgbghuyiiyekc")
suspend fun allowedKeyTypes(argument: List<suspend AllowedKeyTypeArgsBuilder.() -> Unit>)
@JvmName(name = "cknlaxtjbkcshqfu")
suspend fun allowedKeyTypes(vararg argument: suspend AllowedKeyTypeArgsBuilder.() -> Unit)
@JvmName(name = "ivcqgqlcbmsbvolh")
suspend fun allowedKeyTypes(argument: suspend AllowedKeyTypeArgsBuilder.() -> Unit)

Parameters

argument

Optional. If any AllowedKeyType is specified, then the certificate request's public key must match one of the key types listed here. Otherwise, any key may be used.