Skip to content

Commit

Permalink
Merge commit 'a910a4260e2c394868bde90f9e75f0f7a64648e9' into stage-re…
Browse files Browse the repository at this point in the history
…lease-develop

* commit 'a910a4260e2c394868bde90f9e75f0f7a64648e9':
  Add pagination config for GetFindingV2 in AccessAnalyzer
  • Loading branch information
aws-sdk-python-automation committed Nov 27, 2023
2 parents b20ecc0 + a910a42 commit db0a066
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"version": 1.0,
"merge": {
"pagination": {
"GetFindingV2": {
"non_aggregate_keys": [
"resource",
"status",
"error",
"createdAt",
"resourceType",
"findingType",
"resourceOwnerAccount",
"analyzedAt",
"id",
"updatedAt"
]
}
}
}
}

0 comments on commit db0a066

Please sign in to comment.