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
Short: "Create an Atlas Stream Processing workspace for your project",
136
-
Long: `To get started quickly, specify a name, a cloud provider, and a region to configure an Atlas Stream Processing workspace.`+fmt.Sprintf(usage.RequiredRole, "Project Owner"),
137
-
Example: ` # Deploy an Atlas Stream Processing workspace called myProcessor for the project with the ID 5e2211c17a3e5a48f5497de3:
"nameDesc": "Name of the Atlas Stream Processing workspace. After creation, you can't change the name of the workspace. The name can contain ASCII letters, numbers, and hyphens.",
Copy file name to clipboardExpand all lines: internal/usage/usage.go
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -242,13 +242,9 @@ dbName and collection are required only for built-in roles.`
242
242
StreamsRegion="Human-readable label that identifies the physical location of your Atlas Stream Processing instance. The region can affect network latency and performance if it is far from your source or sink. For AWS, region name must be in the following format: VIRGINIA_USA. For a list of valid values, see https://www.mongodb.com/docs/atlas/reference/amazon-aws/#std-label-aws-stream-processing-regions. For Azure, region name must be in the following format: eastus. For a list of valid values, see https://www.mongodb.com/docs/atlas/reference/microsoft-azure/#std-label-azure-stream-processing-regions."
243
243
StreamsProvider="Cloud service provider that applies to the provisioned Atlas Stream Processing instance. Valid values are AWS or AZURE."
244
244
StreamsInstance="Name of your Atlas Stream Processing instance."
245
-
StreamsWorkspace="Name of your Atlas Stream Procesing workspace."
246
245
StreamsConnectionFilename="Path to a JSON configuration file that defines an Atlas Stream Processing connection. Note: Unsupported fields in the JSON file are ignored."
247
246
StreamsPrivateLinkFilename="Path to a JSON configuration file that defines an Atlas Stream Processing PrivateLink endpoint. Note: Unsupported fields in the JSON file are ignored."
248
247
StreamsInstanceTier="Tier for your Stream Instance."
249
-
StreamsWorkspaceTier="Tier for your Stream Workspace."
250
-
StreamsWorkspaceDefaultTier="Default Tier for your Stream Workspace."
251
-
StreamsWorkspaceMaxTierSize="Max Tier Size for your Stream Workspace."
252
248
WithoutDefaultAlertSettings="Flag that creates the new project without the default alert settings enabled. This flag defaults to false. This option is useful if you create projects programmatically and want to create your own alerts instead of using the default alert settings."
253
249
FormatOut="Output format. Valid values are json, json-path, go-template, or go-template-file. To see the full output, use the -o json option."
254
250
TargetClusterName="Name of the target cluster. For use only with automated restore jobs. You must specify a targetClusterName for automated restores."
0 commit comments