Skip to content

Commit

Permalink
Update internal/usage/usage.go
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Simpers <[email protected]>
  • Loading branch information
kanchana-mongodb and sarahsimpers committed Aug 11, 2023
1 parent 6ef74a1 commit b6c92a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Options
* - --iamRoleId
- string
- true
- Unique identifier that Atlas assigns to the cloud provider access role for the bucket. To learn more about setting up and retrieving a cloud provider access role, see: https://dochub.mongodb.org/core/set-up-unified-aws-access/.
- Unique identifier that Atlas assigns to the cloud provider access role for the bucket. To learn more about setting up and retrieving a cloud provider access role, see: https://dochub.mongodb.org/core/set-up-unified-aws-access.
* - -o, --output
- string
- false
Expand Down
2 changes: 1 addition & 1 deletion internal/usage/usage.go
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ dbName and collection are required only for built-in roles.`
EnableRealtimePerformancePanel = "Flag that enables the Real Time Performance Panel project setting."
DisableRealtimePerformancePanel = "Flag that disables the Real Time Performance Panel project setting."
CloudProvider = "Name of the provider of the cloud service where Atlas can access the S3 bucket. Atlas only supports AWS."
ExportBucketIAMRoleID = "Unique identifier that Atlas assigns to the cloud provider access role for the bucket. To learn more about setting up and retrieving a cloud provider access role, see: https://dochub.mongodb.org/core/set-up-unified-aws-access/."
ExportBucketIAMRoleID = "Unique identifier that Atlas assigns to the cloud provider access role for the bucket. To learn more about setting up and retrieving a cloud provider access role, see: https://dochub.mongodb.org/core/set-up-unified-aws-access."
BucketID = "Unique identifier that Atlas assigns to the bucket."
CustomData = "Custom data to include in the metadata file named .complete that Atlas uploads to the bucket when the export job finishes. Custom data can be specified as key and value pairs."
ExportFrequencyType = "Frequency associated with the export policy. Value can be daily, weekly, or monthly."
Expand Down

0 comments on commit b6c92a8

Please sign in to comment.