gcloud beta support support-event-subscriptions create

NAME
gcloud beta support support-event-subscriptions create - create a support event subscription
SYNOPSIS
gcloud beta support support-event-subscriptions create --organization=ORGANIZATION --pub-sub-topic=PUB_SUB_TOPIC [GCLOUD_WIDE_FLAG]
DESCRIPTION
(BETA) gcloud beta support support-event-subscriptions create creates a support event subscription for an organization.
EXAMPLES
To create a support event subscription for organization 123456789:
gcloud beta support support-event-subscriptions create --organization=123456789 --pub-sub-topic=projects/my-project/topics/my-topic
REQUIRED FLAGS
--organization=ORGANIZATION
Organization ID for the support event subscription.
--pub-sub-topic=PUB_SUB_TOPIC
The name of the Pub/Sub topic to publish notifications to. Format: projects/{project}/topics/{topic}
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account, --billing-project, --configuration, --flags-file, --flatten, --format, --help, --impersonate-service-account, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity.

Run $ gcloud help for details.

NOTES
This command is currently in beta and might change without notice. This variant is also available:
gcloud support support-event-subscriptions create