BigQuery Dataset default CMEK encryption

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
Roberto Jung Drebes 2019-10-04 22:10:47 +00:00 committed by Modular Magician
commit 695aada748
2 changed files with 69 additions and 0 deletions

View file

@ -280,6 +280,22 @@ resources:
- Changing this forces a new resource to be created.
returned: success
type: str
defaultEncryptionConfiguration:
description:
- The default encryption key for all tables in the dataset. Once this property
is set, all newly-created partitioned tables in the dataset will have encryption
key set to this value, unless table creation request (or query) overrides
the key.
returned: success
type: complex
contains:
kmsKeyName:
description:
- Describes the Cloud KMS encryption key that will be used to protect destination
BigQuery table. The BigQuery Service Account associated with your project
requires access to this encryption key.
returned: success
type: str
'''
################################################################################