@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)
13 lines (12 loc) • 517 B
TypeScript
export declare const TopicLoggingConfigProtocol: {
readonly Https: "http/s";
readonly Sqs: "sqs";
readonly Lambda: "lambda";
readonly Firehose: "firehose";
readonly Application: "application";
};
/**
* Indicates one of the supported protocols for the Amazon SNS topic.
* At least one of the other three ``LoggingConfig`` properties is recommend along with ``Protocol``.
*/
export type TopicLoggingConfigProtocol = (typeof TopicLoggingConfigProtocol)[keyof typeof TopicLoggingConfigProtocol];