keyAttributes

@JvmName(name = "nfsemgqybwppyard")
suspend fun keyAttributes(value: Output<KeyAttributesArgs>)
@JvmName(name = "bhftddcullmqdspw")
suspend fun keyAttributes(value: KeyAttributesArgs?)

Parameters

value

The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key. This data is immutable after the key is created.


@JvmName(name = "gerwjkiceaulhvrs")
suspend fun keyAttributes(argument: suspend KeyAttributesArgsBuilder.() -> Unit)

Parameters

argument

The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key. This data is immutable after the key is created.