@pulumi/aws-native
Version:
The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)
18 lines (17 loc) • 579 B
TypeScript
export declare const AlarmMuteRuleStatus: {
readonly Scheduled: "SCHEDULED";
readonly Active: "ACTIVE";
readonly Expired: "EXPIRED";
};
/**
* The current status of the AlarmMuteRule
*/
export type AlarmMuteRuleStatus = (typeof AlarmMuteRuleStatus)[keyof typeof AlarmMuteRuleStatus];
export declare const OTelEnrichmentStatus: {
readonly Running: "RUNNING";
readonly Stopped: "STOPPED";
};
/**
* Current status of OTel enrichment (RUNNING or STOPPED).
*/
export type OTelEnrichmentStatus = (typeof OTelEnrichmentStatus)[keyof typeof OTelEnrichmentStatus];