@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)
42 lines • 1.34 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.RuleState = exports.EndpointState = exports.EndpointReplicationState = exports.ConnectionOAuthParametersHttpMethod = exports.ConnectionAuthorizationType = exports.ApiDestinationHttpMethod = void 0;
exports.ApiDestinationHttpMethod = {
Get: "GET",
Head: "HEAD",
Post: "POST",
Options: "OPTIONS",
Put: "PUT",
Delete: "DELETE",
Patch: "PATCH",
};
exports.ConnectionAuthorizationType = {
ApiKey: "API_KEY",
Basic: "BASIC",
OauthClientCredentials: "OAUTH_CLIENT_CREDENTIALS",
};
exports.ConnectionOAuthParametersHttpMethod = {
Get: "GET",
Post: "POST",
Put: "PUT",
};
exports.EndpointReplicationState = {
Enabled: "ENABLED",
Disabled: "DISABLED",
};
exports.EndpointState = {
Active: "ACTIVE",
Creating: "CREATING",
Updating: "UPDATING",
Deleting: "DELETING",
CreateFailed: "CREATE_FAILED",
UpdateFailed: "UPDATE_FAILED",
};
exports.RuleState = {
Disabled: "DISABLED",
Enabled: "ENABLED",
EnabledWithAllCloudtrailManagementEvents: "ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS",
};
//# sourceMappingURL=index.js.map