mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 21:20:07 +00:00
gcloud: Thu Sep 8 09:21:50 UTC 2022
This commit is contained in:
parent
6749f65ca2
commit
e7bec9b31b
154 changed files with 2457 additions and 577 deletions
|
|
@ -33,6 +33,11 @@ EXAMPLES
|
|||
$ gcloud alpha logging buckets create my-bucket \
|
||||
--index=fieldPath=jsonPayload.foo,type=INDEX_TYPE_STRING
|
||||
|
||||
To create a bucket with custom CMEK, run:
|
||||
|
||||
$ gcloud alpha logging buckets create my-bucket \
|
||||
--location=us-central1 --cmek-kms-key-name=CMEK_KMS_KEY_NAME
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
BUCKET_ID
|
||||
ID of the bucket to create.
|
||||
|
|
|
|||
|
|
@ -39,6 +39,11 @@ EXAMPLES
|
|||
$ gcloud alpha logging buckets update my-bucket --location=global \
|
||||
--update-index=fieldPath=jsonPayload.foo,type=INDEX_TYPE_INTEGER
|
||||
|
||||
To update a bucket in your project and update existing cmek, run:
|
||||
|
||||
$ gcloud alpha logging buckets update my-bucket --location=global \
|
||||
--cmek-kms-key-name=CMEK_KEY_NAME
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
BUCKET_ID
|
||||
The id of the bucket to update.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue