@@ -530,6 +530,13 @@ commands:
530530 --cli-input-yaml= : Read arguments from the YAML string provided.
531531 --generate-cli-skeleton : Prints a JSON skeleton to standard output without sending an API request.
532532 --tags= : The tags to add to the hub V2 resource when you enable Security Hub.
533+ - name : generate-recommended-policy-v2
534+ description : Begins the recommended policy generation to remediate a Security Hub finding.
535+ flags :
536+ --cli-input-json= : Read arguments from the JSON string provided.
537+ --cli-input-yaml= : Read arguments from the YAML string provided.
538+ --generate-cli-skeleton : Prints a JSON skeleton to standard output without sending an API request.
539+ --metadata-uid=! : The unique identifier (ID) of Security Hub OCSF findings found under the `metadata.uid` field of the finding.
533540 - name : get-administrator-account
534541 description : Provides the details for the Security Hub CSPM administrator account for the current member account.
535542 flags :
@@ -710,6 +717,18 @@ commands:
710717 --cli-input-json= : Read arguments from the JSON string provided.
711718 --cli-input-yaml= : Read arguments from the YAML string provided.
712719 --generate-cli-skeleton : Prints a JSON skeleton to standard output without sending an API request.
720+ - name : get-recommended-policy-v2
721+ description : Retrieves the recommended policy to remediate a Security Hub finding.
722+ flags :
723+ --cli-input-json= : Read arguments from the JSON string provided.
724+ --cli-input-yaml= : Read arguments from the YAML string provided.
725+ --generate-cli-skeleton : Prints a JSON skeleton to standard output without sending an API request.
726+ --max-items= : The total number of items to return in the command's output.
727+ --max-results= : The maximum number of recommendation steps to return.
728+ --metadata-uid=! : The unique identifier (ID) of Security Hub OCSF findings found under the `metadata.uid` field of the finding.
729+ --next-token= : The token used to paginate the `RecommendationSteps` list returned.
730+ --page-size= : The size of each page to get in the AWS service call.
731+ --starting-token= : A token to specify where to start paginating.
713732 - name : get-resources-statistics-v2
714733 description : Retrieves statistical information about Amazon Web Services resources and their associated security findings.
715734 flags :
0 commit comments