aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
45 lines (44 loc) • 1.65 kB
TypeScript
/**
* All IAM policy actions for AWS Control Catalog (CONTROLCATALOG)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_awscontrolcatalog.html
*
* 2025-02-24T21:47:27.379Z
*/
export declare enum AwsControlcatalogActions {
/**
* Grants permission to return details about a specific control
*
* See https://docs.aws.amazon.com/controlcatalog/latest/APIReference/API_GetControl.html
*/
GetControl = "controlcatalog:GetControl",
/**
* Grants permission to return a paginated list of common controls from the AWS Co
* ntrol Catalog
*
* See https://docs.aws.amazon.com/controlcatalog/latest/APIReference/API_ListCommonControls.html
*/
ListCommonControls = "controlcatalog:ListCommonControls",
/**
* Grants permission to return a paginated list of all available controls in the A
* WS Control Catalog library
*
* See https://docs.aws.amazon.com/controlcatalog/latest/APIReference/API_ListControls.html
*/
ListControls = "controlcatalog:ListControls",
/**
* Grants permission to return a paginated list of domains from the AWS Control Ca
* talog
*
* See https://docs.aws.amazon.com/controlcatalog/latest/APIReference/API_ListDomains.html
*/
ListDomains = "controlcatalog:ListDomains",
/**
* Grants permission to return a paginated list of objectives from the AWS Control
* Catalog
*
* See https://docs.aws.amazon.com/controlcatalog/latest/APIReference/API_ListObjectives.html
*/
ListObjectives = "controlcatalog:ListObjectives"
}