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
Copy file name to clipboardExpand all lines: cmd/carapace-aws/cmd/botocore/aws.cloudwatch.yaml
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -498,6 +498,9 @@ commands:
498
498
--dashboard-body=!: The detailed information about the dashboard in JSON format, including the widgets to include and their location on the dashboard.
499
499
--dashboard-name=!: The name of the dashboard.
500
500
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
501
+
--tags=:
502
+
description: A list of key-value pairs to associate with the dashboard.
503
+
nargs: -1
501
504
- name: put-insight-rule
502
505
description: Creates a Contributor Insights rule.
503
506
flags:
@@ -686,7 +689,7 @@ commands:
686
689
description: The array of the names of metric streams to start streaming.
687
690
nargs: -1
688
691
- name: start-o-tel-enrichment
689
-
description: Enables enrichment and PromQL access for CloudWatch vended metrics for [supported AWS resources](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/UsingResourceTagsForTelemetry.html) in the account.
692
+
description: Enables enrichment and PromQL access for CloudWatch vended metrics for [supported Amazon Web Services resources](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/UsingResourceTagsForTelemetry.html) in the account.
690
693
flags:
691
694
--cli-input-json=: Read arguments from the JSON string provided.
692
695
--cli-input-yaml=: Read arguments from the YAML string provided.
@@ -701,7 +704,7 @@ commands:
701
704
description: The array of the names of metric streams to stop streaming.
702
705
nargs: -1
703
706
- name: stop-o-tel-enrichment
704
-
description: Disables enrichment and PromQL access for CloudWatch vended metrics for [supported AWS resources](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/UsingResourceTagsForTelemetry.html) in the account.
707
+
description: Disables enrichment and PromQL access for CloudWatch vended metrics for [supported Amazon Web Services resources](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/UsingResourceTagsForTelemetry.html) in the account.
705
708
flags:
706
709
--cli-input-json=: Read arguments from the JSON string provided.
707
710
--cli-input-yaml=: Read arguments from the YAML string provided.
Copy file name to clipboardExpand all lines: cmd/carapace-aws/cmd/botocore/aws.logs.yaml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -899,6 +899,9 @@ commands:
899
899
--limit=: The maximum number of log groups to return.
900
900
--log-group-class=: Use this parameter to limit the results to only those log groups in the specified log group class.
901
901
--log-group-name-pattern=: Use this parameter to limit the returned log groups to only those with names that match the pattern that you specify.
902
+
--log-group-tags=:
903
+
description: An array of tag filters to return only log groups that have specific tags.
904
+
nargs: -1
902
905
--next-token=: ""
903
906
--no-include-linked-accounts: If you are using a monitoring account, set this to `true` to have the operation return log groups in the accounts listed in `accountIdentifiers`.
0 commit comments