@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)
33 lines • 1.2 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.SessionStatus = exports.SessionFindingPublishingFrequency = exports.SessionAutomatedDiscoveryStatus = exports.FindingsFilterFindingFilterAction = exports.AllowListStatus = void 0;
exports.AllowListStatus = {
Ok: "OK",
S3ObjectNotFound: "S3_OBJECT_NOT_FOUND",
S3UserAccessDenied: "S3_USER_ACCESS_DENIED",
S3ObjectAccessDenied: "S3_OBJECT_ACCESS_DENIED",
S3Throttled: "S3_THROTTLED",
S3ObjectOversize: "S3_OBJECT_OVERSIZE",
S3ObjectEmpty: "S3_OBJECT_EMPTY",
UnknownError: "UNKNOWN_ERROR",
};
exports.FindingsFilterFindingFilterAction = {
Archive: "ARCHIVE",
Noop: "NOOP",
};
exports.SessionAutomatedDiscoveryStatus = {
Enabled: "ENABLED",
Disabled: "DISABLED",
};
exports.SessionFindingPublishingFrequency = {
FifteenMinutes: "FIFTEEN_MINUTES",
OneHour: "ONE_HOUR",
SixHours: "SIX_HOURS",
};
exports.SessionStatus = {
Enabled: "ENABLED",
Paused: "PAUSED",
};
//# sourceMappingURL=index.js.map