aws / aws-tools-for-powershell

The AWS Tools for PowerShell lets developers and administrators manage their AWS services from the PowerShell scripting environment.
Apache License 2.0
235 stars 77 forks source link

Add example for Macie ListFindings #333

Closed mikaylaedwards closed 10 months ago

mikaylaedwards commented 10 months ago

Description

Adding an example for Macie ListFindings. This example shows how to call the Macie ListFindings API with FindingCriteria to filter for Findings Ids that match the criteria.

Motivation and Context

This demonstrates how customers can specify FindingCriteria when calling Macie ListFindings API.

Testing

Tested the code sample using Powershell SDK.

Does not modify the code base.

Screenshots (if appropriate)

Types of changes

Checklist

We require a second engineer to validate the PR before merging

New/existing dependencies impact assessment, if applicable

Note to reviewers: Please follow runbook to update the internal open source attribution tool

License