allowedKeyTypes

@JvmName(name = "ngesnhvmkcbiknvy")
suspend fun allowedKeyTypes(value: Output<List<AllowedKeyTypeArgs>>)
@JvmName(name = "hgoasajfhmyfuvqg")
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 = "hxcnromddoceubhe")
suspend fun allowedKeyTypes(vararg values: Output<AllowedKeyTypeArgs>)


@JvmName(name = "atsffymbsutcskjw")
suspend fun allowedKeyTypes(values: List<Output<AllowedKeyTypeArgs>>)
@JvmName(name = "difrgrvihgionrko")
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 = "sjcenrsecbqykmiv")
suspend fun allowedKeyTypes(argument: List<suspend AllowedKeyTypeArgsBuilder.() -> Unit>)
@JvmName(name = "olxxsxraifpggaew")
suspend fun allowedKeyTypes(vararg argument: suspend AllowedKeyTypeArgsBuilder.() -> Unit)
@JvmName(name = "jvhivntdjhkwiyyv")
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.