mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Sep 25 09:51:52 UTC 2024
This commit is contained in:
parent
8ebed5b0f1
commit
0a5b6f11af
202 changed files with 9781 additions and 830 deletions
|
|
@ -119,6 +119,10 @@ FLAGS
|
|||
The following flags are for specifying ingestion settings for an import
|
||||
topic from Amazon Web Services (AWS) Kinesis Data Streams
|
||||
|
||||
When updating AWSKinesis Source flags, all AWSKinesis Source flags must
|
||||
be specified. Otherwise, any omitted AWSKinesis Source flags revert to
|
||||
their default value.
|
||||
|
||||
--kinesis-ingestion-consumer-arn=KINESIS_INGESTION_CONSUMER_ARN
|
||||
The Kinesis data streams consumer Amazon Resource Name (ARN) to use
|
||||
for ingestion.
|
||||
|
|
@ -194,6 +198,10 @@ FLAGS
|
|||
Schema settings. The schema that messages published to this topic must
|
||||
conform to and the expected message encoding.
|
||||
|
||||
When updating SchemaSettings flags, all SchemaSettings flags must be
|
||||
specified. Otherwise, any omitted SchemaSettings flags revert to their
|
||||
default value.
|
||||
|
||||
--message-encoding=ENCODING
|
||||
The encoding of messages validated against the schema. ENCODING
|
||||
must be one of: json, binary.
|
||||
|
|
@ -243,7 +251,11 @@ FLAGS
|
|||
|
||||
Options for explicitly specifying the message storage policy
|
||||
(https://cloud.google.com/pubsub/docs/resource-location-restriction) for
|
||||
a topic. These fields can be set only if the
|
||||
a topic.
|
||||
|
||||
When updating MessageStoragePolicy flags, all MessageStoragePolicy flags
|
||||
must be specified. Otherwise, any omitted MessageStoragePolicy flags
|
||||
revert to their default value. These fields can be set only if the
|
||||
--recompute-message-storage-policy flag is not set.
|
||||
|
||||
--message-storage-policy-allowed-regions=[REGION,...]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue