enabled

@JvmName(name = "qycmkdmedqvmjsnd")
suspend fun enabled(value: Output<Boolean>)
@JvmName(name = "nlnyomsuftfqevtv")
suspend fun enabled(value: Boolean?)

Parameters

value

Specifies whether the KMS key is enabled. Disabled KMS keys cannot be used in cryptographic operations. When `Enabled` is `true`, the key state of the KMS key is `Enabled`. When `Enabled` is `false`, the key state of the KMS key is `Disabled`. The default value is `true`. The actual key state of the KMS key might be affected by actions taken outside of CloudFormation, such as running the EnableKey, DisableKey, or ScheduleKeyDeletion operations. For information about the key states of a KMS key, see Key state: Effect on your KMS key in the Developer Guide.