UNPKG

@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)

48 lines (47 loc) 1.83 kB
export declare const AnomalyMonitorMonitorDimension: { readonly Service: "SERVICE"; }; /** * The dimensions to evaluate */ export type AnomalyMonitorMonitorDimension = (typeof AnomalyMonitorMonitorDimension)[keyof typeof AnomalyMonitorMonitorDimension]; export declare const AnomalyMonitorMonitorType: { readonly Dimensional: "DIMENSIONAL"; readonly Custom: "CUSTOM"; }; /** * The possible type values. */ export type AnomalyMonitorMonitorType = (typeof AnomalyMonitorMonitorType)[keyof typeof AnomalyMonitorMonitorType]; export declare const AnomalySubscriptionFrequency: { readonly Daily: "DAILY"; readonly Immediate: "IMMEDIATE"; readonly Weekly: "WEEKLY"; }; /** * The frequency at which anomaly reports are sent over email. */ export type AnomalySubscriptionFrequency = (typeof AnomalySubscriptionFrequency)[keyof typeof AnomalySubscriptionFrequency]; export declare const AnomalySubscriptionSubscriberStatus: { readonly Confirmed: "CONFIRMED"; readonly Declined: "DECLINED"; }; /** * Indicates if the subscriber accepts the notifications. */ export type AnomalySubscriptionSubscriberStatus = (typeof AnomalySubscriptionSubscriberStatus)[keyof typeof AnomalySubscriptionSubscriberStatus]; export declare const AnomalySubscriptionSubscriberType: { readonly Email: "EMAIL"; readonly Sns: "SNS"; }; /** * The notification delivery channel. */ export type AnomalySubscriptionSubscriberType = (typeof AnomalySubscriptionSubscriberType)[keyof typeof AnomalySubscriptionSubscriberType]; export declare const CostCategoryRuleVersion: { readonly CostCategoryExpressionV1: "CostCategoryExpression.v1"; }; /** * The rule schema version in this particular Cost Category. */ export type CostCategoryRuleVersion = (typeof CostCategoryRuleVersion)[keyof typeof CostCategoryRuleVersion];