aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
37 lines • 1.5 kB
JavaScript
// AUTOGENERATED FILE - DO NOT EDIT
/**
* All IAM policy actions for AWS App2Container (A2C)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsapp2container.html
*
* 2025-02-24T21:46:40.679Z
*/
export var AwsA2cActions;
(function (AwsA2cActions) {
/**
* Grants permission to get the details of all Containerization jobs
*
* See https://docs.aws.amazon.com/tk-dotnet-refactoring/latest/userguide/what-is-tk-dotnet-refactoring.html
*/
AwsA2cActions["GetContainerizationJobDetails"] = "a2c:GetContainerizationJobDetails";
/**
* Grants permission to get the details of all Deployment jobs
*
* See https://docs.aws.amazon.com/tk-dotnet-refactoring/latest/userguide/what-is-tk-dotnet-refactoring.html
*/
AwsA2cActions["GetDeploymentJobDetails"] = "a2c:GetDeploymentJobDetails";
/**
* Grants permission to start a Containerization job
*
* See https://docs.aws.amazon.com/tk-dotnet-refactoring/latest/userguide/what-is-tk-dotnet-refactoring.html
*/
AwsA2cActions["StartContainerizationJob"] = "a2c:StartContainerizationJob";
/**
* Grants permission to start a Deploymnet job
*
* See https://docs.aws.amazon.com/tk-dotnet-refactoring/latest/userguide/what-is-tk-dotnet-refactoring.html
*/
AwsA2cActions["StartDeploymentJob"] = "a2c:StartDeploymentJob";
})(AwsA2cActions || (AwsA2cActions = {}));
//# sourceMappingURL=a2c.js.map