You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--https-endpoint string The URL of the HTTPS endpoint.
28
28
--project string The project to use, either project ID or a (partial) slug.
29
29
-q, --quiet Be quiet with output printing.
30
+
--status string The status of the event stream, either "active" or "paused". When unset, a new stream defaults to "active" and an existing stream keeps its current status.
30
31
--type string The type of the event stream destination. Supported values are "sns" for AWS SNS topics and "https" for generic HTTPS endpoints.
31
32
--workspace string The workspace to use, either workspace ID or a (partial) name.
--format string Set the output format. One of table, json, yaml, json-pretty, jsonpath and jsonpointer. (default "table")
24
-
-h, --help help for event-stream
25
-
--project string The project to use, either project ID or a (partial) slug.
26
-
-q, --quiet Be quiet with output printing.
23
+
--aws-iam-role-arn string The ARN of the AWS IAM role to assume when publishing messages to the SNS topic.
24
+
--aws-sns-topic-arn string The ARN of the AWS SNS topic.
25
+
--format string Set the output format. One of table, json, yaml, json-pretty, jsonpath and jsonpointer. (default "table")
26
+
-h, --help help for event-stream
27
+
--https-endpoint string The URL of the HTTPS endpoint.
28
+
--project string The project to use, either project ID or a (partial) slug.
29
+
-q, --quiet Be quiet with output printing.
30
+
--status string The status of the event stream, either "active" or "paused". When unset, a new stream defaults to "active" and an existing stream keeps its current status.
31
+
--type string The type of the event stream destination. Supported values are "sns" for AWS SNS topics and "https" for generic HTTPS endpoints.
32
+
--workspace string The workspace to use, either workspace ID or a (partial) name.
0 commit comments