@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)
51 lines • 1.72 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.TableMode = exports.TableEncryptionType = exports.TableClusteringKeyColumnOrderBy = exports.TableCdcViewType = exports.TableCdcStatus = exports.KeyspaceReplicationSpecificationReplicationStrategy = exports.KeyspaceRegionListItem = void 0;
exports.KeyspaceRegionListItem = {
AfSouth1: "af-south-1",
ApNortheast1: "ap-northeast-1",
ApNortheast2: "ap-northeast-2",
ApSouth1: "ap-south-1",
ApSoutheast1: "ap-southeast-1",
ApSoutheast2: "ap-southeast-2",
CaCentral1: "ca-central-1",
EuCentral1: "eu-central-1",
EuNorth1: "eu-north-1",
EuWest1: "eu-west-1",
EuWest2: "eu-west-2",
EuWest3: "eu-west-3",
SaEast1: "sa-east-1",
UsEast1: "us-east-1",
UsEast2: "us-east-2",
UsWest1: "us-west-1",
UsWest2: "us-west-2",
};
exports.KeyspaceReplicationSpecificationReplicationStrategy = {
SingleRegion: "SINGLE_REGION",
MultiRegion: "MULTI_REGION",
};
exports.TableCdcStatus = {
Enabled: "ENABLED",
Disabled: "DISABLED",
};
exports.TableCdcViewType = {
NewImage: "NEW_IMAGE",
OldImage: "OLD_IMAGE",
KeysOnly: "KEYS_ONLY",
NewAndOldImages: "NEW_AND_OLD_IMAGES",
};
exports.TableClusteringKeyColumnOrderBy = {
Asc: "ASC",
Desc: "DESC",
};
exports.TableEncryptionType = {
AwsOwnedKmsKey: "AWS_OWNED_KMS_KEY",
CustomerManagedKmsKey: "CUSTOMER_MANAGED_KMS_KEY",
};
exports.TableMode = {
Provisioned: "PROVISIONED",
OnDemand: "ON_DEMAND",
};
//# sourceMappingURL=index.js.map