aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
17 lines (16 loc) • 519 B
TypeScript
/**
* All IAM policy actions for Amazon RHEL Knowledgebase Portal (RHELKB)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonrhelknowledgebaseportal.html
*
* 2025-02-24T21:49:27.932Z
*/
export declare enum AwsRhelkbActions {
/**
* Grants permission to access the Red Hat Knowledgebase portal
*
* See https://docs.aws.amazon.com/systems-manager/latest/userguide/fleet-rhel.html
*/
GetRhelURL = "rhelkb:GetRhelURL"
}