@aws-cdk/aws-glue-alpha 2.255.0-alpha.0 → 2.256.1-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.255.0",
11
+ "aws-cdk-lib": "^2.256.1",
12
12
  "constructs": "^10.5.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -23059,6 +23059,6 @@
23059
23059
  "symbolId": "lib/storage-parameter:WriteParallel"
23060
23060
  }
23061
23061
  },
23062
- "version": "2.255.0-alpha.0",
23062
+ "version": "2.256.1-alpha.0",
23063
23063
  "fingerprint": "**********"
23064
23064
  }
Binary file
package/lib/code.js CHANGED
@@ -10,7 +10,7 @@ const helpers_internal_1 = require("aws-cdk-lib/core/lib/helpers-internal");
10
10
  * Represents a Glue Job's Code assets (an asset can be a scripts, a jar, a python file or any other file).
11
11
  */
12
12
  class Code {
13
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.Code", version: "2.255.0-alpha.0" };
13
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.Code", version: "2.256.1-alpha.0" };
14
14
  /**
15
15
  * Job code as an S3 object.
16
16
  * @param bucket The S3 bucket
@@ -35,7 +35,7 @@ exports.Code = Code;
35
35
  class S3Code extends Code {
36
36
  bucket;
37
37
  key;
38
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.S3Code", version: "2.255.0-alpha.0" };
38
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.S3Code", version: "2.256.1-alpha.0" };
39
39
  constructor(bucket, key) {
40
40
  super();
41
41
  this.bucket = bucket;
@@ -58,7 +58,7 @@ exports.S3Code = S3Code;
58
58
  class AssetCode extends Code {
59
59
  path;
60
60
  options;
61
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.AssetCode", version: "2.255.0-alpha.0" };
61
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.AssetCode", version: "2.256.1-alpha.0" };
62
62
  asset;
63
63
  /**
64
64
  * @param path The path to the Code file.
package/lib/connection.js CHANGED
@@ -51,7 +51,7 @@ const prop_injectable_1 = require("aws-cdk-lib/core/lib/prop-injectable");
51
51
  * @see https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectiontype
52
52
  */
53
53
  class ConnectionType {
54
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.ConnectionType", version: "2.255.0-alpha.0" };
54
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.ConnectionType", version: "2.256.1-alpha.0" };
55
55
  /**
56
56
  * Designates a connection to a database through Java Database Connectivity (JDBC).
57
57
  */
@@ -256,7 +256,7 @@ let Connection = (() => {
256
256
  Connection = _classThis = _classDescriptor.value;
257
257
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
258
258
  }
259
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.Connection", version: "2.255.0-alpha.0" };
259
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.Connection", version: "2.256.1-alpha.0" };
260
260
  /** Uniquely identifies this class. */
261
261
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-glue-alpha.Connection';
262
262
  /**
@@ -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.255.0-alpha.0" };
11
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.InputFormat", version: "2.256.1-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.255.0-alpha.0" };
55
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.OutputFormat", version: "2.256.1-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.255.0-alpha.0" };
92
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.SerializationLibrary", version: "2.256.1-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.255.0-alpha.0" };
145
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.ClassificationString", version: "2.256.1-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.255.0-alpha.0" };
179
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.DataFormat", version: "2.256.1-alpha.0" };
180
180
  /**
181
181
  * DataFormat for Apache Web Server Logs. Also works for CloudFront logs
182
182
  *
@@ -47,7 +47,7 @@ const prop_injectable_1 = require("aws-cdk-lib/core/lib/prop-injectable");
47
47
  * Properties of a DataQualityTargetTable.
48
48
  */
49
49
  class DataQualityTargetTable {
50
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.DataQualityTargetTable", version: "2.255.0-alpha.0" };
50
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.DataQualityTargetTable", version: "2.256.1-alpha.0" };
51
51
  /**
52
52
  * The database name of the target table.
53
53
  */
@@ -86,7 +86,7 @@ let DataQualityRuleset = (() => {
86
86
  DataQualityRuleset = _classThis = _classDescriptor.value;
87
87
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
88
88
  }
89
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.DataQualityRuleset", version: "2.255.0-alpha.0" };
89
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.DataQualityRuleset", version: "2.256.1-alpha.0" };
90
90
  /** Uniquely identifies this class. */
91
91
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-glue-alpha.DataQualityRuleset';
92
92
  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.255.0-alpha.0" };
69
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.Database", version: "2.256.1-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.255.0-alpha.0" };
80
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.ExternalTable", version: "2.256.1-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
@@ -17,7 +17,7 @@ const constants_1 = require("../constants");
17
17
  * event-driven flow using the job.
18
18
  */
19
19
  class JobBase extends cdk.Resource {
20
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.JobBase", version: "2.255.0-alpha.0" };
20
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.JobBase", version: "2.256.1-alpha.0" };
21
21
  /**
22
22
  * Create a CloudWatch Event Rule for this Glue Job when it's in a given state
23
23
  *
@@ -176,7 +176,7 @@ exports.JobBase = JobBase;
176
176
  * @resource AWS::Glue::Job
177
177
  */
178
178
  class Job extends JobBase {
179
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.Job", version: "2.255.0-alpha.0" };
179
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.Job", version: "2.256.1-alpha.0" };
180
180
  /**
181
181
  * Identifies an existing Glue Job from a subset of attributes that can
182
182
  * 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.255.0-alpha.0" };
79
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.PySparkEtlJob", version: "2.256.1-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.255.0-alpha.0" };
79
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.PySparkFlexEtlJob", version: "2.256.1-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.255.0-alpha.0" };
79
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.PySparkStreamingJob", version: "2.256.1-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.255.0-alpha.0" };
74
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.PythonShellJob", version: "2.256.1-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);
@@ -73,7 +73,7 @@ let RayJob = (() => {
73
73
  RayJob = _classThis = _classDescriptor.value;
74
74
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
75
75
  }
76
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.RayJob", version: "2.255.0-alpha.0" };
76
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.RayJob", version: "2.256.1-alpha.0" };
77
77
  /** Uniquely identifies this class. */
78
78
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-glue-alpha.RayJob';
79
79
  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.255.0-alpha.0" };
80
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.ScalaSparkEtlJob", version: "2.256.1-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.255.0-alpha.0" };
79
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.ScalaSparkFlexEtlJob", version: "2.256.1-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.255.0-alpha.0" };
80
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.ScalaSparkStreamingJob", version: "2.256.1-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);
@@ -13,7 +13,7 @@ const job_1 = require("./job");
13
13
  * Base class for different types of Spark Jobs.
14
14
  */
15
15
  class SparkJob extends job_1.Job {
16
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.SparkJob", version: "2.255.0-alpha.0" };
16
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.SparkJob", version: "2.256.1-alpha.0" };
17
17
  role;
18
18
  grantPrincipal;
19
19
  /**
@@ -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.255.0-alpha.0" };
75
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.PartitionProjectionConfiguration", version: "2.256.1-alpha.0" };
76
76
  /**
77
77
  * Create an INTEGER partition projection configuration.
78
78
  */
package/lib/s3-table.js CHANGED
@@ -109,7 +109,7 @@ let S3Table = (() => {
109
109
  S3Table = _classThis = _classDescriptor.value;
110
110
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
111
111
  }
112
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.S3Table", version: "2.255.0-alpha.0" };
112
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.S3Table", version: "2.256.1-alpha.0" };
113
113
  /** Uniquely identifies this class. */
114
114
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-glue-alpha.S3Table';
115
115
  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.255.0-alpha.0" };
12
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.Schema", version: "2.256.1-alpha.0" };
13
13
  static BOOLEAN = {
14
14
  isPrimitive: true,
15
15
  inputString: 'boolean',
@@ -116,7 +116,7 @@ let SecurityConfiguration = (() => {
116
116
  SecurityConfiguration = _classThis = _classDescriptor.value;
117
117
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
118
118
  }
119
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.SecurityConfiguration", version: "2.255.0-alpha.0" };
119
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.SecurityConfiguration", version: "2.256.1-alpha.0" };
120
120
  /** Uniquely identifies this class. */
121
121
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-glue-alpha.SecurityConfiguration';
122
122
  /**
@@ -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.255.0-alpha.0" };
274
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.StorageParameter", version: "2.256.1-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
@@ -12,7 +12,7 @@ const partition_projection_1 = require("./partition-projection");
12
12
  * A Glue table.
13
13
  */
14
14
  class TableBase extends core_1.Resource {
15
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.TableBase", version: "2.255.0-alpha.0" };
15
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.TableBase", version: "2.256.1-alpha.0" };
16
16
  static fromTableArn(scope, id, tableArn) {
17
17
  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));
18
18
  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.255.0-alpha.0" };
60
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.Table", version: "2.256.1-alpha.0" };
61
61
  /** Uniquely identifies this class. */
62
62
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-glue-alpha.Table';
63
63
  static {
@@ -8,7 +8,7 @@ const events = require("aws-cdk-lib/aws-events");
8
8
  */
9
9
  class TriggerSchedule {
10
10
  expressionString;
11
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.TriggerSchedule", version: "2.255.0-alpha.0" };
11
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.TriggerSchedule", version: "2.256.1-alpha.0" };
12
12
  /**
13
13
  * Creates a new TriggerSchedule instance with a cron expression.
14
14
  *
@@ -50,7 +50,7 @@ const trigger_options_1 = require("./trigger-options");
50
50
  * @see https://docs.aws.amazon.com/glue/latest/dg/about-triggers.html
51
51
  */
52
52
  class WorkflowBase extends cdk.Resource {
53
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.WorkflowBase", version: "2.255.0-alpha.0" };
53
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.WorkflowBase", version: "2.256.1-alpha.0" };
54
54
  /**
55
55
  * Extract workflowName from arn
56
56
  */
@@ -355,7 +355,7 @@ let Workflow = (() => {
355
355
  Workflow = _classThis = _classDescriptor.value;
356
356
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
357
357
  }
358
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.Workflow", version: "2.255.0-alpha.0" };
358
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.Workflow", version: "2.256.1-alpha.0" };
359
359
  /** Uniquely identifies this class. */
360
360
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-glue-alpha.Workflow';
361
361
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-cdk/aws-glue-alpha",
3
- "version": "2.255.0-alpha.0",
3
+ "version": "2.256.1-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.255.0-alpha.0",
85
+ "@aws-cdk/cdk-build-tools": "2.256.1-alpha.0",
86
86
  "@aws-cdk/integ-runner": "^2.197.1",
87
- "@aws-cdk/integ-tests-alpha": "2.255.0-alpha.0",
88
- "@aws-cdk/pkglint": "2.255.0-alpha.0",
87
+ "@aws-cdk/integ-tests-alpha": "2.256.1-alpha.0",
88
+ "@aws-cdk/pkglint": "2.256.1-alpha.0",
89
89
  "@types/jest": "^29.5.14",
90
- "aws-cdk-lib": "2.255.0",
90
+ "aws-cdk-lib": "2.256.1",
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.255.0",
96
+ "aws-cdk-lib": "^2.256.1",
97
97
  "constructs": "^10.5.0"
98
98
  },
99
99
  "engines": {