@aws-cdk/aws-glue-alpha 2.232.2-alpha.0 → 2.234.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.232.2",
11
+ "aws-cdk-lib": "^2.234.0",
12
12
  "constructs": "^10.0.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -642,6 +642,19 @@
642
642
  }
643
643
  }
644
644
  },
645
+ "aws-cdk-lib.aws_cases": {
646
+ "targets": {
647
+ "dotnet": {
648
+ "namespace": "Amazon.CDK.AWS.Cases"
649
+ },
650
+ "java": {
651
+ "package": "software.amazon.awscdk.services.cases"
652
+ },
653
+ "python": {
654
+ "module": "aws_cdk.aws_cases"
655
+ }
656
+ }
657
+ },
645
658
  "aws-cdk-lib.aws_cassandra": {
646
659
  "targets": {
647
660
  "dotnet": {
@@ -4606,6 +4619,22 @@
4606
4619
  }
4607
4620
  }
4608
4621
  },
4622
+ "aws-cdk-lib.interfaces.aws_cases": {
4623
+ "targets": {
4624
+ "dotnet": {
4625
+ "namespace": "Amazon.CDK.Interfaces.Cases"
4626
+ },
4627
+ "go": {
4628
+ "packageName": "interfacesawscases"
4629
+ },
4630
+ "java": {
4631
+ "package": "software.amazon.awscdk.interfaces.cases"
4632
+ },
4633
+ "python": {
4634
+ "module": "aws_cdk.interfaces.aws_cases"
4635
+ }
4636
+ }
4637
+ },
4609
4638
  "aws-cdk-lib.interfaces.aws_cassandra": {
4610
4639
  "targets": {
4611
4640
  "dotnet": {
@@ -8441,7 +8470,7 @@
8441
8470
  "stability": "experimental"
8442
8471
  },
8443
8472
  "homepage": "https://github.com/aws/aws-cdk",
8444
- "jsiiVersion": "5.9.14 (build 9fc28bd)",
8473
+ "jsiiVersion": "5.9.22 (build b81c634)",
8445
8474
  "keywords": [
8446
8475
  "aws",
8447
8476
  "cdk",
@@ -21661,6 +21690,6 @@
21661
21690
  "symbolId": "lib/storage-parameter:WriteParallel"
21662
21691
  }
21663
21692
  },
21664
- "version": "2.232.2-alpha.0",
21693
+ "version": "2.234.0-alpha.0",
21665
21694
  "fingerprint": "**********"
21666
21695
  }
Binary file
package/LICENSE CHANGED
@@ -186,7 +186,7 @@
186
186
  same "printed page" as the copyright notice for easier
187
187
  identification within third-party archives.
188
188
 
189
- Copyright 2018-2025 Amazon.com, Inc. or its affiliates. All Rights Reserved.
189
+ Copyright 2018-2026 Amazon.com, Inc. or its affiliates. All Rights Reserved.
190
190
 
191
191
  Licensed under the Apache License, Version 2.0 (the "License");
192
192
  you may not use this file except in compliance with the License.
package/NOTICE CHANGED
@@ -1,2 +1,2 @@
1
1
  AWS Cloud Development Kit (AWS CDK)
2
- Copyright 2018-2025 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+ Copyright 2018-2026 Amazon.com, Inc. or its affiliates. All Rights Reserved.
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.232.2-alpha.0" };
13
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.Code", version: "2.234.0-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.232.2-alpha.0" };
38
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.S3Code", version: "2.234.0-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.232.2-alpha.0" };
61
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.AssetCode", version: "2.234.0-alpha.0" };
62
62
  asset;
63
63
  /**
64
64
  * @param path The path to the Code file.
package/lib/connection.js CHANGED
@@ -50,7 +50,7 @@ const prop_injectable_1 = require("aws-cdk-lib/core/lib/prop-injectable");
50
50
  * @see https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectiontype
51
51
  */
52
52
  class ConnectionType {
53
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.ConnectionType", version: "2.232.2-alpha.0" };
53
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.ConnectionType", version: "2.234.0-alpha.0" };
54
54
  /**
55
55
  * Designates a connection to a database through Java Database Connectivity (JDBC).
56
56
  */
@@ -201,7 +201,7 @@ let Connection = (() => {
201
201
  Connection = _classThis = _classDescriptor.value;
202
202
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
203
203
  }
204
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.Connection", version: "2.232.2-alpha.0" };
204
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.Connection", version: "2.234.0-alpha.0" };
205
205
  /** Uniquely identifies this class. */
206
206
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-glue-alpha.Connection';
207
207
  /**
@@ -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.232.2-alpha.0" };
11
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.InputFormat", version: "2.234.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.232.2-alpha.0" };
55
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.OutputFormat", version: "2.234.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.232.2-alpha.0" };
92
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.SerializationLibrary", version: "2.234.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.232.2-alpha.0" };
145
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.ClassificationString", version: "2.234.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.232.2-alpha.0" };
179
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.DataFormat", version: "2.234.0-alpha.0" };
180
180
  /**
181
181
  * DataFormat for Apache Web Server Logs. Also works for CloudFront logs
182
182
  *
@@ -46,7 +46,7 @@ const prop_injectable_1 = require("aws-cdk-lib/core/lib/prop-injectable");
46
46
  * Properties of a DataQualityTargetTable.
47
47
  */
48
48
  class DataQualityTargetTable {
49
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.DataQualityTargetTable", version: "2.232.2-alpha.0" };
49
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.DataQualityTargetTable", version: "2.234.0-alpha.0" };
50
50
  /**
51
51
  * The database name of the target table.
52
52
  */
@@ -78,7 +78,7 @@ let DataQualityRuleset = (() => {
78
78
  DataQualityRuleset = _classThis = _classDescriptor.value;
79
79
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
80
80
  }
81
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.DataQualityRuleset", version: "2.232.2-alpha.0" };
81
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.DataQualityRuleset", version: "2.234.0-alpha.0" };
82
82
  /** Uniquely identifies this class. */
83
83
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-glue-alpha.DataQualityRuleset';
84
84
  static fromRulesetArn(scope, id, rulesetArn) {
package/lib/database.js CHANGED
@@ -58,7 +58,7 @@ let Database = (() => {
58
58
  Database = _classThis = _classDescriptor.value;
59
59
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
60
60
  }
61
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.Database", version: "2.232.2-alpha.0" };
61
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.Database", version: "2.234.0-alpha.0" };
62
62
  /** Uniquely identifies this class. */
63
63
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-glue-alpha.Database';
64
64
  static fromDatabaseArn(scope, id, databaseArn) {
@@ -70,7 +70,7 @@ let ExternalTable = (() => {
70
70
  ExternalTable = _classThis = _classDescriptor.value;
71
71
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
72
72
  }
73
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.ExternalTable", version: "2.232.2-alpha.0" };
73
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.ExternalTable", version: "2.234.0-alpha.0" };
74
74
  /** Uniquely identifies this class. */
75
75
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-glue-alpha.ExternalTable';
76
76
  /**
package/lib/jobs/job.js CHANGED
@@ -16,7 +16,7 @@ const constants_1 = require("../constants");
16
16
  * event-driven flow using the job.
17
17
  */
18
18
  class JobBase extends cdk.Resource {
19
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.JobBase", version: "2.232.2-alpha.0" };
19
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.JobBase", version: "2.234.0-alpha.0" };
20
20
  /**
21
21
  * Create a CloudWatch Event Rule for this Glue Job when it's in a given state
22
22
  *
@@ -175,7 +175,7 @@ exports.JobBase = JobBase;
175
175
  * @resource AWS::Glue::Job
176
176
  */
177
177
  class Job extends JobBase {
178
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.Job", version: "2.232.2-alpha.0" };
178
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.Job", version: "2.234.0-alpha.0" };
179
179
  /**
180
180
  * Identifies an existing Glue Job from a subset of attributes that can
181
181
  * be referenced from within another Stack or Construct.
@@ -68,7 +68,7 @@ let PySparkEtlJob = (() => {
68
68
  PySparkEtlJob = _classThis = _classDescriptor.value;
69
69
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
70
70
  }
71
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.PySparkEtlJob", version: "2.232.2-alpha.0" };
71
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.PySparkEtlJob", version: "2.234.0-alpha.0" };
72
72
  /** Uniquely identifies this class. */
73
73
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-glue-alpha.PySparkEtlJob';
74
74
  jobArn;
@@ -68,7 +68,7 @@ let PySparkFlexEtlJob = (() => {
68
68
  PySparkFlexEtlJob = _classThis = _classDescriptor.value;
69
69
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
70
70
  }
71
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.PySparkFlexEtlJob", version: "2.232.2-alpha.0" };
71
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.PySparkFlexEtlJob", version: "2.234.0-alpha.0" };
72
72
  /** Uniquely identifies this class. */
73
73
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-glue-alpha.PySparkFlexEtlJob';
74
74
  jobArn;
@@ -68,7 +68,7 @@ let PySparkStreamingJob = (() => {
68
68
  PySparkStreamingJob = _classThis = _classDescriptor.value;
69
69
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
70
70
  }
71
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.PySparkStreamingJob", version: "2.232.2-alpha.0" };
71
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.PySparkStreamingJob", version: "2.234.0-alpha.0" };
72
72
  /** Uniquely identifies this class. */
73
73
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-glue-alpha.PySparkStreamingJob';
74
74
  jobArn;
@@ -63,7 +63,7 @@ let PythonShellJob = (() => {
63
63
  PythonShellJob = _classThis = _classDescriptor.value;
64
64
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
65
65
  }
66
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.PythonShellJob", version: "2.232.2-alpha.0" };
66
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.PythonShellJob", version: "2.234.0-alpha.0" };
67
67
  /** Uniquely identifies this class. */
68
68
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-glue-alpha.PythonShellJob';
69
69
  jobArn;
@@ -65,7 +65,7 @@ let RayJob = (() => {
65
65
  RayJob = _classThis = _classDescriptor.value;
66
66
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
67
67
  }
68
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.RayJob", version: "2.232.2-alpha.0" };
68
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.RayJob", version: "2.234.0-alpha.0" };
69
69
  /** Uniquely identifies this class. */
70
70
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-glue-alpha.RayJob';
71
71
  jobArn;
@@ -69,7 +69,7 @@ let ScalaSparkEtlJob = (() => {
69
69
  ScalaSparkEtlJob = _classThis = _classDescriptor.value;
70
70
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
71
71
  }
72
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.ScalaSparkEtlJob", version: "2.232.2-alpha.0" };
72
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.ScalaSparkEtlJob", version: "2.234.0-alpha.0" };
73
73
  /** Uniquely identifies this class. */
74
74
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-glue-alpha.ScalaSparkEtlJob';
75
75
  jobArn;
@@ -68,7 +68,7 @@ let ScalaSparkFlexEtlJob = (() => {
68
68
  ScalaSparkFlexEtlJob = _classThis = _classDescriptor.value;
69
69
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
70
70
  }
71
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.ScalaSparkFlexEtlJob", version: "2.232.2-alpha.0" };
71
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.ScalaSparkFlexEtlJob", version: "2.234.0-alpha.0" };
72
72
  /** Uniquely identifies this class. */
73
73
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-glue-alpha.ScalaSparkFlexEtlJob';
74
74
  jobArn;
@@ -69,7 +69,7 @@ let ScalaSparkStreamingJob = (() => {
69
69
  ScalaSparkStreamingJob = _classThis = _classDescriptor.value;
70
70
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
71
71
  }
72
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.ScalaSparkStreamingJob", version: "2.232.2-alpha.0" };
72
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.ScalaSparkStreamingJob", version: "2.234.0-alpha.0" };
73
73
  /** Uniquely identifies this class. */
74
74
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-glue-alpha.ScalaSparkStreamingJob';
75
75
  jobArn;
@@ -12,7 +12,7 @@ const job_1 = require("./job");
12
12
  * Base class for different types of Spark Jobs.
13
13
  */
14
14
  class SparkJob extends job_1.Job {
15
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.SparkJob", version: "2.232.2-alpha.0" };
15
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.SparkJob", version: "2.234.0-alpha.0" };
16
16
  role;
17
17
  grantPrincipal;
18
18
  /**
package/lib/s3-table.js CHANGED
@@ -102,7 +102,7 @@ let S3Table = (() => {
102
102
  S3Table = _classThis = _classDescriptor.value;
103
103
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
104
104
  }
105
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.S3Table", version: "2.232.2-alpha.0" };
105
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.S3Table", version: "2.234.0-alpha.0" };
106
106
  /** Uniquely identifies this class. */
107
107
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-glue-alpha.S3Table';
108
108
  /**
package/lib/schema.js CHANGED
@@ -8,7 +8,7 @@ const aws_cdk_lib_1 = require("aws-cdk-lib");
8
8
  * @see https://docs.aws.amazon.com/athena/latest/ug/data-types.html
9
9
  */
10
10
  class Schema {
11
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.Schema", version: "2.232.2-alpha.0" };
11
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.Schema", version: "2.234.0-alpha.0" };
12
12
  static BOOLEAN = {
13
13
  isPrimitive: true,
14
14
  inputString: 'boolean',
@@ -111,7 +111,7 @@ let SecurityConfiguration = (() => {
111
111
  SecurityConfiguration = _classThis = _classDescriptor.value;
112
112
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
113
113
  }
114
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.SecurityConfiguration", version: "2.232.2-alpha.0" };
114
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.SecurityConfiguration", version: "2.234.0-alpha.0" };
115
115
  /** Uniquely identifies this class. */
116
116
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-glue-alpha.SecurityConfiguration';
117
117
  /**
@@ -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.232.2-alpha.0" };
274
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.StorageParameter", version: "2.234.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
@@ -10,7 +10,7 @@ const cr = require("aws-cdk-lib/custom-resources");
10
10
  * A Glue table.
11
11
  */
12
12
  class TableBase extends core_1.Resource {
13
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.TableBase", version: "2.232.2-alpha.0" };
13
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.TableBase", version: "2.234.0-alpha.0" };
14
14
  static fromTableArn(scope, id, tableArn) {
15
15
  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));
16
16
  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.232.2-alpha.0" };
60
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.Table", version: "2.234.0-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.232.2-alpha.0" };
11
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.TriggerSchedule", version: "2.234.0-alpha.0" };
12
12
  /**
13
13
  * Creates a new TriggerSchedule instance with a cron expression.
14
14
  *
@@ -49,7 +49,7 @@ const trigger_options_1 = require("./trigger-options");
49
49
  * @see https://docs.aws.amazon.com/glue/latest/dg/about-triggers.html
50
50
  */
51
51
  class WorkflowBase extends cdk.Resource {
52
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.WorkflowBase", version: "2.232.2-alpha.0" };
52
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.WorkflowBase", version: "2.234.0-alpha.0" };
53
53
  /**
54
54
  * Extract workflowName from arn
55
55
  */
@@ -347,7 +347,7 @@ let Workflow = (() => {
347
347
  Workflow = _classThis = _classDescriptor.value;
348
348
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
349
349
  }
350
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.Workflow", version: "2.232.2-alpha.0" };
350
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-glue-alpha.Workflow", version: "2.234.0-alpha.0" };
351
351
  /** Uniquely identifies this class. */
352
352
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-glue-alpha.Workflow';
353
353
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-cdk/aws-glue-alpha",
3
- "version": "2.232.2-alpha.0",
3
+ "version": "2.234.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.232.2-alpha.0",
85
+ "@aws-cdk/cdk-build-tools": "2.234.0-alpha.0",
86
86
  "@aws-cdk/integ-runner": "^2.192.2",
87
- "@aws-cdk/integ-tests-alpha": "2.232.2-alpha.0",
88
- "@aws-cdk/pkglint": "2.232.2-alpha.0",
87
+ "@aws-cdk/integ-tests-alpha": "2.234.0-alpha.0",
88
+ "@aws-cdk/pkglint": "2.234.0-alpha.0",
89
89
  "@types/jest": "^29.5.14",
90
- "aws-cdk-lib": "2.232.2",
90
+ "aws-cdk-lib": "2.234.0",
91
91
  "constructs": "^10.0.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.232.2",
96
+ "aws-cdk-lib": "^2.234.0",
97
97
  "constructs": "^10.0.0"
98
98
  },
99
99
  "engines": {