UNPKG

aws-iam-policy-types

Version:

Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions

113 lines (112 loc) 4.26 kB
/** * All IAM policy actions for AWS CloudWatch RUM (RUM) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_awscloudwatchrum.html * * 2025-02-24T21:47:10.939Z */ export declare enum AwsRumActions { /** * Grants permission to create rum metric definitions * * See https://docs.aws.amazon.com/cloudwatchrum/latest/APIReference/API_BatchCreateRumMetricDefinitions.html */ BatchCreateRumMetricDefinitions = "rum:BatchCreateRumMetricDefinitions", /** * Grants permission to remove rum metric definitions * * See https://docs.aws.amazon.com/cloudwatchrum/latest/APIReference/API_BatchDeleteRumMetricDefinitions.html */ BatchDeleteRumMetricDefinitions = "rum:BatchDeleteRumMetricDefinitions", /** * Grants permission to get rum metric definitions * * See https://docs.aws.amazon.com/cloudwatchrum/latest/APIReference/API_BatchGetRumMetricDefinitions.html */ BatchGetRumMetricDefinitions = "rum:BatchGetRumMetricDefinitions", /** * Grants permission to create appMonitor metadata * * See https://docs.aws.amazon.com/cloudwatchrum/latest/APIReference/API_CreateAppMonitor.html */ CreateAppMonitor = "rum:CreateAppMonitor", /** * Grants permission to delete appMonitor metadata * * See https://docs.aws.amazon.com/cloudwatchrum/latest/APIReference/API_DeleteAppMonitor.html */ DeleteAppMonitor = "rum:DeleteAppMonitor", /** * Grants permission to delete rum metrics destinations * * See https://docs.aws.amazon.com/cloudwatchrum/latest/APIReference/API_DeleteRumMetricsDestination.html */ DeleteRumMetricsDestination = "rum:DeleteRumMetricsDestination", /** * Grants permission to get appMonitor metadata * * See https://docs.aws.amazon.com/cloudwatchrum/latest/APIReference/API_GetAppMonitor.html */ GetAppMonitor = "rum:GetAppMonitor", /** * Grants permission to get appMonitor data * * See https://docs.aws.amazon.com/cloudwatchrum/latest/APIReference/API_GetAppMonitorData.html */ GetAppMonitorData = "rum:GetAppMonitorData", /** * Grants permission to list appMonitors metadata * * See https://docs.aws.amazon.com/cloudwatchrum/latest/APIReference/API_ListAppMonitors.html */ ListAppMonitors = "rum:ListAppMonitors", /** * Grants permission to list rum metrics destinations * * See https://docs.aws.amazon.com/cloudwatchrum/latest/APIReference/API_ListRumMetricsDestinations.html */ ListRumMetricsDestinations = "rum:ListRumMetricsDestinations", /** * Grants permission to list tags for resources * * See https://docs.aws.amazon.com/cloudwatchrum/latest/APIReference/API_ListTagsForResource.html */ ListTagsForResource = "rum:ListTagsForResource", /** * Grants permission to put RUM events for appmonitor * * See https://docs.aws.amazon.com/cloudwatchrum/latest/APIReference/API_PutRumEvents.html */ PutRumEvents = "rum:PutRumEvents", /** * Grants permission to put rum metrics destinations * * See https://docs.aws.amazon.com/cloudwatchrum/latest/APIReference/API_PutRumMetricsDestination.html */ PutRumMetricsDestination = "rum:PutRumMetricsDestination", /** * Grants permission to tag resources * * See https://docs.aws.amazon.com/cloudwatchrum/latest/APIReference/API_TagResource.html */ TagResource = "rum:TagResource", /** * Grants permission to untag resources * * See https://docs.aws.amazon.com/cloudwatchrum/latest/APIReference/API_UntagResource.html */ UntagResource = "rum:UntagResource", /** * Grants permission to update appmonitor metadata * * See https://docs.aws.amazon.com/cloudwatchrum/latest/APIReference/API_UpdateAppMonitor.html */ UpdateAppMonitor = "rum:UpdateAppMonitor", /** * Grants permission to update rum metric definition * * See https://docs.aws.amazon.com/cloudwatchrum/latest/APIReference/API_UpdateRumMetricDefinition.html */ UpdateRumMetricDefinition = "rum:UpdateRumMetricDefinition" }