Skip to content

Commit

Permalink
Merge pull request GoogleCloudPlatform#1 from panerorenn9541/mr-cmek-…
Browse files Browse the repository at this point in the history
…integration

Mr cmek integration
  • Loading branch information
panerorenn9541 authored Aug 1, 2024
2 parents 0f58e19 + a7e959f commit be9a029
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion mmv1/products/spanner/Database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,16 @@ properties:
- !ruby/object:Api::Type::String
name: 'kmsKeyName'
immutable: true
required: true
description: |
Fully qualified name of the KMS key to use to encrypt this database. This key must exist
in the same location as the Spanner Database.
- !ruby/object:Api::Type::Array
name: 'kmsKeyNames'
immutable: true
description: |
Fully qualified names of the KMS keys to use to encrypt this database. The keys
referenced by kmsKeyNames must fully cover all regions of the database
instance configuration.
- !ruby/object:Api::Type::Enum
name: 'databaseDialect'
immutable: true
Expand Down

0 comments on commit be9a029

Please sign in to comment.