1
0
Fork 0
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:
Automated 2022-09-08 09:21:50 +00:00
parent 6749f65ca2
commit e7bec9b31b
Failed to extract signature
154 changed files with 2457 additions and 577 deletions

View file

@ -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.

View file

@ -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.