keyAttributes

@JvmName(name = "fivmqtxxskulvutb")
suspend fun keyAttributes(value: Output<KeyAttributesArgs>)
@JvmName(name = "uromnpbndfisxkrc")
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 = "tsnsnhrowkkhvdye")
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.