@aws-cdk/aws-glue-alpha 2.37.1-alpha.0 → 2.39.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.37.1",
11
+ "aws-cdk-lib": "^2.39.0",
12
12
  "constructs": "^10.0.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -3024,7 +3024,7 @@
3024
3024
  "stability": "experimental"
3025
3025
  },
3026
3026
  "homepage": "https://github.com/aws/aws-cdk",
3027
- "jsiiVersion": "1.63.2 (build a8a8833)",
3027
+ "jsiiVersion": "1.65.0 (build 7a02b7f)",
3028
3028
  "keywords": [
3029
3029
  "aws",
3030
3030
  "cdk",
@@ -3322,12 +3322,12 @@
3322
3322
  "assembly": "@aws-cdk/aws-glue-alpha",
3323
3323
  "datatype": true,
3324
3324
  "docs": {
3325
+ "stability": "experimental",
3326
+ "summary": "CloudWatch Logs encryption configuration.",
3327
+ "example": "new glue.SecurityConfiguration(this, 'MySecurityConfiguration', {\n securityConfigurationName: 'name',\n cloudWatchEncryption: {\n mode: glue.CloudWatchEncryptionMode.KMS,\n },\n jobBookmarksEncryption: {\n mode: glue.JobBookmarksEncryptionMode.CLIENT_SIDE_KMS,\n },\n s3Encryption: {\n mode: glue.S3EncryptionMode.KMS,\n },\n});",
3325
3328
  "custom": {
3326
3329
  "exampleMetadata": "infused"
3327
- },
3328
- "example": "new glue.SecurityConfiguration(this, 'MySecurityConfiguration', {\n securityConfigurationName: 'name',\n cloudWatchEncryption: {\n mode: glue.CloudWatchEncryptionMode.KMS,\n },\n jobBookmarksEncryption: {\n mode: glue.JobBookmarksEncryptionMode.CLIENT_SIDE_KMS,\n },\n s3Encryption: {\n mode: glue.S3EncryptionMode.KMS,\n },\n});",
3329
- "stability": "experimental",
3330
- "summary": "CloudWatch Logs encryption configuration."
3330
+ }
3331
3331
  },
3332
3332
  "fqn": "@aws-cdk/aws-glue-alpha.CloudWatchEncryption",
3333
3333
  "kind": "interface",
@@ -3377,13 +3377,13 @@
3377
3377
  "@aws-cdk/aws-glue-alpha.CloudWatchEncryptionMode": {
3378
3378
  "assembly": "@aws-cdk/aws-glue-alpha",
3379
3379
  "docs": {
3380
- "custom": {
3381
- "exampleMetadata": "infused"
3382
- },
3383
- "example": "new glue.SecurityConfiguration(this, 'MySecurityConfiguration', {\n securityConfigurationName: 'name',\n cloudWatchEncryption: {\n mode: glue.CloudWatchEncryptionMode.KMS,\n },\n jobBookmarksEncryption: {\n mode: glue.JobBookmarksEncryptionMode.CLIENT_SIDE_KMS,\n },\n s3Encryption: {\n mode: glue.S3EncryptionMode.KMS,\n },\n});",
3384
3380
  "see": "https://docs.aws.amazon.com/glue/latest/webapi/API_CloudWatchEncryption.html#Glue-Type-CloudWatchEncryption-CloudWatchEncryptionMode",
3385
3381
  "stability": "experimental",
3386
- "summary": "Encryption mode for CloudWatch Logs."
3382
+ "summary": "Encryption mode for CloudWatch Logs.",
3383
+ "example": "new glue.SecurityConfiguration(this, 'MySecurityConfiguration', {\n securityConfigurationName: 'name',\n cloudWatchEncryption: {\n mode: glue.CloudWatchEncryptionMode.KMS,\n },\n jobBookmarksEncryption: {\n mode: glue.JobBookmarksEncryptionMode.CLIENT_SIDE_KMS,\n },\n s3Encryption: {\n mode: glue.S3EncryptionMode.KMS,\n },\n});",
3384
+ "custom": {
3385
+ "exampleMetadata": "infused"
3386
+ }
3387
3387
  },
3388
3388
  "fqn": "@aws-cdk/aws-glue-alpha.CloudWatchEncryptionMode",
3389
3389
  "kind": "enum",
@@ -3408,12 +3408,12 @@
3408
3408
  "abstract": true,
3409
3409
  "assembly": "@aws-cdk/aws-glue-alpha",
3410
3410
  "docs": {
3411
+ "stability": "experimental",
3412
+ "summary": "Represents a Glue Job's Code assets (an asset can be a scripts, a jar, a python file or any other file).",
3413
+ "example": "declare const bucket: s3.Bucket;\nnew glue.Job(this, 'PythonShellJob', {\n executable: glue.JobExecutable.pythonShell({\n glueVersion: glue.GlueVersion.V1_0,\n pythonVersion: glue.PythonVersion.THREE,\n script: glue.Code.fromBucket(bucket, 'script.py'),\n }),\n description: 'an example Python Shell job',\n});",
3411
3414
  "custom": {
3412
3415
  "exampleMetadata": "infused"
3413
- },
3414
- "example": "declare const bucket: s3.Bucket;\nnew glue.Job(this, 'PythonShellJob', {\n executable: glue.JobExecutable.pythonShell({\n glueVersion: glue.GlueVersion.V1_0,\n pythonVersion: glue.PythonVersion.THREE,\n script: glue.Code.fromBucket(bucket, 'script.py'),\n }),\n description: 'an example Python Shell job',\n});",
3415
- "stability": "experimental",
3416
- "summary": "Represents a Glue Job's Code assets (an asset can be a scripts, a jar, a python file or any other file)."
3416
+ }
3417
3417
  },
3418
3418
  "fqn": "@aws-cdk/aws-glue-alpha.Code",
3419
3419
  "initializer": {
@@ -3648,12 +3648,12 @@
3648
3648
  "assembly": "@aws-cdk/aws-glue-alpha",
3649
3649
  "base": "aws-cdk-lib.Resource",
3650
3650
  "docs": {
3651
+ "stability": "experimental",
3652
+ "summary": "An AWS Glue connection to a data source.",
3653
+ "example": "declare const securityGroup: ec2.SecurityGroup;\ndeclare const subnet: ec2.Subnet;\nnew glue.Connection(this, 'MyConnection', {\n type: glue.ConnectionType.NETWORK,\n // The security groups granting AWS Glue inbound access to the data source within the VPC\n securityGroups: [securityGroup],\n // The VPC subnet which contains the data source\n subnet,\n});",
3651
3654
  "custom": {
3652
3655
  "exampleMetadata": "infused"
3653
- },
3654
- "example": "declare const securityGroup: ec2.SecurityGroup;\ndeclare const subnet: ec2.Subnet;\nnew glue.Connection(this, 'MyConnection', {\n type: glue.ConnectionType.NETWORK,\n // The security groups granting AWS Glue inbound access to the data source within the VPC\n securityGroups: [securityGroup],\n // The VPC subnet which contains the data source\n subnet,\n});",
3655
- "stability": "experimental",
3656
- "summary": "An AWS Glue connection to a data source."
3656
+ }
3657
3657
  },
3658
3658
  "fqn": "@aws-cdk/aws-glue-alpha.Connection",
3659
3659
  "initializer": {
@@ -4007,12 +4007,12 @@
4007
4007
  "assembly": "@aws-cdk/aws-glue-alpha",
4008
4008
  "datatype": true,
4009
4009
  "docs": {
4010
+ "stability": "experimental",
4011
+ "summary": "Construction properties for {@link Connection}.",
4012
+ "example": "declare const securityGroup: ec2.SecurityGroup;\ndeclare const subnet: ec2.Subnet;\nnew glue.Connection(this, 'MyConnection', {\n type: glue.ConnectionType.NETWORK,\n // The security groups granting AWS Glue inbound access to the data source within the VPC\n securityGroups: [securityGroup],\n // The VPC subnet which contains the data source\n subnet,\n});",
4010
4013
  "custom": {
4011
4014
  "exampleMetadata": "infused"
4012
- },
4013
- "example": "declare const securityGroup: ec2.SecurityGroup;\ndeclare const subnet: ec2.Subnet;\nnew glue.Connection(this, 'MyConnection', {\n type: glue.ConnectionType.NETWORK,\n // The security groups granting AWS Glue inbound access to the data source within the VPC\n securityGroups: [securityGroup],\n // The VPC subnet which contains the data source\n subnet,\n});",
4014
- "stability": "experimental",
4015
- "summary": "Construction properties for {@link Connection}."
4015
+ }
4016
4016
  },
4017
4017
  "fqn": "@aws-cdk/aws-glue-alpha.ConnectionProps",
4018
4018
  "interfaces": [
@@ -4047,13 +4047,13 @@
4047
4047
  "@aws-cdk/aws-glue-alpha.ConnectionType": {
4048
4048
  "assembly": "@aws-cdk/aws-glue-alpha",
4049
4049
  "docs": {
4050
- "custom": {
4051
- "exampleMetadata": "infused"
4052
- },
4053
- "example": "declare const securityGroup: ec2.SecurityGroup;\ndeclare const subnet: ec2.Subnet;\nnew glue.Connection(this, 'MyConnection', {\n type: glue.ConnectionType.NETWORK,\n // The security groups granting AWS Glue inbound access to the data source within the VPC\n securityGroups: [securityGroup],\n // The VPC subnet which contains the data source\n subnet,\n});",
4054
4050
  "remarks": "If you need to use a connection type that doesn't exist as a static member, you\ncan instantiate a `ConnectionType` object, e.g: `new ConnectionType('NEW_TYPE')`.",
4055
4051
  "stability": "experimental",
4056
- "summary": "The type of the glue connection."
4052
+ "summary": "The type of the glue connection.",
4053
+ "example": "declare const securityGroup: ec2.SecurityGroup;\ndeclare const subnet: ec2.Subnet;\nnew glue.Connection(this, 'MyConnection', {\n type: glue.ConnectionType.NETWORK,\n // The security groups granting AWS Glue inbound access to the data source within the VPC\n securityGroups: [securityGroup],\n // The VPC subnet which contains the data source\n subnet,\n});",
4054
+ "custom": {
4055
+ "exampleMetadata": "infused"
4056
+ }
4057
4057
  },
4058
4058
  "fqn": "@aws-cdk/aws-glue-alpha.ConnectionType",
4059
4059
  "initializer": {
@@ -4299,12 +4299,12 @@
4299
4299
  "@aws-cdk/aws-glue-alpha.DataFormat": {
4300
4300
  "assembly": "@aws-cdk/aws-glue-alpha",
4301
4301
  "docs": {
4302
+ "stability": "experimental",
4303
+ "summary": "Defines the input/output formats and ser/de for a single DataFormat.",
4304
+ "example": "declare const myDatabase: glue.Database;\nnew glue.Table(this, 'MyTable', {\n database: myDatabase,\n tableName: 'my_table',\n columns: [{\n name: 'col1',\n type: glue.Schema.STRING,\n }],\n partitionKeys: [{\n name: 'year',\n type: glue.Schema.SMALL_INT,\n }, {\n name: 'month',\n type: glue.Schema.SMALL_INT,\n }],\n dataFormat: glue.DataFormat.JSON,\n enablePartitionFiltering: true,\n});",
4302
4305
  "custom": {
4303
4306
  "exampleMetadata": "infused"
4304
- },
4305
- "example": "declare const myDatabase: glue.Database;\nnew glue.Table(this, 'MyTable', {\n database: myDatabase,\n tableName: 'my_table',\n columns: [{\n name: 'col1',\n type: glue.Schema.STRING,\n }],\n partitionKeys: [{\n name: 'year',\n type: glue.Schema.SMALL_INT,\n }, {\n name: 'month',\n type: glue.Schema.SMALL_INT,\n }],\n dataFormat: glue.DataFormat.JSON,\n enablePartitionFiltering: true,\n});",
4306
- "stability": "experimental",
4307
- "summary": "Defines the input/output formats and ser/de for a single DataFormat."
4307
+ }
4308
4308
  },
4309
4309
  "fqn": "@aws-cdk/aws-glue-alpha.DataFormat",
4310
4310
  "initializer": {
@@ -4651,12 +4651,12 @@
4651
4651
  "assembly": "@aws-cdk/aws-glue-alpha",
4652
4652
  "base": "aws-cdk-lib.Resource",
4653
4653
  "docs": {
4654
+ "stability": "experimental",
4655
+ "summary": "A Glue database.",
4656
+ "example": "new glue.Database(this, 'MyDatabase', {\n databaseName: 'my_database',\n});",
4654
4657
  "custom": {
4655
4658
  "exampleMetadata": "infused"
4656
- },
4657
- "example": "new glue.Database(this, 'MyDatabase', {\n databaseName: 'my_database',\n});",
4658
- "stability": "experimental",
4659
- "summary": "A Glue database."
4659
+ }
4660
4660
  },
4661
4661
  "fqn": "@aws-cdk/aws-glue-alpha.Database",
4662
4662
  "initializer": {
@@ -4823,11 +4823,11 @@
4823
4823
  "assembly": "@aws-cdk/aws-glue-alpha",
4824
4824
  "datatype": true,
4825
4825
  "docs": {
4826
+ "stability": "experimental",
4827
+ "example": "new glue.Database(this, 'MyDatabase', {\n databaseName: 'my_database',\n});",
4826
4828
  "custom": {
4827
4829
  "exampleMetadata": "infused"
4828
- },
4829
- "example": "new glue.Database(this, 'MyDatabase', {\n databaseName: 'my_database',\n});",
4830
- "stability": "experimental"
4830
+ }
4831
4831
  },
4832
4832
  "fqn": "@aws-cdk/aws-glue-alpha.DatabaseProps",
4833
4833
  "kind": "interface",
@@ -4878,13 +4878,13 @@
4878
4878
  "@aws-cdk/aws-glue-alpha.GlueVersion": {
4879
4879
  "assembly": "@aws-cdk/aws-glue-alpha",
4880
4880
  "docs": {
4881
- "custom": {
4882
- "exampleMetadata": "infused"
4883
- },
4884
- "example": "declare const bucket: s3.Bucket;\nnew glue.Job(this, 'PythonShellJob', {\n executable: glue.JobExecutable.pythonShell({\n glueVersion: glue.GlueVersion.V1_0,\n pythonVersion: glue.PythonVersion.THREE,\n script: glue.Code.fromBucket(bucket, 'script.py'),\n }),\n description: 'an example Python Shell job',\n});",
4885
4881
  "see": "https://docs.aws.amazon.com/glue/latest/dg/add-job.html.\n\nIf you need to use a GlueVersion that doesn't exist as a static member, you\ncan instantiate a `GlueVersion` object, e.g: `GlueVersion.of('1.5')`.",
4886
4882
  "stability": "experimental",
4887
- "summary": "AWS Glue version determines the versions of Apache Spark and Python that are available to the job."
4883
+ "summary": "AWS Glue version determines the versions of Apache Spark and Python that are available to the job.",
4884
+ "example": "declare const bucket: s3.Bucket;\nnew glue.Job(this, 'PythonShellJob', {\n executable: glue.JobExecutable.pythonShell({\n glueVersion: glue.GlueVersion.V1_0,\n pythonVersion: glue.PythonVersion.THREE,\n script: glue.Code.fromBucket(bucket, 'script.py'),\n }),\n description: 'an example Python Shell job',\n});",
4885
+ "custom": {
4886
+ "exampleMetadata": "infused"
4887
+ }
4888
4888
  },
4889
4889
  "fqn": "@aws-cdk/aws-glue-alpha.GlueVersion",
4890
4890
  "kind": "class",
@@ -5756,12 +5756,12 @@
5756
5756
  "assembly": "@aws-cdk/aws-glue-alpha",
5757
5757
  "base": "aws-cdk-lib.Resource",
5758
5758
  "docs": {
5759
+ "stability": "experimental",
5760
+ "summary": "A Glue Job.",
5761
+ "example": "declare const bucket: s3.Bucket;\nnew glue.Job(this, 'PythonShellJob', {\n executable: glue.JobExecutable.pythonShell({\n glueVersion: glue.GlueVersion.V1_0,\n pythonVersion: glue.PythonVersion.THREE,\n script: glue.Code.fromBucket(bucket, 'script.py'),\n }),\n description: 'an example Python Shell job',\n});",
5759
5762
  "custom": {
5760
5763
  "exampleMetadata": "infused"
5761
- },
5762
- "example": "declare const bucket: s3.Bucket;\nnew glue.Job(this, 'PythonShellJob', {\n executable: glue.JobExecutable.pythonShell({\n glueVersion: glue.GlueVersion.V1_0,\n pythonVersion: glue.PythonVersion.THREE,\n script: glue.Code.fromBucket(bucket, 'script.py'),\n }),\n description: 'an example Python Shell job',\n});",
5763
- "stability": "experimental",
5764
- "summary": "A Glue Job."
5764
+ }
5765
5765
  },
5766
5766
  "fqn": "@aws-cdk/aws-glue-alpha.Job",
5767
5767
  "initializer": {
@@ -6327,12 +6327,12 @@
6327
6327
  "assembly": "@aws-cdk/aws-glue-alpha",
6328
6328
  "datatype": true,
6329
6329
  "docs": {
6330
+ "stability": "experimental",
6331
+ "summary": "Job bookmarks encryption configuration.",
6332
+ "example": "new glue.SecurityConfiguration(this, 'MySecurityConfiguration', {\n securityConfigurationName: 'name',\n cloudWatchEncryption: {\n mode: glue.CloudWatchEncryptionMode.KMS,\n },\n jobBookmarksEncryption: {\n mode: glue.JobBookmarksEncryptionMode.CLIENT_SIDE_KMS,\n },\n s3Encryption: {\n mode: glue.S3EncryptionMode.KMS,\n },\n});",
6330
6333
  "custom": {
6331
6334
  "exampleMetadata": "infused"
6332
- },
6333
- "example": "new glue.SecurityConfiguration(this, 'MySecurityConfiguration', {\n securityConfigurationName: 'name',\n cloudWatchEncryption: {\n mode: glue.CloudWatchEncryptionMode.KMS,\n },\n jobBookmarksEncryption: {\n mode: glue.JobBookmarksEncryptionMode.CLIENT_SIDE_KMS,\n },\n s3Encryption: {\n mode: glue.S3EncryptionMode.KMS,\n },\n});",
6334
- "stability": "experimental",
6335
- "summary": "Job bookmarks encryption configuration."
6335
+ }
6336
6336
  },
6337
6337
  "fqn": "@aws-cdk/aws-glue-alpha.JobBookmarksEncryption",
6338
6338
  "kind": "interface",
@@ -6382,13 +6382,13 @@
6382
6382
  "@aws-cdk/aws-glue-alpha.JobBookmarksEncryptionMode": {
6383
6383
  "assembly": "@aws-cdk/aws-glue-alpha",
6384
6384
  "docs": {
6385
- "custom": {
6386
- "exampleMetadata": "infused"
6387
- },
6388
- "example": "new glue.SecurityConfiguration(this, 'MySecurityConfiguration', {\n securityConfigurationName: 'name',\n cloudWatchEncryption: {\n mode: glue.CloudWatchEncryptionMode.KMS,\n },\n jobBookmarksEncryption: {\n mode: glue.JobBookmarksEncryptionMode.CLIENT_SIDE_KMS,\n },\n s3Encryption: {\n mode: glue.S3EncryptionMode.KMS,\n },\n});",
6389
6385
  "see": "https://docs.aws.amazon.com/glue/latest/webapi/API_JobBookmarksEncryption.html#Glue-Type-JobBookmarksEncryption-JobBookmarksEncryptionMode",
6390
6386
  "stability": "experimental",
6391
- "summary": "Encryption mode for Job Bookmarks."
6387
+ "summary": "Encryption mode for Job Bookmarks.",
6388
+ "example": "new glue.SecurityConfiguration(this, 'MySecurityConfiguration', {\n securityConfigurationName: 'name',\n cloudWatchEncryption: {\n mode: glue.CloudWatchEncryptionMode.KMS,\n },\n jobBookmarksEncryption: {\n mode: glue.JobBookmarksEncryptionMode.CLIENT_SIDE_KMS,\n },\n s3Encryption: {\n mode: glue.S3EncryptionMode.KMS,\n },\n});",
6389
+ "custom": {
6390
+ "exampleMetadata": "infused"
6391
+ }
6392
6392
  },
6393
6393
  "fqn": "@aws-cdk/aws-glue-alpha.JobBookmarksEncryptionMode",
6394
6394
  "kind": "enum",
@@ -6412,12 +6412,12 @@
6412
6412
  "@aws-cdk/aws-glue-alpha.JobExecutable": {
6413
6413
  "assembly": "@aws-cdk/aws-glue-alpha",
6414
6414
  "docs": {
6415
+ "stability": "experimental",
6416
+ "summary": "The executable properties related to the Glue job's GlueVersion, JobType and code.",
6417
+ "example": "declare const bucket: s3.Bucket;\nnew glue.Job(this, 'PythonShellJob', {\n executable: glue.JobExecutable.pythonShell({\n glueVersion: glue.GlueVersion.V1_0,\n pythonVersion: glue.PythonVersion.THREE,\n script: glue.Code.fromBucket(bucket, 'script.py'),\n }),\n description: 'an example Python Shell job',\n});",
6415
6418
  "custom": {
6416
6419
  "exampleMetadata": "infused"
6417
- },
6418
- "example": "declare const bucket: s3.Bucket;\nnew glue.Job(this, 'PythonShellJob', {\n executable: glue.JobExecutable.pythonShell({\n glueVersion: glue.GlueVersion.V1_0,\n pythonVersion: glue.PythonVersion.THREE,\n script: glue.Code.fromBucket(bucket, 'script.py'),\n }),\n description: 'an example Python Shell job',\n});",
6419
- "stability": "experimental",
6420
- "summary": "The executable properties related to the Glue job's GlueVersion, JobType and code."
6420
+ }
6421
6421
  },
6422
6422
  "fqn": "@aws-cdk/aws-glue-alpha.JobExecutable",
6423
6423
  "kind": "class",
@@ -6866,12 +6866,12 @@
6866
6866
  "assembly": "@aws-cdk/aws-glue-alpha",
6867
6867
  "datatype": true,
6868
6868
  "docs": {
6869
+ "stability": "experimental",
6870
+ "summary": "Construction properties for {@link Job}.",
6871
+ "example": "declare const bucket: s3.Bucket;\nnew glue.Job(this, 'PythonShellJob', {\n executable: glue.JobExecutable.pythonShell({\n glueVersion: glue.GlueVersion.V1_0,\n pythonVersion: glue.PythonVersion.THREE,\n script: glue.Code.fromBucket(bucket, 'script.py'),\n }),\n description: 'an example Python Shell job',\n});",
6869
6872
  "custom": {
6870
6873
  "exampleMetadata": "infused"
6871
- },
6872
- "example": "declare const bucket: s3.Bucket;\nnew glue.Job(this, 'PythonShellJob', {\n executable: glue.JobExecutable.pythonShell({\n glueVersion: glue.GlueVersion.V1_0,\n pythonVersion: glue.PythonVersion.THREE,\n script: glue.Code.fromBucket(bucket, 'script.py'),\n }),\n description: 'an example Python Shell job',\n});",
6873
- "stability": "experimental",
6874
- "summary": "Construction properties for {@link Job}."
6874
+ }
6875
6875
  },
6876
6876
  "fqn": "@aws-cdk/aws-glue-alpha.JobProps",
6877
6877
  "kind": "interface",
@@ -7575,12 +7575,12 @@
7575
7575
  "assembly": "@aws-cdk/aws-glue-alpha",
7576
7576
  "datatype": true,
7577
7577
  "docs": {
7578
+ "stability": "experimental",
7579
+ "summary": "Properties of a Partition Index.",
7580
+ "example": "declare const myTable: glue.Table;\nmyTable.addPartitionIndex({\n indexName: 'my-index',\n keyNames: ['year'],\n});",
7578
7581
  "custom": {
7579
7582
  "exampleMetadata": "infused"
7580
- },
7581
- "example": "declare const myTable: glue.Table;\nmyTable.addPartitionIndex({\n indexName: 'my-index',\n keyNames: ['year'],\n});",
7582
- "stability": "experimental",
7583
- "summary": "Properties of a Partition Index."
7583
+ }
7584
7584
  },
7585
7585
  "fqn": "@aws-cdk/aws-glue-alpha.PartitionIndex",
7586
7586
  "kind": "interface",
@@ -7637,12 +7637,12 @@
7637
7637
  "assembly": "@aws-cdk/aws-glue-alpha",
7638
7638
  "datatype": true,
7639
7639
  "docs": {
7640
+ "stability": "experimental",
7641
+ "summary": "Props for creating a Python shell job executable.",
7642
+ "example": "declare const bucket: s3.Bucket;\nnew glue.Job(this, 'PythonShellJob', {\n executable: glue.JobExecutable.pythonShell({\n glueVersion: glue.GlueVersion.V1_0,\n pythonVersion: glue.PythonVersion.THREE,\n script: glue.Code.fromBucket(bucket, 'script.py'),\n }),\n description: 'an example Python Shell job',\n});",
7640
7643
  "custom": {
7641
7644
  "exampleMetadata": "infused"
7642
- },
7643
- "example": "declare const bucket: s3.Bucket;\nnew glue.Job(this, 'PythonShellJob', {\n executable: glue.JobExecutable.pythonShell({\n glueVersion: glue.GlueVersion.V1_0,\n pythonVersion: glue.PythonVersion.THREE,\n script: glue.Code.fromBucket(bucket, 'script.py'),\n }),\n description: 'an example Python Shell job',\n});",
7644
- "stability": "experimental",
7645
- "summary": "Props for creating a Python shell job executable."
7645
+ }
7646
7646
  },
7647
7647
  "fqn": "@aws-cdk/aws-glue-alpha.PythonShellExecutableProps",
7648
7648
  "kind": "interface",
@@ -7758,12 +7758,12 @@
7758
7758
  "assembly": "@aws-cdk/aws-glue-alpha",
7759
7759
  "datatype": true,
7760
7760
  "docs": {
7761
+ "stability": "experimental",
7762
+ "summary": "Props for creating a Python Spark (ETL or Streaming) job executable.",
7763
+ "example": "new glue.Job(this, 'PythonSparkStreamingJob', {\n executable: glue.JobExecutable.pythonStreaming({\n glueVersion: glue.GlueVersion.V2_0,\n pythonVersion: glue.PythonVersion.THREE,\n script: glue.Code.fromAsset(path.join(__dirname, 'job-script/hello_world.py')),\n }),\n description: 'an example Python Streaming job',\n});",
7761
7764
  "custom": {
7762
7765
  "exampleMetadata": "infused"
7763
- },
7764
- "example": "new glue.Job(this, 'PythonSparkStreamingJob', {\n executable: glue.JobExecutable.pythonStreaming({\n glueVersion: glue.GlueVersion.V2_0,\n pythonVersion: glue.PythonVersion.THREE,\n script: glue.Code.fromAsset(path.join(__dirname, 'job-script/hello_world.py')),\n }),\n description: 'an example Python Streaming job',\n});",
7765
- "stability": "experimental",
7766
- "summary": "Props for creating a Python Spark (ETL or Streaming) job executable."
7766
+ }
7767
7767
  },
7768
7768
  "fqn": "@aws-cdk/aws-glue-alpha.PythonSparkJobExecutableProps",
7769
7769
  "kind": "interface",
@@ -7921,12 +7921,12 @@
7921
7921
  "@aws-cdk/aws-glue-alpha.PythonVersion": {
7922
7922
  "assembly": "@aws-cdk/aws-glue-alpha",
7923
7923
  "docs": {
7924
+ "stability": "experimental",
7925
+ "summary": "Python version.",
7926
+ "example": "new glue.Job(this, 'PythonSparkStreamingJob', {\n executable: glue.JobExecutable.pythonStreaming({\n glueVersion: glue.GlueVersion.V2_0,\n pythonVersion: glue.PythonVersion.THREE,\n script: glue.Code.fromAsset(path.join(__dirname, 'job-script/hello_world.py')),\n }),\n description: 'an example Python Streaming job',\n});",
7924
7927
  "custom": {
7925
7928
  "exampleMetadata": "infused"
7926
- },
7927
- "example": "new glue.Job(this, 'PythonSparkStreamingJob', {\n executable: glue.JobExecutable.pythonStreaming({\n glueVersion: glue.GlueVersion.V2_0,\n pythonVersion: glue.PythonVersion.THREE,\n script: glue.Code.fromAsset(path.join(__dirname, 'job-script/hello_world.py')),\n }),\n description: 'an example Python Streaming job',\n});",
7928
- "stability": "experimental",
7929
- "summary": "Python version."
7929
+ }
7930
7930
  },
7931
7931
  "fqn": "@aws-cdk/aws-glue-alpha.PythonVersion",
7932
7932
  "kind": "enum",
@@ -8033,12 +8033,12 @@
8033
8033
  "assembly": "@aws-cdk/aws-glue-alpha",
8034
8034
  "datatype": true,
8035
8035
  "docs": {
8036
+ "stability": "experimental",
8037
+ "summary": "S3 encryption configuration.",
8038
+ "example": "new glue.SecurityConfiguration(this, 'MySecurityConfiguration', {\n securityConfigurationName: 'name',\n cloudWatchEncryption: {\n mode: glue.CloudWatchEncryptionMode.KMS,\n },\n jobBookmarksEncryption: {\n mode: glue.JobBookmarksEncryptionMode.CLIENT_SIDE_KMS,\n },\n s3Encryption: {\n mode: glue.S3EncryptionMode.KMS,\n },\n});",
8036
8039
  "custom": {
8037
8040
  "exampleMetadata": "infused"
8038
- },
8039
- "example": "new glue.SecurityConfiguration(this, 'MySecurityConfiguration', {\n securityConfigurationName: 'name',\n cloudWatchEncryption: {\n mode: glue.CloudWatchEncryptionMode.KMS,\n },\n jobBookmarksEncryption: {\n mode: glue.JobBookmarksEncryptionMode.CLIENT_SIDE_KMS,\n },\n s3Encryption: {\n mode: glue.S3EncryptionMode.KMS,\n },\n});",
8040
- "stability": "experimental",
8041
- "summary": "S3 encryption configuration."
8041
+ }
8042
8042
  },
8043
8043
  "fqn": "@aws-cdk/aws-glue-alpha.S3Encryption",
8044
8044
  "kind": "interface",
@@ -8088,13 +8088,13 @@
8088
8088
  "@aws-cdk/aws-glue-alpha.S3EncryptionMode": {
8089
8089
  "assembly": "@aws-cdk/aws-glue-alpha",
8090
8090
  "docs": {
8091
- "custom": {
8092
- "exampleMetadata": "infused"
8093
- },
8094
- "example": "new glue.SecurityConfiguration(this, 'MySecurityConfiguration', {\n securityConfigurationName: 'name',\n cloudWatchEncryption: {\n mode: glue.CloudWatchEncryptionMode.KMS,\n },\n jobBookmarksEncryption: {\n mode: glue.JobBookmarksEncryptionMode.CLIENT_SIDE_KMS,\n },\n s3Encryption: {\n mode: glue.S3EncryptionMode.KMS,\n },\n});",
8095
8091
  "see": "https://docs.aws.amazon.com/glue/latest/webapi/API_S3Encryption.html#Glue-Type-S3Encryption-S3EncryptionMode",
8096
8092
  "stability": "experimental",
8097
- "summary": "Encryption mode for S3."
8093
+ "summary": "Encryption mode for S3.",
8094
+ "example": "new glue.SecurityConfiguration(this, 'MySecurityConfiguration', {\n securityConfigurationName: 'name',\n cloudWatchEncryption: {\n mode: glue.CloudWatchEncryptionMode.KMS,\n },\n jobBookmarksEncryption: {\n mode: glue.JobBookmarksEncryptionMode.CLIENT_SIDE_KMS,\n },\n s3Encryption: {\n mode: glue.S3EncryptionMode.KMS,\n },\n});",
8095
+ "custom": {
8096
+ "exampleMetadata": "infused"
8097
+ }
8098
8098
  },
8099
8099
  "fqn": "@aws-cdk/aws-glue-alpha.S3EncryptionMode",
8100
8100
  "kind": "enum",
@@ -8127,12 +8127,12 @@
8127
8127
  "assembly": "@aws-cdk/aws-glue-alpha",
8128
8128
  "datatype": true,
8129
8129
  "docs": {
8130
+ "stability": "experimental",
8131
+ "summary": "Props for creating a Scala Spark (ETL or Streaming) job executable.",
8132
+ "example": "declare const bucket: s3.Bucket;\nnew glue.Job(this, 'ScalaSparkEtlJob', {\n executable: glue.JobExecutable.scalaEtl({\n glueVersion: glue.GlueVersion.V2_0,\n script: glue.Code.fromBucket(bucket, 'src/com/example/HelloWorld.scala'),\n className: 'com.example.HelloWorld',\n extraJars: [glue.Code.fromBucket(bucket, 'jars/HelloWorld.jar')],\n }),\n description: 'an example Scala ETL job',\n});",
8130
8133
  "custom": {
8131
8134
  "exampleMetadata": "infused"
8132
- },
8133
- "example": "declare const bucket: s3.Bucket;\nnew glue.Job(this, 'ScalaSparkEtlJob', {\n executable: glue.JobExecutable.scalaEtl({\n glueVersion: glue.GlueVersion.V2_0,\n script: glue.Code.fromBucket(bucket, 'src/com/example/HelloWorld.scala'),\n className: 'com.example.HelloWorld',\n extraJars: [glue.Code.fromBucket(bucket, 'jars/HelloWorld.jar')],\n }),\n description: 'an example Scala ETL job',\n});",
8134
- "stability": "experimental",
8135
- "summary": "Props for creating a Scala Spark (ETL or Streaming) job executable."
8135
+ }
8136
8136
  },
8137
8137
  "fqn": "@aws-cdk/aws-glue-alpha.ScalaJobExecutableProps",
8138
8138
  "kind": "interface",
@@ -8266,12 +8266,12 @@
8266
8266
  "@aws-cdk/aws-glue-alpha.Schema": {
8267
8267
  "assembly": "@aws-cdk/aws-glue-alpha",
8268
8268
  "docs": {
8269
+ "see": "https://docs.aws.amazon.com/athena/latest/ug/data-types.html",
8270
+ "stability": "experimental",
8271
+ "example": "declare const myDatabase: glue.Database;\nnew glue.Table(this, 'MyTable', {\n database: myDatabase,\n tableName: 'my_table',\n columns: [{\n name: 'col1',\n type: glue.Schema.STRING,\n }],\n partitionKeys: [{\n name: 'year',\n type: glue.Schema.SMALL_INT,\n }, {\n name: 'month',\n type: glue.Schema.SMALL_INT,\n }],\n dataFormat: glue.DataFormat.JSON,\n enablePartitionFiltering: true,\n});",
8269
8272
  "custom": {
8270
8273
  "exampleMetadata": "infused"
8271
- },
8272
- "example": "declare const myDatabase: glue.Database;\nnew glue.Table(this, 'MyTable', {\n database: myDatabase,\n tableName: 'my_table',\n columns: [{\n name: 'col1',\n type: glue.Schema.STRING,\n }],\n partitionKeys: [{\n name: 'year',\n type: glue.Schema.SMALL_INT,\n }, {\n name: 'month',\n type: glue.Schema.SMALL_INT,\n }],\n dataFormat: glue.DataFormat.JSON,\n enablePartitionFiltering: true,\n});",
8273
- "see": "https://docs.aws.amazon.com/athena/latest/ug/data-types.html",
8274
- "stability": "experimental"
8274
+ }
8275
8275
  },
8276
8276
  "fqn": "@aws-cdk/aws-glue-alpha.Schema",
8277
8277
  "initializer": {
@@ -8671,13 +8671,13 @@
8671
8671
  "assembly": "@aws-cdk/aws-glue-alpha",
8672
8672
  "base": "aws-cdk-lib.Resource",
8673
8673
  "docs": {
8674
- "custom": {
8675
- "exampleMetadata": "infused"
8676
- },
8677
- "example": "new glue.SecurityConfiguration(this, 'MySecurityConfiguration', {\n securityConfigurationName: 'name',\n cloudWatchEncryption: {\n mode: glue.CloudWatchEncryptionMode.KMS,\n },\n jobBookmarksEncryption: {\n mode: glue.JobBookmarksEncryptionMode.CLIENT_SIDE_KMS,\n },\n s3Encryption: {\n mode: glue.S3EncryptionMode.KMS,\n },\n});",
8678
8674
  "remarks": "The following scenarios show some of the ways that you can use a security configuration.\n- Attach a security configuration to an AWS Glue crawler to write encrypted Amazon CloudWatch Logs.\n- Attach a security configuration to an extract, transform, and load (ETL) job to write encrypted Amazon Simple Storage Service (Amazon S3) targets and encrypted CloudWatch Logs.\n- Attach a security configuration to an ETL job to write its jobs bookmarks as encrypted Amazon S3 data.\n- Attach a security configuration to a development endpoint to write encrypted Amazon S3 targets.",
8679
8675
  "stability": "experimental",
8680
- "summary": "A security configuration is a set of security properties that can be used by AWS Glue to encrypt data at rest."
8676
+ "summary": "A security configuration is a set of security properties that can be used by AWS Glue to encrypt data at rest.",
8677
+ "example": "new glue.SecurityConfiguration(this, 'MySecurityConfiguration', {\n securityConfigurationName: 'name',\n cloudWatchEncryption: {\n mode: glue.CloudWatchEncryptionMode.KMS,\n },\n jobBookmarksEncryption: {\n mode: glue.JobBookmarksEncryptionMode.CLIENT_SIDE_KMS,\n },\n s3Encryption: {\n mode: glue.S3EncryptionMode.KMS,\n },\n});",
8678
+ "custom": {
8679
+ "exampleMetadata": "infused"
8680
+ }
8681
8681
  },
8682
8682
  "fqn": "@aws-cdk/aws-glue-alpha.SecurityConfiguration",
8683
8683
  "initializer": {
@@ -8841,12 +8841,12 @@
8841
8841
  "assembly": "@aws-cdk/aws-glue-alpha",
8842
8842
  "datatype": true,
8843
8843
  "docs": {
8844
+ "stability": "experimental",
8845
+ "summary": "Constructions properties of {@link SecurityConfiguration}.",
8846
+ "example": "new glue.SecurityConfiguration(this, 'MySecurityConfiguration', {\n securityConfigurationName: 'name',\n cloudWatchEncryption: {\n mode: glue.CloudWatchEncryptionMode.KMS,\n },\n jobBookmarksEncryption: {\n mode: glue.JobBookmarksEncryptionMode.CLIENT_SIDE_KMS,\n },\n s3Encryption: {\n mode: glue.S3EncryptionMode.KMS,\n },\n});",
8844
8847
  "custom": {
8845
8848
  "exampleMetadata": "infused"
8846
- },
8847
- "example": "new glue.SecurityConfiguration(this, 'MySecurityConfiguration', {\n securityConfigurationName: 'name',\n cloudWatchEncryption: {\n mode: glue.CloudWatchEncryptionMode.KMS,\n },\n jobBookmarksEncryption: {\n mode: glue.JobBookmarksEncryptionMode.CLIENT_SIDE_KMS,\n },\n s3Encryption: {\n mode: glue.S3EncryptionMode.KMS,\n },\n});",
8848
- "stability": "experimental",
8849
- "summary": "Constructions properties of {@link SecurityConfiguration}."
8849
+ }
8850
8850
  },
8851
8851
  "fqn": "@aws-cdk/aws-glue-alpha.SecurityConfigurationProps",
8852
8852
  "kind": "interface",
@@ -9288,12 +9288,12 @@
9288
9288
  "assembly": "@aws-cdk/aws-glue-alpha",
9289
9289
  "base": "aws-cdk-lib.Resource",
9290
9290
  "docs": {
9291
+ "stability": "experimental",
9292
+ "summary": "A Glue table.",
9293
+ "example": "declare const myDatabase: glue.Database;\nnew glue.Table(this, 'MyTable', {\n database: myDatabase,\n tableName: 'my_table',\n columns: [{\n name: 'col1',\n type: glue.Schema.STRING,\n }],\n partitionKeys: [{\n name: 'year',\n type: glue.Schema.SMALL_INT,\n }, {\n name: 'month',\n type: glue.Schema.SMALL_INT,\n }],\n dataFormat: glue.DataFormat.JSON,\n enablePartitionFiltering: true,\n});",
9291
9294
  "custom": {
9292
9295
  "exampleMetadata": "infused"
9293
- },
9294
- "example": "declare const myDatabase: glue.Database;\nnew glue.Table(this, 'MyTable', {\n database: myDatabase,\n tableName: 'my_table',\n columns: [{\n name: 'col1',\n type: glue.Schema.STRING,\n }],\n partitionKeys: [{\n name: 'year',\n type: glue.Schema.SMALL_INT,\n }, {\n name: 'month',\n type: glue.Schema.SMALL_INT,\n }],\n dataFormat: glue.DataFormat.JSON,\n enablePartitionFiltering: true,\n});",
9295
- "stability": "experimental",
9296
- "summary": "A Glue table."
9296
+ }
9297
9297
  },
9298
9298
  "fqn": "@aws-cdk/aws-glue-alpha.Table",
9299
9299
  "initializer": {
@@ -9850,13 +9850,13 @@
9850
9850
  "@aws-cdk/aws-glue-alpha.TableEncryption": {
9851
9851
  "assembly": "@aws-cdk/aws-glue-alpha",
9852
9852
  "docs": {
9853
- "custom": {
9854
- "exampleMetadata": "infused"
9855
- },
9856
- "example": "declare const myDatabase: glue.Database;\nnew glue.Table(this, 'MyTable', {\n encryption: glue.TableEncryption.S3_MANAGED,\n // ...\n database: myDatabase,\n tableName: 'my_table',\n columns: [{\n name: 'col1',\n type: glue.Schema.STRING,\n }],\n dataFormat: glue.DataFormat.JSON,\n});",
9857
9853
  "see": "https://docs.aws.amazon.com/athena/latest/ug/encryption.html",
9858
9854
  "stability": "experimental",
9859
- "summary": "Encryption options for a Table."
9855
+ "summary": "Encryption options for a Table.",
9856
+ "example": "declare const myDatabase: glue.Database;\nnew glue.Table(this, 'MyTable', {\n encryption: glue.TableEncryption.S3_MANAGED,\n // ...\n database: myDatabase,\n tableName: 'my_table',\n columns: [{\n name: 'col1',\n type: glue.Schema.STRING,\n }],\n dataFormat: glue.DataFormat.JSON,\n});",
9857
+ "custom": {
9858
+ "exampleMetadata": "infused"
9859
+ }
9860
9860
  },
9861
9861
  "fqn": "@aws-cdk/aws-glue-alpha.TableEncryption",
9862
9862
  "kind": "enum",
@@ -9910,11 +9910,11 @@
9910
9910
  "assembly": "@aws-cdk/aws-glue-alpha",
9911
9911
  "datatype": true,
9912
9912
  "docs": {
9913
+ "stability": "experimental",
9914
+ "example": "declare const myDatabase: glue.Database;\nnew glue.Table(this, 'MyTable', {\n database: myDatabase,\n tableName: 'my_table',\n columns: [{\n name: 'col1',\n type: glue.Schema.STRING,\n }],\n partitionKeys: [{\n name: 'year',\n type: glue.Schema.SMALL_INT,\n }, {\n name: 'month',\n type: glue.Schema.SMALL_INT,\n }],\n dataFormat: glue.DataFormat.JSON,\n enablePartitionFiltering: true,\n});",
9913
9915
  "custom": {
9914
9916
  "exampleMetadata": "infused"
9915
- },
9916
- "example": "declare const myDatabase: glue.Database;\nnew glue.Table(this, 'MyTable', {\n database: myDatabase,\n tableName: 'my_table',\n columns: [{\n name: 'col1',\n type: glue.Schema.STRING,\n }],\n partitionKeys: [{\n name: 'year',\n type: glue.Schema.SMALL_INT,\n }, {\n name: 'month',\n type: glue.Schema.SMALL_INT,\n }],\n dataFormat: glue.DataFormat.JSON,\n enablePartitionFiltering: true,\n});",
9917
- "stability": "experimental"
9917
+ }
9918
9918
  },
9919
9919
  "fqn": "@aws-cdk/aws-glue-alpha.TableProps",
9920
9920
  "kind": "interface",
@@ -10194,12 +10194,12 @@
10194
10194
  "assembly": "@aws-cdk/aws-glue-alpha",
10195
10195
  "datatype": true,
10196
10196
  "docs": {
10197
+ "stability": "experimental",
10198
+ "summary": "Represents a type of a column in a table schema.",
10199
+ "example": "declare const myDatabase: glue.Database;\nnew glue.Table(this, 'MyTable', {\n database: myDatabase,\n tableName: 'my_table',\n columns: [{\n name: 'col1',\n type: glue.Schema.STRING,\n }],\n partitionKeys: [{\n name: 'year',\n type: glue.Schema.SMALL_INT,\n }, {\n name: 'month',\n type: glue.Schema.SMALL_INT,\n }],\n dataFormat: glue.DataFormat.JSON,\n enablePartitionFiltering: true,\n});",
10197
10200
  "custom": {
10198
10201
  "exampleMetadata": "infused"
10199
- },
10200
- "example": "declare const myDatabase: glue.Database;\nnew glue.Table(this, 'MyTable', {\n database: myDatabase,\n tableName: 'my_table',\n columns: [{\n name: 'col1',\n type: glue.Schema.STRING,\n }],\n partitionKeys: [{\n name: 'year',\n type: glue.Schema.SMALL_INT,\n }, {\n name: 'month',\n type: glue.Schema.SMALL_INT,\n }],\n dataFormat: glue.DataFormat.JSON,\n enablePartitionFiltering: true,\n});",
10201
- "stability": "experimental",
10202
- "summary": "Represents a type of a column in a table schema."
10202
+ }
10203
10203
  },
10204
10204
  "fqn": "@aws-cdk/aws-glue-alpha.Type",
10205
10205
  "kind": "interface",
@@ -10365,6 +10365,6 @@
10365
10365
  "symbolId": "lib/job:WorkerType"
10366
10366
  }
10367
10367
  },
10368
- "version": "2.37.1-alpha.0",
10368
+ "version": "2.39.0-alpha.0",
10369
10369
  "fingerprint": "**********"
10370
10370
  }