aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
77 lines (76 loc) • 2.98 kB
TypeScript
/**
* All IAM policy actions for Amazon Redshift Data API (REDSHIFT-DATA)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonredshiftdataapi.html
*
* 2025-02-24T21:49:23.525Z
*/
export declare enum AwsRedshiftDataActions {
/**
* Grants permission to execute multiple queries under a single connection
*
* See https://docs.aws.amazon.com/redshift-data/latest/APIReference/API_BatchExecuteStatement.html
*/
BatchExecuteStatement = "redshift-data:BatchExecuteStatement",
/**
* Grants permission to cancel a running query
*
* See https://docs.aws.amazon.com/redshift-data/latest/APIReference/API_CancelStatement.html
*/
CancelStatement = "redshift-data:CancelStatement",
/**
* Grants permission to retrieve detailed information about a statement execution
*
* See https://docs.aws.amazon.com/redshift-data/latest/APIReference/API_DescribeStatement.html
*/
DescribeStatement = "redshift-data:DescribeStatement",
/**
* Grants permission to retrieve metadata about a particular table
*
* See https://docs.aws.amazon.com/redshift-data/latest/APIReference/API_DescribeTable.html
*/
DescribeTable = "redshift-data:DescribeTable",
/**
* Grants permission to execute a query
*
* See https://docs.aws.amazon.com/redshift-data/latest/APIReference/API_ExecuteStatement.html
*/
ExecuteStatement = "redshift-data:ExecuteStatement",
/**
* Grants permission to get staging bucket location for a given managed workgroup
*
* See https://docs.aws.amazon.com/redshift-data/latest/APIReference/API_GetStagingBucketLocation.html
*/
GetStagingBucketLocation = "redshift-data:GetStagingBucketLocation",
/**
* Grants permission to fetch the result of a query
*
* See https://docs.aws.amazon.com/redshift-data/latest/APIReference/API_GetStatementResult.html
*/
GetStatementResult = "redshift-data:GetStatementResult",
/**
* Grants permission to list databases for a given cluster
*
* See https://docs.aws.amazon.com/redshift-data/latest/APIReference/API_ListDatabases.html
*/
ListDatabases = "redshift-data:ListDatabases",
/**
* Grants permission to list schemas for a given cluster
*
* See https://docs.aws.amazon.com/redshift-data/latest/APIReference/API_ListSchemas.html
*/
ListSchemas = "redshift-data:ListSchemas",
/**
* Grants permission to list queries for a given principal
*
* See https://docs.aws.amazon.com/redshift-data/latest/APIReference/API_ListStatements.html
*/
ListStatements = "redshift-data:ListStatements",
/**
* Grants permission to list tables for a given cluster
*
* See https://docs.aws.amazon.com/redshift-data/latest/APIReference/API_ListTables.html
*/
ListTables = "redshift-data:ListTables"
}