@aws-cdk/aws-glue-alpha 2.258.0-alpha.0 → 2.259.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.jsii CHANGED
@@ -8,7 +8,7 @@
8
8
  "url": "https://aws.amazon.com"
9
9
  },
10
10
  "dependencies": {
11
- "aws-cdk-lib": "^2.258.0",
11
+ "aws-cdk-lib": "^2.259.0",
12
12
  "constructs": "^10.5.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -23127,6 +23127,6 @@
23127
23127
  "symbolId": "lib/storage-parameter:WriteParallel"
23128
23128
  }
23129
23129
  },
23130
- "version": "2.258.0-alpha.0",
23130
+ "version": "2.259.0-alpha.0",
23131
23131
  "fingerprint": "**********"
23132
23132
  }
package/lib/code.js CHANGED
@@ -43,7 +43,7 @@ const helpers_internal_1 = require("aws-cdk-lib/core/lib/helpers-internal");
43
43
  * Represents a Glue Job's Code assets (an asset can be a scripts, a jar, a python file or any other file).
44
44
  */
45
45
  class Code {
46
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.Code", version: "2.258.0-alpha.0" };
46
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.Code", version: "2.259.0-alpha.0" };
47
47
  /**
48
48
  * Job code as an S3 object.
49
49
  * @param bucket The S3 bucket
@@ -68,7 +68,7 @@ exports.Code = Code;
68
68
  class S3Code extends Code {
69
69
  bucket;
70
70
  key;
71
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.S3Code", version: "2.258.0-alpha.0" };
71
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.S3Code", version: "2.259.0-alpha.0" };
72
72
  constructor(bucket, key) {
73
73
  super();
74
74
  this.bucket = bucket;
@@ -91,7 +91,7 @@ exports.S3Code = S3Code;
91
91
  class AssetCode extends Code {
92
92
  path;
93
93
  options;
94
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.AssetCode", version: "2.258.0-alpha.0" };
94
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.AssetCode", version: "2.259.0-alpha.0" };
95
95
  asset;
96
96
  /**
97
97
  * @param path The path to the Code file.
package/lib/connection.js CHANGED
@@ -84,7 +84,7 @@ const prop_injectable_1 = require("aws-cdk-lib/core/lib/prop-injectable");
84
84
  * @see https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectiontype
85
85
  */
86
86
  class ConnectionType {
87
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.ConnectionType", version: "2.258.0-alpha.0" };
87
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.ConnectionType", version: "2.259.0-alpha.0" };
88
88
  /**
89
89
  * Designates a connection to a database through Java Database Connectivity (JDBC).
90
90
  */
@@ -289,7 +289,7 @@ let Connection = (() => {
289
289
  Connection = _classThis = _classDescriptor.value;
290
290
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
291
291
  }
292
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.Connection", version: "2.258.0-alpha.0" };
292
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.Connection", version: "2.259.0-alpha.0" };
293
293
  /** Uniquely identifies this class. */
294
294
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-glue-alpha.Connection';
295
295
  /**
@@ -8,7 +8,7 @@ const JSII_RTTI_SYMBOL_1 = Symbol.for("jsii.rtti");
8
8
  */
9
9
  class InputFormat {
10
10
  className;
11
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.InputFormat", version: "2.258.0-alpha.0" };
11
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.InputFormat", version: "2.259.0-alpha.0" };
12
12
  /**
13
13
  * InputFormat for Avro files.
14
14
  *
@@ -52,7 +52,7 @@ exports.InputFormat = InputFormat;
52
52
  */
53
53
  class OutputFormat {
54
54
  className;
55
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.OutputFormat", version: "2.258.0-alpha.0" };
55
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.OutputFormat", version: "2.259.0-alpha.0" };
56
56
  /**
57
57
  * Writes text data with a null key (value only).
58
58
  *
@@ -89,7 +89,7 @@ exports.OutputFormat = OutputFormat;
89
89
  */
90
90
  class SerializationLibrary {
91
91
  className;
92
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.SerializationLibrary", version: "2.258.0-alpha.0" };
92
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.SerializationLibrary", version: "2.259.0-alpha.0" };
93
93
  /**
94
94
  * @see https://svn.apache.org/repos/infra/websites/production/hive/content/javadocs/r3.1.3/api/org/apache/hadoop/hive/serde2/avro/AvroSerDe.html
95
95
  */
@@ -142,7 +142,7 @@ exports.SerializationLibrary = SerializationLibrary;
142
142
  */
143
143
  class ClassificationString {
144
144
  value;
145
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.ClassificationString", version: "2.258.0-alpha.0" };
145
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.ClassificationString", version: "2.259.0-alpha.0" };
146
146
  /**
147
147
  * @see https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-format.html#aws-glue-programming-etl-format-avro
148
148
  */
@@ -176,7 +176,7 @@ exports.ClassificationString = ClassificationString;
176
176
  * Defines the input/output formats and ser/de for a single DataFormat.
177
177
  */
178
178
  class DataFormat {
179
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.DataFormat", version: "2.258.0-alpha.0" };
179
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.DataFormat", version: "2.259.0-alpha.0" };
180
180
  /**
181
181
  * DataFormat for Apache Web Server Logs. Also works for CloudFront logs
182
182
  *
@@ -80,7 +80,7 @@ const prop_injectable_1 = require("aws-cdk-lib/core/lib/prop-injectable");
80
80
  * Properties of a DataQualityTargetTable.
81
81
  */
82
82
  class DataQualityTargetTable {
83
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.DataQualityTargetTable", version: "2.258.0-alpha.0" };
83
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.DataQualityTargetTable", version: "2.259.0-alpha.0" };
84
84
  /**
85
85
  * The database name of the target table.
86
86
  */
@@ -119,7 +119,7 @@ let DataQualityRuleset = (() => {
119
119
  DataQualityRuleset = _classThis = _classDescriptor.value;
120
120
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
121
121
  }
122
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.DataQualityRuleset", version: "2.258.0-alpha.0" };
122
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.DataQualityRuleset", version: "2.259.0-alpha.0" };
123
123
  /** Uniquely identifies this class. */
124
124
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-glue-alpha.DataQualityRuleset';
125
125
  static fromRulesetArn(scope, id, rulesetArn) {
package/lib/database.js CHANGED
@@ -66,7 +66,7 @@ let Database = (() => {
66
66
  Database = _classThis = _classDescriptor.value;
67
67
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
68
68
  }
69
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.Database", version: "2.258.0-alpha.0" };
69
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.Database", version: "2.259.0-alpha.0" };
70
70
  /** Uniquely identifies this class. */
71
71
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-glue-alpha.Database';
72
72
  static fromDatabaseArn(scope, id, databaseArn) {
@@ -77,7 +77,7 @@ let ExternalTable = (() => {
77
77
  ExternalTable = _classThis = _classDescriptor.value;
78
78
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
79
79
  }
80
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.ExternalTable", version: "2.258.0-alpha.0" };
80
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.ExternalTable", version: "2.259.0-alpha.0" };
81
81
  /** Uniquely identifies this class. */
82
82
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-glue-alpha.ExternalTable';
83
83
  /**
package/lib/jobs/job.js CHANGED
@@ -50,7 +50,7 @@ const constants_1 = require("../constants");
50
50
  * event-driven flow using the job.
51
51
  */
52
52
  class JobBase extends cdk.Resource {
53
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.JobBase", version: "2.258.0-alpha.0" };
53
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.JobBase", version: "2.259.0-alpha.0" };
54
54
  /**
55
55
  * Create a CloudWatch Event Rule for this Glue Job when it's in a given state
56
56
  *
@@ -209,7 +209,7 @@ exports.JobBase = JobBase;
209
209
  * @resource AWS::Glue::Job
210
210
  */
211
211
  class Job extends JobBase {
212
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.Job", version: "2.258.0-alpha.0" };
212
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.Job", version: "2.259.0-alpha.0" };
213
213
  /**
214
214
  * Identifies an existing Glue Job from a subset of attributes that can
215
215
  * be referenced from within another Stack or Construct.
@@ -76,7 +76,7 @@ let PySparkEtlJob = (() => {
76
76
  PySparkEtlJob = _classThis = _classDescriptor.value;
77
77
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
78
78
  }
79
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.PySparkEtlJob", version: "2.258.0-alpha.0" };
79
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.PySparkEtlJob", version: "2.259.0-alpha.0" };
80
80
  /** Uniquely identifies this class. */
81
81
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-glue-alpha.PySparkEtlJob';
82
82
  resource = __runInitializers(this, _instanceExtraInitializers);
@@ -76,7 +76,7 @@ let PySparkFlexEtlJob = (() => {
76
76
  PySparkFlexEtlJob = _classThis = _classDescriptor.value;
77
77
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
78
78
  }
79
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.PySparkFlexEtlJob", version: "2.258.0-alpha.0" };
79
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.PySparkFlexEtlJob", version: "2.259.0-alpha.0" };
80
80
  /** Uniquely identifies this class. */
81
81
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-glue-alpha.PySparkFlexEtlJob';
82
82
  resource = __runInitializers(this, _instanceExtraInitializers);
@@ -76,7 +76,7 @@ let PySparkStreamingJob = (() => {
76
76
  PySparkStreamingJob = _classThis = _classDescriptor.value;
77
77
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
78
78
  }
79
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.PySparkStreamingJob", version: "2.258.0-alpha.0" };
79
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.PySparkStreamingJob", version: "2.259.0-alpha.0" };
80
80
  /** Uniquely identifies this class. */
81
81
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-glue-alpha.PySparkStreamingJob';
82
82
  resource = __runInitializers(this, _instanceExtraInitializers);
@@ -71,7 +71,7 @@ let PythonShellJob = (() => {
71
71
  PythonShellJob = _classThis = _classDescriptor.value;
72
72
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
73
73
  }
74
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.PythonShellJob", version: "2.258.0-alpha.0" };
74
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.PythonShellJob", version: "2.259.0-alpha.0" };
75
75
  /** Uniquely identifies this class. */
76
76
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-glue-alpha.PythonShellJob';
77
77
  role = __runInitializers(this, _instanceExtraInitializers);
@@ -77,7 +77,7 @@ let RayJob = (() => {
77
77
  RayJob = _classThis = _classDescriptor.value;
78
78
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
79
79
  }
80
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.RayJob", version: "2.258.0-alpha.0" };
80
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.RayJob", version: "2.259.0-alpha.0" };
81
81
  /** Uniquely identifies this class. */
82
82
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-glue-alpha.RayJob';
83
83
  role = __runInitializers(this, _instanceExtraInitializers);
@@ -77,7 +77,7 @@ let ScalaSparkEtlJob = (() => {
77
77
  ScalaSparkEtlJob = _classThis = _classDescriptor.value;
78
78
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
79
79
  }
80
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.ScalaSparkEtlJob", version: "2.258.0-alpha.0" };
80
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.ScalaSparkEtlJob", version: "2.259.0-alpha.0" };
81
81
  /** Uniquely identifies this class. */
82
82
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-glue-alpha.ScalaSparkEtlJob';
83
83
  resource = __runInitializers(this, _instanceExtraInitializers);
@@ -76,7 +76,7 @@ let ScalaSparkFlexEtlJob = (() => {
76
76
  ScalaSparkFlexEtlJob = _classThis = _classDescriptor.value;
77
77
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
78
78
  }
79
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.ScalaSparkFlexEtlJob", version: "2.258.0-alpha.0" };
79
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.ScalaSparkFlexEtlJob", version: "2.259.0-alpha.0" };
80
80
  /** Uniquely identifies this class. */
81
81
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-glue-alpha.ScalaSparkFlexEtlJob';
82
82
  resource = __runInitializers(this, _instanceExtraInitializers);
@@ -77,7 +77,7 @@ let ScalaSparkStreamingJob = (() => {
77
77
  ScalaSparkStreamingJob = _classThis = _classDescriptor.value;
78
78
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
79
79
  }
80
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.ScalaSparkStreamingJob", version: "2.258.0-alpha.0" };
80
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.ScalaSparkStreamingJob", version: "2.259.0-alpha.0" };
81
81
  /** Uniquely identifies this class. */
82
82
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-glue-alpha.ScalaSparkStreamingJob';
83
83
  resource = __runInitializers(this, _instanceExtraInitializers);
@@ -46,7 +46,7 @@ const job_1 = require("./job");
46
46
  * Base class for different types of Spark Jobs.
47
47
  */
48
48
  class SparkJob extends job_1.Job {
49
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.SparkJob", version: "2.258.0-alpha.0" };
49
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.SparkJob", version: "2.259.0-alpha.0" };
50
50
  role;
51
51
  grantPrincipal;
52
52
  /**
@@ -72,7 +72,7 @@ var DateIntervalUnit;
72
72
  * Factory class for creating partition projection configurations.
73
73
  */
74
74
  class PartitionProjectionConfiguration {
75
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.PartitionProjectionConfiguration", version: "2.258.0-alpha.0" };
75
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.PartitionProjectionConfiguration", version: "2.259.0-alpha.0" };
76
76
  /**
77
77
  * Create an INTEGER partition projection configuration.
78
78
  */
package/lib/s3-table.js CHANGED
@@ -142,7 +142,7 @@ let S3Table = (() => {
142
142
  S3Table = _classThis = _classDescriptor.value;
143
143
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
144
144
  }
145
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.S3Table", version: "2.258.0-alpha.0" };
145
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.S3Table", version: "2.259.0-alpha.0" };
146
146
  /** Uniquely identifies this class. */
147
147
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-glue-alpha.S3Table';
148
148
  resource = __runInitializers(this, _instanceExtraInitializers);
package/lib/schema.js CHANGED
@@ -9,7 +9,7 @@ const helpers_internal_1 = require("aws-cdk-lib/core/lib/helpers-internal");
9
9
  * @see https://docs.aws.amazon.com/athena/latest/ug/data-types.html
10
10
  */
11
11
  class Schema {
12
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.Schema", version: "2.258.0-alpha.0" };
12
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.Schema", version: "2.259.0-alpha.0" };
13
13
  static BOOLEAN = {
14
14
  isPrimitive: true,
15
15
  inputString: 'boolean',
@@ -149,7 +149,7 @@ let SecurityConfiguration = (() => {
149
149
  SecurityConfiguration = _classThis = _classDescriptor.value;
150
150
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
151
151
  }
152
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.SecurityConfiguration", version: "2.258.0-alpha.0" };
152
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.SecurityConfiguration", version: "2.259.0-alpha.0" };
153
153
  /** Uniquely identifies this class. */
154
154
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-glue-alpha.SecurityConfiguration';
155
155
  /**
@@ -271,7 +271,7 @@ var StorageParameters;
271
271
  class StorageParameter {
272
272
  key;
273
273
  value;
274
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.StorageParameter", version: "2.258.0-alpha.0" };
274
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.StorageParameter", version: "2.259.0-alpha.0" };
275
275
  /**
276
276
  * The number of rows to skip at the top of a CSV file when the table is being created.
277
277
  */
package/lib/table-base.js CHANGED
@@ -45,7 +45,7 @@ const partition_projection_1 = require("./partition-projection");
45
45
  * A Glue table.
46
46
  */
47
47
  class TableBase extends core_1.Resource {
48
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.TableBase", version: "2.258.0-alpha.0" };
48
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.TableBase", version: "2.259.0-alpha.0" };
49
49
  static fromTableArn(scope, id, tableArn) {
50
50
  const tableName = core_1.Fn.select(1, core_1.Fn.split('/', core_1.Stack.of(scope).splitArn(tableArn, core_1.ArnFormat.SLASH_RESOURCE_NAME).resourceName));
51
51
  return TableBase.fromTableAttributes(scope, id, {
@@ -57,7 +57,7 @@ let Table = (() => {
57
57
  Table = _classThis = _classDescriptor.value;
58
58
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
59
59
  }
60
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.Table", version: "2.258.0-alpha.0" };
60
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.Table", version: "2.259.0-alpha.0" };
61
61
  /** Uniquely identifies this class. */
62
62
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-glue-alpha.Table';
63
63
  static {
@@ -41,7 +41,7 @@ const events = __importStar(require("aws-cdk-lib/aws-events"));
41
41
  */
42
42
  class TriggerSchedule {
43
43
  expressionString;
44
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.TriggerSchedule", version: "2.258.0-alpha.0" };
44
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.TriggerSchedule", version: "2.259.0-alpha.0" };
45
45
  /**
46
46
  * Creates a new TriggerSchedule instance with a cron expression.
47
47
  *
@@ -83,7 +83,7 @@ const trigger_options_1 = require("./trigger-options");
83
83
  * @see https://docs.aws.amazon.com/glue/latest/dg/about-triggers.html
84
84
  */
85
85
  class WorkflowBase extends cdk.Resource {
86
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.WorkflowBase", version: "2.258.0-alpha.0" };
86
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.WorkflowBase", version: "2.259.0-alpha.0" };
87
87
  /**
88
88
  * Extract workflowName from arn
89
89
  */
@@ -388,7 +388,7 @@ let Workflow = (() => {
388
388
  Workflow = _classThis = _classDescriptor.value;
389
389
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
390
390
  }
391
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.Workflow", version: "2.258.0-alpha.0" };
391
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.Workflow", version: "2.259.0-alpha.0" };
392
392
  /** Uniquely identifies this class. */
393
393
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-glue-alpha.Workflow';
394
394
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-cdk/aws-glue-alpha",
3
- "version": "2.258.0-alpha.0",
3
+ "version": "2.259.0-alpha.0",
4
4
  "private": false,
5
5
  "description": "The CDK Construct Library for AWS::Glue",
6
6
  "main": "lib/index.js",
@@ -82,18 +82,18 @@
82
82
  },
83
83
  "license": "Apache-2.0",
84
84
  "devDependencies": {
85
- "@aws-cdk/cdk-build-tools": "2.258.0-alpha.0",
85
+ "@aws-cdk/cdk-build-tools": "2.259.0-alpha.0",
86
86
  "@aws-cdk/integ-runner": "^2.199.0",
87
- "@aws-cdk/integ-tests-alpha": "2.258.0-alpha.0",
88
- "@aws-cdk/pkglint": "2.258.0-alpha.0",
87
+ "@aws-cdk/integ-tests-alpha": "2.259.0-alpha.0",
88
+ "@aws-cdk/pkglint": "2.259.0-alpha.0",
89
89
  "@types/jest": "^29.5.14",
90
- "aws-cdk-lib": "2.258.0",
90
+ "aws-cdk-lib": "2.259.0",
91
91
  "constructs": "^10.5.0",
92
92
  "jest": "^29.7.0"
93
93
  },
94
94
  "homepage": "https://github.com/aws/aws-cdk",
95
95
  "peerDependencies": {
96
- "aws-cdk-lib": "^2.258.0",
96
+ "aws-cdk-lib": "^2.259.0",
97
97
  "constructs": "^10.5.0"
98
98
  },
99
99
  "engines": {