aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
18 lines (17 loc) • 627 B
TypeScript
/**
* All IAM policy actions for AWS Microservice Extractor for .NET (SERVICEEXTRACT)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsmicroserviceextractorfor.net.html
*
* 2025-02-24T21:48:55.857Z
*/
export declare enum AwsServiceextractActions {
/**
* Grants permission to get required configuration for the AWS Microservice Extrac
* tor for .NET desktop client
*
* See https://docs.aws.amazon.com/microservice-extractor/latest/userguide/what-is-microservice-extractor.html
*/
GetConfig = "serviceextract:GetConfig"
}