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)

10 lines (9 loc) 419 B
export declare const SlackChannelConfigurationNotifyOnCaseSeverity: { readonly None: "none"; readonly All: "all"; readonly High: "high"; }; /** * The severity level of a support case that a customer wants to get notified for. */ export type SlackChannelConfigurationNotifyOnCaseSeverity = (typeof SlackChannelConfigurationNotifyOnCaseSeverity)[keyof typeof SlackChannelConfigurationNotifyOnCaseSeverity];