@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)
57 lines • 2.01 kB
JavaScript
;
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
Object.defineProperty(exports, "__esModule", { value: true });
exports.SourceApiAssociationStatus = exports.SourceApiAssociationConfigMergeType = exports.ResolverMetricsConfig = exports.DataSourceMetricsConfig = exports.ChannelNamespaceInvokeType = exports.ChannelNamespaceHandlerBehavior = exports.ChannelNamespaceAuthenticationType = exports.ApiEventLogLevel = exports.ApiAuthenticationType = void 0;
exports.ApiAuthenticationType = {
AmazonCognitoUserPools: "AMAZON_COGNITO_USER_POOLS",
AwsIam: "AWS_IAM",
ApiKey: "API_KEY",
OpenidConnect: "OPENID_CONNECT",
AwsLambda: "AWS_LAMBDA",
};
exports.ApiEventLogLevel = {
None: "NONE",
Error: "ERROR",
All: "ALL",
Info: "INFO",
Debug: "DEBUG",
};
exports.ChannelNamespaceAuthenticationType = {
AmazonCognitoUserPools: "AMAZON_COGNITO_USER_POOLS",
AwsIam: "AWS_IAM",
ApiKey: "API_KEY",
OpenidConnect: "OPENID_CONNECT",
AwsLambda: "AWS_LAMBDA",
};
exports.ChannelNamespaceHandlerBehavior = {
Code: "CODE",
Direct: "DIRECT",
};
exports.ChannelNamespaceInvokeType = {
RequestResponse: "REQUEST_RESPONSE",
Event: "EVENT",
};
exports.DataSourceMetricsConfig = {
Disabled: "DISABLED",
Enabled: "ENABLED",
};
exports.ResolverMetricsConfig = {
Enabled: "ENABLED",
Disabled: "DISABLED",
};
exports.SourceApiAssociationConfigMergeType = {
AutoMerge: "AUTO_MERGE",
ManualMerge: "MANUAL_MERGE",
};
exports.SourceApiAssociationStatus = {
MergeScheduled: "MERGE_SCHEDULED",
MergeFailed: "MERGE_FAILED",
MergeSuccess: "MERGE_SUCCESS",
MergeInProgress: "MERGE_IN_PROGRESS",
AutoMergeScheduleFailed: "AUTO_MERGE_SCHEDULE_FAILED",
DeletionScheduled: "DELETION_SCHEDULED",
DeletionInProgress: "DELETION_IN_PROGRESS",
DeletionFailed: "DELETION_FAILED",
};
//# sourceMappingURL=index.js.map