@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)
34 lines (33 loc) • 1.83 kB
TypeScript
export declare const AppMonitorCustomEventsStatus: {
readonly Enabled: "ENABLED";
readonly Disabled: "DISABLED";
};
export type AppMonitorCustomEventsStatus = (typeof AppMonitorCustomEventsStatus)[keyof typeof AppMonitorCustomEventsStatus];
export declare const AppMonitorDeobfuscationConfigurationJavaScriptSourceMapsPropertiesStatus: {
readonly Enabled: "ENABLED";
readonly Disabled: "DISABLED";
};
/**
* Specifies whether JavaScript error stack traces should be unminified for this app monitor. The default is for JavaScript error stack trace unminification to be DISABLED
*/
export type AppMonitorDeobfuscationConfigurationJavaScriptSourceMapsPropertiesStatus = (typeof AppMonitorDeobfuscationConfigurationJavaScriptSourceMapsPropertiesStatus)[keyof typeof AppMonitorDeobfuscationConfigurationJavaScriptSourceMapsPropertiesStatus];
export declare const AppMonitorMetricDestinationDestination: {
readonly CloudWatch: "CloudWatch";
readonly Evidently: "Evidently";
};
/**
* Defines the destination to send the metrics to. Valid values are CloudWatch and Evidently. Note: Evidently has been discontinued and is no longer supported - requests with Evidently will be rejected.
*/
export type AppMonitorMetricDestinationDestination = (typeof AppMonitorMetricDestinationDestination)[keyof typeof AppMonitorMetricDestinationDestination];
export declare const AppMonitorPlatform: {
readonly Web: "Web";
readonly Android: "Android";
readonly Ios: "iOS";
};
export type AppMonitorPlatform = (typeof AppMonitorPlatform)[keyof typeof AppMonitorPlatform];
export declare const AppMonitorTelemetry: {
readonly Errors: "errors";
readonly Performance: "performance";
readonly Http: "http";
};
export type AppMonitorTelemetry = (typeof AppMonitorTelemetry)[keyof typeof AppMonitorTelemetry];