UNPKG

@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)

247 lines • 8.16 kB
"use strict"; // *** 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.PrivacyBudgetTemplatePrivacyBudgetType = exports.PrivacyBudgetTemplateBudgetParameterType = exports.PrivacyBudgetTemplateBudgetParameterAutoRefresh = exports.PrivacyBudgetTemplateAutoRefresh = exports.MembershipResultFormat = exports.MembershipQueryLogStatus = exports.MembershipJobLogStatus = exports.IdNamespaceAssociationInputReferencePropertiesIdNamespaceType = exports.IdMappingTableInputSourceType = exports.ConfiguredTableSelectedAnalysisMethod = exports.ConfiguredTableScalarFunctions = exports.ConfiguredTableJoinRequiredOption = exports.ConfiguredTableJoinOperator = exports.ConfiguredTableCommercialRegion = exports.ConfiguredTableAssociationAnalysisRuleType = exports.ConfiguredTableAnalysisRuleType = exports.ConfiguredTableAnalysisMethod = exports.ConfiguredTableAggregationType = exports.ConfiguredTableAggregateFunctionName = exports.ConfiguredTableAdditionalAnalyses = exports.CollaborationSupportedS3Region = exports.CollaborationQueryLogStatus = exports.CollaborationMemberAbility = exports.CollaborationJobLogStatus = exports.CollaborationCustomMlMemberAbility = exports.CollaborationAutoApprovedChangeType = exports.CollaborationAnalyticsEngine = exports.AnalysisTemplateSyntheticDataColumnPropertiesColumnType = exports.AnalysisTemplateFormat = exports.AnalysisTemplateErrorMessageConfigurationType = exports.AnalysisTemplateAnalysisParameterType = void 0; exports.AnalysisTemplateAnalysisParameterType = { Smallint: "SMALLINT", Integer: "INTEGER", Bigint: "BIGINT", Decimal: "DECIMAL", Real: "REAL", DoublePrecision: "DOUBLE_PRECISION", Boolean: "BOOLEAN", Char: "CHAR", Varchar: "VARCHAR", Date: "DATE", Timestamp: "TIMESTAMP", Timestamptz: "TIMESTAMPTZ", Time: "TIME", Timetz: "TIMETZ", Varbyte: "VARBYTE", Binary: "BINARY", Byte: "BYTE", Character: "CHARACTER", Double: "DOUBLE", Float: "FLOAT", Int: "INT", Long: "LONG", Numeric: "NUMERIC", Short: "SHORT", String: "STRING", TimestampLtz: "TIMESTAMP_LTZ", TimestampNtz: "TIMESTAMP_NTZ", Tinyint: "TINYINT", }; exports.AnalysisTemplateErrorMessageConfigurationType = { Detailed: "DETAILED", }; exports.AnalysisTemplateFormat = { Sql: "SQL", Pyspark10: "PYSPARK_1_0", }; exports.AnalysisTemplateSyntheticDataColumnPropertiesColumnType = { Categorical: "CATEGORICAL", Numerical: "NUMERICAL", }; exports.CollaborationAnalyticsEngine = { CleanRoomsSql: "CLEAN_ROOMS_SQL", Spark: "SPARK", }; exports.CollaborationAutoApprovedChangeType = { AddMember: "ADD_MEMBER", GrantReceiveResultsAbility: "GRANT_RECEIVE_RESULTS_ABILITY", RevokeReceiveResultsAbility: "REVOKE_RECEIVE_RESULTS_ABILITY", }; exports.CollaborationCustomMlMemberAbility = { CanReceiveModelOutput: "CAN_RECEIVE_MODEL_OUTPUT", CanReceiveInferenceOutput: "CAN_RECEIVE_INFERENCE_OUTPUT", }; exports.CollaborationJobLogStatus = { Enabled: "ENABLED", Disabled: "DISABLED", }; exports.CollaborationMemberAbility = { CanQuery: "CAN_QUERY", CanRunJob: "CAN_RUN_JOB", CanReceiveResults: "CAN_RECEIVE_RESULTS", }; exports.CollaborationQueryLogStatus = { Enabled: "ENABLED", Disabled: "DISABLED", }; exports.CollaborationSupportedS3Region = { UsWest1: "us-west-1", UsWest2: "us-west-2", UsEast1: "us-east-1", UsEast2: "us-east-2", AfSouth1: "af-south-1", ApEast1: "ap-east-1", ApEast2: "ap-east-2", ApSouth2: "ap-south-2", ApSoutheast1: "ap-southeast-1", ApSoutheast2: "ap-southeast-2", ApSoutheast3: "ap-southeast-3", ApSoutheast5: "ap-southeast-5", ApSoutheast4: "ap-southeast-4", ApSoutheast7: "ap-southeast-7", ApSouth1: "ap-south-1", ApNortheast3: "ap-northeast-3", ApNortheast1: "ap-northeast-1", ApNortheast2: "ap-northeast-2", CaCentral1: "ca-central-1", CaWest1: "ca-west-1", EuSouth1: "eu-south-1", EuWest3: "eu-west-3", EuSouth2: "eu-south-2", EuCentral2: "eu-central-2", EuCentral1: "eu-central-1", EuNorth1: "eu-north-1", EuWest1: "eu-west-1", EuWest2: "eu-west-2", MeSouth1: "me-south-1", MeCentral1: "me-central-1", IlCentral1: "il-central-1", SaEast1: "sa-east-1", MxCentral1: "mx-central-1", }; exports.ConfiguredTableAdditionalAnalyses = { Allowed: "ALLOWED", Required: "REQUIRED", NotAllowed: "NOT_ALLOWED", }; exports.ConfiguredTableAggregateFunctionName = { Sum: "SUM", SumDistinct: "SUM_DISTINCT", Count: "COUNT", CountDistinct: "COUNT_DISTINCT", Avg: "AVG", }; exports.ConfiguredTableAggregationType = { CountDistinct: "COUNT_DISTINCT", }; exports.ConfiguredTableAnalysisMethod = { DirectQuery: "DIRECT_QUERY", DirectJob: "DIRECT_JOB", Multiple: "MULTIPLE", }; exports.ConfiguredTableAnalysisRuleType = { Aggregation: "AGGREGATION", List: "LIST", Custom: "CUSTOM", }; exports.ConfiguredTableAssociationAnalysisRuleType = { Aggregation: "AGGREGATION", List: "LIST", Custom: "CUSTOM", }; exports.ConfiguredTableCommercialRegion = { UsWest1: "us-west-1", UsWest2: "us-west-2", UsEast1: "us-east-1", UsEast2: "us-east-2", AfSouth1: "af-south-1", ApEast1: "ap-east-1", ApSouth2: "ap-south-2", ApSoutheast1: "ap-southeast-1", ApSoutheast2: "ap-southeast-2", ApSoutheast5: "ap-southeast-5", ApSoutheast4: "ap-southeast-4", ApSoutheast7: "ap-southeast-7", ApSouth1: "ap-south-1", ApNortheast3: "ap-northeast-3", ApNortheast1: "ap-northeast-1", ApNortheast2: "ap-northeast-2", CaCentral1: "ca-central-1", CaWest1: "ca-west-1", EuSouth1: "eu-south-1", EuWest3: "eu-west-3", EuSouth2: "eu-south-2", EuCentral2: "eu-central-2", EuCentral1: "eu-central-1", EuNorth1: "eu-north-1", EuWest1: "eu-west-1", EuWest2: "eu-west-2", MeSouth1: "me-south-1", MeCentral1: "me-central-1", IlCentral1: "il-central-1", SaEast1: "sa-east-1", MxCentral1: "mx-central-1", ApEast2: "ap-east-2", }; exports.ConfiguredTableJoinOperator = { Or: "OR", And: "AND", }; exports.ConfiguredTableJoinRequiredOption = { QueryRunner: "QUERY_RUNNER", }; exports.ConfiguredTableScalarFunctions = { Trunc: "TRUNC", Abs: "ABS", Ceiling: "CEILING", Floor: "FLOOR", Ln: "LN", Log: "LOG", Round: "ROUND", Sqrt: "SQRT", Cast: "CAST", Lower: "LOWER", Rtrim: "RTRIM", Upper: "UPPER", Coalesce: "COALESCE", Convert: "CONVERT", CurrentDate: "CURRENT_DATE", Dateadd: "DATEADD", Extract: "EXTRACT", Getdate: "GETDATE", Substring: "SUBSTRING", ToChar: "TO_CHAR", ToDate: "TO_DATE", ToNumber: "TO_NUMBER", ToTimestamp: "TO_TIMESTAMP", Trim: "TRIM", }; exports.ConfiguredTableSelectedAnalysisMethod = { DirectQuery: "DIRECT_QUERY", DirectJob: "DIRECT_JOB", }; exports.IdMappingTableInputSourceType = { Source: "SOURCE", Target: "TARGET", }; exports.IdNamespaceAssociationInputReferencePropertiesIdNamespaceType = { Source: "SOURCE", Target: "TARGET", }; exports.MembershipJobLogStatus = { Enabled: "ENABLED", Disabled: "DISABLED", }; exports.MembershipQueryLogStatus = { Enabled: "ENABLED", Disabled: "DISABLED", }; exports.MembershipResultFormat = { Csv: "CSV", Parquet: "PARQUET", }; exports.PrivacyBudgetTemplateAutoRefresh = { CalendarMonth: "CALENDAR_MONTH", None: "NONE", }; exports.PrivacyBudgetTemplateBudgetParameterAutoRefresh = { Enabled: "ENABLED", Disabled: "DISABLED", }; exports.PrivacyBudgetTemplateBudgetParameterType = { CalendarDay: "CALENDAR_DAY", CalendarMonth: "CALENDAR_MONTH", CalendarWeek: "CALENDAR_WEEK", Lifetime: "LIFETIME", }; exports.PrivacyBudgetTemplatePrivacyBudgetType = { DifferentialPrivacy: "DIFFERENTIAL_PRIVACY", AccessBudget: "ACCESS_BUDGET", }; //# sourceMappingURL=index.js.map