aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
18 lines (17 loc) • 553 B
TypeScript
/**
* All IAM policy actions for Amazon InspectorScan (INSPECTOR-SCAN)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoninspectorscan.html
*
* 2025-02-24T21:48:19.340Z
*/
export declare enum AwsInspectorScanActions {
/**
* Grants permission to scan the customer provided SBOM and return vulnerabilities
* detected within
*
* See https://docs.aws.amazon.com/inspector/v2/APIReference/API_ScanSbom.html
*/
ScanSbom = "inspector-scan:ScanSbom"
}