Skip to content

Commit 5e5b26a

Browse files
author
AWS
committed
AWS SecurityHub Update: Adds and updates APIs to support central configuration. This feature allows the Security Hub delegated administrator to configure Security Hub for their entire AWS Org across multiple regions from a home Region. With this release, findings also include account name and application metadata.
1 parent b2ef3e0 commit 5e5b26a

File tree

3 files changed

+938
-26
lines changed

3 files changed

+938
-26
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS SecurityHub",
4+
"contributor": "",
5+
"description": "Adds and updates APIs to support central configuration. This feature allows the Security Hub delegated administrator to configure Security Hub for their entire AWS Org across multiple regions from a home Region. With this release, findings also include account name and application metadata."
6+
}

services/securityhub/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,18 @@
4848
"limit_key": "MaxResults",
4949
"result_key": "Insights"
5050
},
51+
"ListConfigurationPolicies": {
52+
"input_token": "NextToken",
53+
"output_token": "NextToken",
54+
"limit_key": "MaxResults",
55+
"result_key": "ConfigurationPolicySummaries"
56+
},
57+
"ListConfigurationPolicyAssociations": {
58+
"input_token": "NextToken",
59+
"output_token": "NextToken",
60+
"limit_key": "MaxResults",
61+
"result_key": "ConfigurationPolicyAssociationSummaries"
62+
},
5163
"ListEnabledProductsForImport": {
5264
"input_token": "NextToken",
5365
"output_token": "NextToken",

0 commit comments

Comments
 (0)