UNPKG

aws-iam-policy-types

Version:

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

63 lines (62 loc) 3 kB
/** * All IAM policy actions for Amazon CloudWatch Observability Admin Service (OBSERVABILITYADMIN) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoncloudwatchobservabilityadminservice.html * * 2025-02-24T21:47:10.474Z */ export declare enum AwsObservabilityadminActions { /** * Grants permission to retrieve the Telemetry Config feature status for the accou * nt * * See https://docs.aws.amazon.com/ObservabilityAdmin/latest/APIReference/API_GetTelemetryEvaluationStatus.html */ GetTelemetryEvaluationStatus = "observabilityadmin:GetTelemetryEvaluationStatus", /** * Grants permission to retrieve the Telemetry Config feature status for the organ * ization * * See https://docs.aws.amazon.com/ObservabilityAdmin/latest/APIReference/API_GetTelemetryEvaluationStatusForOrganization.html */ GetTelemetryEvaluationStatusForOrganization = "observabilityadmin:GetTelemetryEvaluationStatusForOrganization", /** * Grants permission to retrieve telemetry configurations for resources associated * with the account * * See https://docs.aws.amazon.com/ObservabilityAdmin/latest/APIReference/API_ListResourceTelemetry.html */ ListResourceTelemetry = "observabilityadmin:ListResourceTelemetry", /** * Grants permission to retrieve telemetry configurations for resources associated * with accounts in the organization * * See https://docs.aws.amazon.com/ObservabilityAdmin/latest/APIReference/API_ListResourceTelemetryForOrganization.html */ ListResourceTelemetryForOrganization = "observabilityadmin:ListResourceTelemetryForOrganization", /** * Grants permission to start the Telemetry Config feature for the account * * See https://docs.aws.amazon.com/ObservabilityAdmin/latest/APIReference/API_StartTelemetryEvaluation.html */ StartTelemetryEvaluation = "observabilityadmin:StartTelemetryEvaluation", /** * Grants permission to start the Telemetry Config feature for the organization * * See https://docs.aws.amazon.com/ObservabilityAdmin/latest/APIReference/API_StartTelemetryEvaluationForOrganization.html */ StartTelemetryEvaluationForOrganization = "observabilityadmin:StartTelemetryEvaluationForOrganization", /** * Grants permission to stop the Telemetry Config feature for the account * * See https://docs.aws.amazon.com/ObservabilityAdmin/latest/APIReference/API_StopTelemetryEvaluation.html */ StopTelemetryEvaluation = "observabilityadmin:StopTelemetryEvaluation", /** * Grants permission to stop the Telemetry Config feature for the organization * * See https://docs.aws.amazon.com/ObservabilityAdmin/latest/APIReference/API_StopTelemetryEvaluationForOrganization.html */ StopTelemetryEvaluationForOrganization = "observabilityadmin:StopTelemetryEvaluationForOrganization" }