key_encryption_keys
Overview
Name | key_encryption_keys |
Type | Resource |
Id | confluent.encryption_keys.key_encryption_keys |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of the kek |
deleted | boolean | Whether the kek is deleted |
doc | string | Description of the kek |
kmsKeyId | string | KMS key ID of the kek |
kmsProps | object | Properties of the kek |
kmsType | string | KMS type of the kek |
shared | boolean | Whether the kek is shared |
ts | integer | Timestamp of the kek |
Methods
Name | Accessible by | Required Params |
---|---|---|
get_kek | SELECT | name |
create_kek | INSERT | |
delete_kek | DELETE | name |
put_kek | REPLACE | name |
get_kek_names | EXEC | |
undelete_kek | EXEC | name |