aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
25 lines (24 loc) • 1.09 kB
TypeScript
/**
* All IAM policy actions for AWS Signin (SIGNIN)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssignin.html
*
* 2025-02-24T21:49:45.297Z
*/
export declare enum AwsSigninActions {
/**
* Grants permission to create an Identity Center application that represents the
* AWS Management Console on an Identity Center organization instance
*
* See https://docs.aws.amazon.com/signin/latest/APIReference/create-trusted-identity-propagation-application-for-console.html
*/
CreateTrustedIdentityPropagationApplicationForConsole = "signin:CreateTrustedIdentityPropagationApplicationForConsole",
/**
* Grants permission to list all Identity Center applications that represent the A
* WS Management Console
*
* See https://docs.aws.amazon.com/signin/latest/APIReference/list-trusted-identity-propagation-application-for-console.html
*/
ListTrustedIdentityPropagationApplicationsForConsole = "signin:ListTrustedIdentityPropagationApplicationsForConsole"
}