aws-cdk-lib 2.153.0__py3-none-any.whl → 2.154.1__py3-none-any.whl
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.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +157 -215
- aws_cdk/_jsii/__init__.py +2 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.153.0.jsii.tgz → aws-cdk-lib@2.154.1.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +3 -3
- aws_cdk/aws_accessanalyzer/__init__.py +5 -5
- aws_cdk/aws_acmpca/__init__.py +79 -24
- aws_cdk/aws_amazonmq/__init__.py +161 -161
- aws_cdk/aws_amplify/__init__.py +36 -36
- aws_cdk/aws_amplifyuibuilder/__init__.py +32 -32
- aws_cdk/aws_apigateway/__init__.py +122 -122
- aws_cdk/aws_apigatewayv2/__init__.py +143 -130
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +12 -12
- aws_cdk/aws_appconfig/__init__.py +59 -59
- aws_cdk/aws_appflow/__init__.py +20 -20
- aws_cdk/aws_appintegrations/__init__.py +19 -19
- aws_cdk/aws_applicationautoscaling/__init__.py +31 -16
- aws_cdk/aws_applicationinsights/__init__.py +11 -11
- aws_cdk/aws_applicationsignals/__init__.py +5 -5
- aws_cdk/aws_appmesh/__init__.py +35 -35
- aws_cdk/aws_apprunner/__init__.py +25 -25
- aws_cdk/aws_appstream/__init__.py +105 -105
- aws_cdk/aws_appsync/__init__.py +89 -89
- aws_cdk/aws_apptest/__init__.py +25 -25
- aws_cdk/aws_aps/__init__.py +14 -14
- aws_cdk/aws_arczonalshift/__init__.py +200 -3
- aws_cdk/aws_athena/__init__.py +25 -25
- aws_cdk/aws_auditmanager/__init__.py +15 -15
- aws_cdk/aws_autoscaling/__init__.py +84 -84
- aws_cdk/aws_autoscalingplans/__init__.py +2 -2
- aws_cdk/aws_b2bi/__init__.py +24 -24
- aws_cdk/aws_backup/__init__.py +33 -33
- aws_cdk/aws_backupgateway/__init__.py +7 -7
- aws_cdk/aws_batch/__init__.py +289 -35
- aws_cdk/aws_bcmdataexports/__init__.py +2 -2
- aws_cdk/aws_bedrock/__init__.py +15766 -3438
- aws_cdk/aws_billingconductor/__init__.py +28 -28
- aws_cdk/aws_budgets/__init__.py +12 -12
- aws_cdk/aws_cassandra/__init__.py +16 -16
- aws_cdk/aws_ce/__init__.py +17 -17
- aws_cdk/aws_certificatemanager/__init__.py +9 -9
- aws_cdk/aws_chatbot/__init__.py +22 -22
- aws_cdk/aws_cleanrooms/__init__.py +2470 -307
- aws_cdk/aws_cleanroomsml/__init__.py +5 -5
- aws_cdk/aws_cloud9/__init__.py +10 -10
- aws_cdk/aws_cloudformation/__init__.py +94 -69
- aws_cdk/aws_cloudfront/__init__.py +47 -33
- aws_cdk/aws_cloudtrail/__init__.py +46 -44
- aws_cdk/aws_cloudwatch/__init__.py +61 -69
- aws_cdk/aws_codeartifact/__init__.py +19 -19
- aws_cdk/aws_codebuild/__init__.py +99 -68
- aws_cdk/aws_codecommit/__init__.py +10 -6
- aws_cdk/aws_codeconnections/__init__.py +5 -5
- aws_cdk/aws_codedeploy/__init__.py +28 -28
- aws_cdk/aws_codeguruprofiler/__init__.py +5 -5
- aws_cdk/aws_codegurureviewer/__init__.py +6 -6
- aws_cdk/aws_codepipeline/__init__.py +849 -52
- aws_cdk/aws_codepipeline_actions/__init__.py +1 -1
- aws_cdk/aws_codestar/__init__.py +8 -8
- aws_cdk/aws_codestarconnections/__init__.py +17 -17
- aws_cdk/aws_codestarnotifications/__init__.py +10 -10
- aws_cdk/aws_cognito/__init__.py +465 -133
- aws_cdk/aws_comprehend/__init__.py +20 -20
- aws_cdk/aws_config/__init__.py +67 -67
- aws_cdk/aws_connect/__init__.py +139 -137
- aws_cdk/aws_connectcampaigns/__init__.py +5 -5
- aws_cdk/aws_controltower/__init__.py +12 -12
- aws_cdk/aws_cur/__init__.py +12 -12
- aws_cdk/aws_customerprofiles/__init__.py +36 -36
- aws_cdk/aws_databrew/__init__.py +45 -45
- aws_cdk/aws_datapipeline/__init__.py +12 -8
- aws_cdk/aws_datasync/__init__.py +119 -117
- aws_cdk/aws_datazone/__init__.py +63 -63
- aws_cdk/aws_dax/__init__.py +20 -20
- aws_cdk/aws_deadline/__init__.py +221 -292
- aws_cdk/aws_detective/__init__.py +8 -8
- aws_cdk/aws_devicefarm/__init__.py +37 -37
- aws_cdk/aws_devopsguru/__init__.py +2 -2
- aws_cdk/aws_directoryservice/__init__.py +15 -15
- aws_cdk/aws_dlm/__init__.py +12 -12
- aws_cdk/aws_dms/__init__.py +300 -298
- aws_cdk/aws_docdb/__init__.py +49 -49
- aws_cdk/aws_docdbelastic/__init__.py +14 -14
- aws_cdk/aws_dynamodb/__init__.py +371 -37
- aws_cdk/aws_ec2/__init__.py +914 -612
- aws_cdk/aws_ecr/__init__.py +117 -77
- aws_cdk/aws_ecr_assets/__init__.py +4 -4
- aws_cdk/aws_ecs/__init__.py +192 -191
- aws_cdk/aws_ecs_patterns/__init__.py +2 -2
- aws_cdk/aws_efs/__init__.py +22 -22
- aws_cdk/aws_eks/__init__.py +177 -61
- aws_cdk/aws_elasticache/__init__.py +218 -226
- aws_cdk/aws_elasticbeanstalk/__init__.py +25 -25
- aws_cdk/aws_elasticloadbalancing/__init__.py +16 -16
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +1066 -102
- aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +86 -4
- aws_cdk/aws_elasticsearch/__init__.py +16 -16
- aws_cdk/aws_emr/__init__.py +74 -74
- aws_cdk/aws_emrcontainers/__init__.py +3 -3
- aws_cdk/aws_emrserverless/__init__.py +157 -14
- aws_cdk/aws_entityresolution/__init__.py +613 -35
- aws_cdk/aws_events/__init__.py +42 -42
- aws_cdk/aws_eventschemas/__init__.py +16 -16
- aws_cdk/aws_evidently/__init__.py +38 -38
- aws_cdk/aws_finspace/__init__.py +8 -8
- aws_cdk/aws_fis/__init__.py +12 -12
- aws_cdk/aws_fms/__init__.py +21 -21
- aws_cdk/aws_forecast/__init__.py +18 -11
- aws_cdk/aws_frauddetector/__init__.py +35 -35
- aws_cdk/aws_fsx/__init__.py +35 -35
- aws_cdk/aws_gamelift/__init__.py +155 -143
- aws_cdk/aws_globalaccelerator/__init__.py +46 -24
- aws_cdk/aws_glue/__init__.py +187 -143
- aws_cdk/aws_grafana/__init__.py +17 -17
- aws_cdk/aws_greengrass/__init__.py +48 -48
- aws_cdk/aws_greengrassv2/__init__.py +10 -10
- aws_cdk/aws_groundstation/__init__.py +16 -16
- aws_cdk/aws_guardduty/__init__.py +40 -38
- aws_cdk/aws_healthimaging/__init__.py +3 -3
- aws_cdk/aws_healthlake/__init__.py +6 -6
- aws_cdk/aws_iam/__init__.py +120 -122
- aws_cdk/aws_identitystore/__init__.py +6 -6
- aws_cdk/aws_imagebuilder/__init__.py +98 -98
- aws_cdk/aws_inspector/__init__.py +8 -8
- aws_cdk/aws_inspectorv2/__init__.py +102 -97
- aws_cdk/aws_internetmonitor/__init__.py +12 -12
- aws_cdk/aws_iot/__init__.py +141 -141
- aws_cdk/aws_iot1click/__init__.py +9 -9
- aws_cdk/aws_iotanalytics/__init__.py +21 -21
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +2 -2
- aws_cdk/aws_iotevents/__init__.py +20 -20
- aws_cdk/aws_iotfleethub/__init__.py +4 -4
- aws_cdk/aws_iotfleetwise/__init__.py +45 -45
- aws_cdk/aws_iotsitewise/__init__.py +40 -40
- aws_cdk/aws_iotthingsgraph/__init__.py +2 -2
- aws_cdk/aws_iottwinmaker/__init__.py +34 -34
- aws_cdk/aws_iotwireless/__init__.py +66 -66
- aws_cdk/aws_ivs/__init__.py +490 -34
- aws_cdk/aws_ivschat/__init__.py +9 -9
- aws_cdk/aws_kafkaconnect/__init__.py +22 -22
- aws_cdk/aws_kendra/__init__.py +28 -28
- aws_cdk/aws_kendraranking/__init__.py +4 -4
- aws_cdk/aws_kinesis/__init__.py +8 -8
- aws_cdk/aws_kinesisanalytics/__init__.py +23 -23
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +15 -15
- aws_cdk/aws_kinesisfirehose/__init__.py +677 -18
- aws_cdk/aws_kinesisvideo/__init__.py +10 -10
- aws_cdk/aws_kms/__init__.py +20 -20
- aws_cdk/aws_lakeformation/__init__.py +36 -36
- aws_cdk/aws_lambda/__init__.py +174 -118
- aws_cdk/aws_launchwizard/__init__.py +508 -0
- aws_cdk/aws_lex/__init__.py +24 -24
- aws_cdk/aws_licensemanager/__init__.py +17 -17
- aws_cdk/aws_lightsail/__init__.py +90 -90
- aws_cdk/aws_location/__init__.py +41 -41
- aws_cdk/aws_logs/__init__.py +50 -50
- aws_cdk/aws_lookoutequipment/__init__.py +9 -9
- aws_cdk/aws_lookoutmetrics/__init__.py +10 -10
- aws_cdk/aws_lookoutvision/__init__.py +1 -1
- aws_cdk/aws_m2/__init__.py +20 -20
- aws_cdk/aws_macie/__init__.py +19 -19
- aws_cdk/aws_managedblockchain/__init__.py +10 -10
- aws_cdk/aws_mediaconnect/__init__.py +114 -77
- aws_cdk/aws_mediaconvert/__init__.py +20 -20
- aws_cdk/aws_medialive/__init__.py +49 -40
- aws_cdk/aws_mediapackage/__init__.py +38 -38
- aws_cdk/aws_mediapackagev2/__init__.py +178 -25
- aws_cdk/aws_mediastore/__init__.py +7 -7
- aws_cdk/aws_mediatailor/__init__.py +40 -40
- aws_cdk/aws_memorydb/__init__.py +41 -41
- aws_cdk/aws_msk/__init__.py +127 -39
- aws_cdk/aws_mwaa/__init__.py +25 -25
- aws_cdk/aws_neptune/__init__.py +55 -55
- aws_cdk/aws_neptunegraph/__init__.py +11 -11
- aws_cdk/aws_networkfirewall/__init__.py +36 -30
- aws_cdk/aws_networkmanager/__init__.py +1062 -91
- aws_cdk/aws_nimblestudio/__init__.py +31 -31
- aws_cdk/aws_oam/__init__.py +8 -8
- aws_cdk/aws_omics/__init__.py +36 -36
- aws_cdk/aws_opensearchserverless/__init__.py +25 -25
- aws_cdk/aws_opensearchservice/__init__.py +20 -20
- aws_cdk/aws_opsworks/__init__.py +87 -87
- aws_cdk/aws_opsworkscm/__init__.py +21 -21
- aws_cdk/aws_organizations/__init__.py +17 -17
- aws_cdk/aws_osis/__init__.py +122 -9
- aws_cdk/aws_panorama/__init__.py +27 -22
- aws_cdk/aws_paymentcryptography/__init__.py +7 -7
- aws_cdk/aws_pcaconnectorad/__init__.py +17 -17
- aws_cdk/aws_personalize/__init__.py +19 -19
- aws_cdk/aws_pinpoint/__init__.py +122 -122
- aws_cdk/aws_pinpointemail/__init__.py +16 -16
- aws_cdk/aws_pipes/__init__.py +14 -16
- aws_cdk/aws_proton/__init__.py +19 -19
- aws_cdk/aws_qbusiness/__init__.py +160 -45
- aws_cdk/aws_qldb/__init__.py +12 -12
- aws_cdk/aws_quicksight/__init__.py +91 -91
- aws_cdk/aws_ram/__init__.py +11 -11
- aws_cdk/aws_rds/__init__.py +365 -259
- aws_cdk/aws_redshift/__init__.py +136 -91
- aws_cdk/aws_redshiftserverless/__init__.py +27 -27
- aws_cdk/aws_refactorspaces/__init__.py +26 -26
- aws_cdk/aws_rekognition/__init__.py +16 -16
- aws_cdk/aws_resiliencehub/__init__.py +15 -15
- aws_cdk/aws_resourceexplorer2/__init__.py +8 -8
- aws_cdk/aws_resourcegroups/__init__.py +6 -6
- aws_cdk/aws_robomaker/__init__.py +25 -25
- aws_cdk/aws_rolesanywhere/__init__.py +67 -19
- aws_cdk/aws_route53/__init__.py +36 -36
- aws_cdk/aws_route53profiles/__init__.py +11 -11
- aws_cdk/aws_route53recoverycontrol/__init__.py +14 -14
- aws_cdk/aws_route53recoveryreadiness/__init__.py +13 -13
- aws_cdk/aws_route53resolver/__init__.py +123 -82
- aws_cdk/aws_rum/__init__.py +6 -6
- aws_cdk/aws_s3/__init__.py +136 -80
- aws_cdk/aws_s3_deployment/__init__.py +30 -24
- aws_cdk/aws_s3_notifications/__init__.py +3 -4
- aws_cdk/aws_s3express/__init__.py +5 -5
- aws_cdk/aws_s3objectlambda/__init__.py +6 -6
- aws_cdk/aws_s3outposts/__init__.py +16 -16
- aws_cdk/aws_sagemaker/__init__.py +2414 -282
- aws_cdk/aws_sam/__init__.py +101 -101
- aws_cdk/aws_scheduler/__init__.py +13 -13
- aws_cdk/aws_sdb/__init__.py +1 -1
- aws_cdk/aws_secretsmanager/__init__.py +20 -19
- aws_cdk/aws_securityhub/__init__.py +70 -57
- aws_cdk/aws_securitylake/__init__.py +341 -16
- aws_cdk/aws_servicecatalog/__init__.py +87 -87
- aws_cdk/aws_servicecatalogappregistry/__init__.py +12 -12
- aws_cdk/aws_servicediscovery/__init__.py +23 -23
- aws_cdk/aws_ses/__init__.py +12038 -5604
- aws_cdk/aws_shield/__init__.py +15 -15
- aws_cdk/aws_signer/__init__.py +9 -9
- aws_cdk/aws_simspaceweaver/__init__.py +5 -5
- aws_cdk/aws_sns/__init__.py +28 -28
- aws_cdk/aws_sqs/__init__.py +20 -20
- aws_cdk/aws_ssm/__init__.py +176 -105
- aws_cdk/aws_ssmcontacts/__init__.py +18 -18
- aws_cdk/aws_ssmincidents/__init__.py +11 -11
- aws_cdk/aws_sso/__init__.py +31 -31
- aws_cdk/aws_stepfunctions/__init__.py +370 -28
- aws_cdk/aws_supportapp/__init__.py +11 -11
- aws_cdk/aws_synthetics/__init__.py +18 -18
- aws_cdk/aws_systemsmanagersap/__init__.py +48 -7
- aws_cdk/aws_timestream/__init__.py +34 -34
- aws_cdk/aws_transfer/__init__.py +57 -57
- aws_cdk/aws_verifiedpermissions/__init__.py +11 -11
- aws_cdk/aws_voiceid/__init__.py +4 -4
- aws_cdk/aws_vpclattice/__init__.py +42 -42
- aws_cdk/aws_waf/__init__.py +17 -17
- aws_cdk/aws_wafregional/__init__.py +28 -28
- aws_cdk/aws_wafv2/__init__.py +39 -39
- aws_cdk/aws_wisdom/__init__.py +16 -16
- aws_cdk/aws_workspaces/__init__.py +18 -18
- aws_cdk/aws_workspacesthinclient/__init__.py +63 -9
- aws_cdk/aws_workspacesweb/__init__.py +87 -46
- aws_cdk/aws_xray/__init__.py +12 -12
- aws_cdk/cloud_assembly_schema/__init__.py +348 -239
- aws_cdk/custom_resources/__init__.py +289 -0
- aws_cdk/cx_api/__init__.py +15 -15
- aws_cdk/pipelines/__init__.py +172 -237
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/METADATA +3 -2
- aws_cdk_lib-2.154.1.dist-info/RECORD +292 -0
- aws_cdk_lib-2.153.0.dist-info/RECORD +0 -291
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/top_level.txt +0 -0
aws_cdk/aws_glue/__init__.py
CHANGED
|
@@ -206,7 +206,7 @@ class CfnClassifier(
|
|
|
206
206
|
if __debug__:
|
|
207
207
|
type_hints = typing.get_type_hints(_typecheckingstub__d5250a15edb331e6856f0a29ac71c9e1513817ae7d411a90f5455dc89a24868c)
|
|
208
208
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
209
|
-
jsii.set(self, "csvClassifier", value)
|
|
209
|
+
jsii.set(self, "csvClassifier", value) # pyright: ignore[reportArgumentType]
|
|
210
210
|
|
|
211
211
|
@builtins.property
|
|
212
212
|
@jsii.member(jsii_name="grokClassifier")
|
|
@@ -224,7 +224,7 @@ class CfnClassifier(
|
|
|
224
224
|
if __debug__:
|
|
225
225
|
type_hints = typing.get_type_hints(_typecheckingstub__6e433b191953f00afa5a4fb4333937a124c4a4865d13433693cab445ff794619)
|
|
226
226
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
227
|
-
jsii.set(self, "grokClassifier", value)
|
|
227
|
+
jsii.set(self, "grokClassifier", value) # pyright: ignore[reportArgumentType]
|
|
228
228
|
|
|
229
229
|
@builtins.property
|
|
230
230
|
@jsii.member(jsii_name="jsonClassifier")
|
|
@@ -242,7 +242,7 @@ class CfnClassifier(
|
|
|
242
242
|
if __debug__:
|
|
243
243
|
type_hints = typing.get_type_hints(_typecheckingstub__a99cf38e8a5d3d6d2a91d7585371a72e04e5cab9a9dfbfba99cbaf227511f5ab)
|
|
244
244
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
245
|
-
jsii.set(self, "jsonClassifier", value)
|
|
245
|
+
jsii.set(self, "jsonClassifier", value) # pyright: ignore[reportArgumentType]
|
|
246
246
|
|
|
247
247
|
@builtins.property
|
|
248
248
|
@jsii.member(jsii_name="xmlClassifier")
|
|
@@ -260,7 +260,7 @@ class CfnClassifier(
|
|
|
260
260
|
if __debug__:
|
|
261
261
|
type_hints = typing.get_type_hints(_typecheckingstub__204ba6e258d6c443b165b0772162d891e01db52b8bf7b049b0e9d4968dfbc7d4)
|
|
262
262
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
263
|
-
jsii.set(self, "xmlClassifier", value)
|
|
263
|
+
jsii.set(self, "xmlClassifier", value) # pyright: ignore[reportArgumentType]
|
|
264
264
|
|
|
265
265
|
@jsii.data_type(
|
|
266
266
|
jsii_type="aws-cdk-lib.aws_glue.CfnClassifier.CsvClassifierProperty",
|
|
@@ -1008,7 +1008,7 @@ class CfnConnection(
|
|
|
1008
1008
|
if __debug__:
|
|
1009
1009
|
type_hints = typing.get_type_hints(_typecheckingstub__7d64fcdf69b5b53d13d7560a99def80cc1ea81eb69a521ae5d8d75a05c0f8be1)
|
|
1010
1010
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1011
|
-
jsii.set(self, "catalogId", value)
|
|
1011
|
+
jsii.set(self, "catalogId", value) # pyright: ignore[reportArgumentType]
|
|
1012
1012
|
|
|
1013
1013
|
@builtins.property
|
|
1014
1014
|
@jsii.member(jsii_name="connectionInput")
|
|
@@ -1026,7 +1026,7 @@ class CfnConnection(
|
|
|
1026
1026
|
if __debug__:
|
|
1027
1027
|
type_hints = typing.get_type_hints(_typecheckingstub__f3a76484105010dc758d81394f436d3461656f97faa1bf881b484b7db1731e0b)
|
|
1028
1028
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1029
|
-
jsii.set(self, "connectionInput", value)
|
|
1029
|
+
jsii.set(self, "connectionInput", value) # pyright: ignore[reportArgumentType]
|
|
1030
1030
|
|
|
1031
1031
|
@jsii.data_type(
|
|
1032
1032
|
jsii_type="aws-cdk-lib.aws_glue.CfnConnection.ConnectionInputProperty",
|
|
@@ -1053,7 +1053,7 @@ class CfnConnection(
|
|
|
1053
1053
|
) -> None:
|
|
1054
1054
|
'''A structure that is used to specify a connection to create or update.
|
|
1055
1055
|
|
|
1056
|
-
:param connection_type: The type of the connection. Currently, these types are supported:. - ``JDBC`` - Designates a connection to a database through Java Database Connectivity (JDBC). ``JDBC`` Connections use the following ConnectionParameters. - Required: All of ( ``HOST`` , ``PORT`` , ``JDBC_ENGINE`` ) or ``JDBC_CONNECTION_URL`` . - Required: All of ( ``USERNAME`` , ``PASSWORD`` ) or ``SECRET_ID`` . - Optional: ``JDBC_ENFORCE_SSL`` , ``CUSTOM_JDBC_CERT`` , ``CUSTOM_JDBC_CERT_STRING`` , ``SKIP_CUSTOM_JDBC_CERT_VALIDATION`` . These parameters are used to configure SSL with JDBC. - ``KAFKA`` - Designates a connection to an Apache Kafka streaming platform. ``KAFKA`` Connections use the following ConnectionParameters. - Required: ``KAFKA_BOOTSTRAP_SERVERS`` . - Optional: ``KAFKA_SSL_ENABLED`` , ``KAFKA_CUSTOM_CERT`` , ``KAFKA_SKIP_CUSTOM_CERT_VALIDATION`` . These parameters are used to configure SSL with ``KAFKA`` . - Optional: ``KAFKA_CLIENT_KEYSTORE`` , ``KAFKA_CLIENT_KEYSTORE_PASSWORD`` , ``KAFKA_CLIENT_KEY_PASSWORD`` , ``ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD`` , ``ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD`` . These parameters are used to configure TLS client configuration with SSL in ``KAFKA`` . - Optional: ``KAFKA_SASL_MECHANISM`` . Can be specified as ``SCRAM-SHA-512`` , ``GSSAPI`` , or ``AWS_MSK_IAM`` . - Optional: ``KAFKA_SASL_SCRAM_USERNAME`` , ``KAFKA_SASL_SCRAM_PASSWORD`` , ``ENCRYPTED_KAFKA_SASL_SCRAM_PASSWORD`` . These parameters are used to configure SASL/SCRAM-SHA-512 authentication with ``KAFKA`` . - Optional: ``KAFKA_SASL_GSSAPI_KEYTAB`` , ``KAFKA_SASL_GSSAPI_KRB5_CONF`` , ``KAFKA_SASL_GSSAPI_SERVICE`` , ``KAFKA_SASL_GSSAPI_PRINCIPAL`` . These parameters are used to configure SASL/GSSAPI authentication with ``KAFKA`` . - ``MONGODB`` - Designates a connection to a MongoDB document database. ``MONGODB`` Connections use the following ConnectionParameters. - Required: ``CONNECTION_URL`` . - Required: All of ( ``USERNAME`` , ``PASSWORD`` ) or ``SECRET_ID`` . - ``SALESFORCE`` - Designates a connection to Salesforce using OAuth authencation. - Requires the ``AuthenticationConfiguration`` member to be configured. - ``NETWORK`` - Designates a network connection to a data source within an Amazon Virtual Private Cloud environment (Amazon VPC). ``NETWORK`` Connections do not require ConnectionParameters. Instead, provide a PhysicalConnectionRequirements. - ``MARKETPLACE`` - Uses configuration settings contained in a connector purchased from AWS Marketplace to read from and write to data stores that are not natively supported by AWS Glue . ``MARKETPLACE`` Connections use the following ConnectionParameters. - Required: ``CONNECTOR_TYPE`` , ``CONNECTOR_URL`` , ``CONNECTOR_CLASS_NAME`` , ``CONNECTION_URL`` . - Required for ``JDBC`` ``CONNECTOR_TYPE`` connections: All of ( ``USERNAME`` , ``PASSWORD`` ) or ``SECRET_ID`` . - ``CUSTOM`` - Uses configuration settings contained in a custom connector to read from and write to data stores that are not natively supported by AWS Glue . ``SFTP`` is not supported. For more information about how optional ConnectionProperties are used to configure features in AWS Glue , consult `AWS Glue connection properties <https://docs.aws.amazon.com/glue/latest/dg/connection-defining.html>`_ . For more information about how optional ConnectionProperties are used to configure features in AWS Glue Studio, consult `Using connectors and connections <https://docs.aws.amazon.com/glue/latest/ug/connectors-chapter.html>`_ .
|
|
1056
|
+
:param connection_type: The type of the connection. Currently, these types are supported:. - ``JDBC`` - Designates a connection to a database through Java Database Connectivity (JDBC). ``JDBC`` Connections use the following ConnectionParameters. - Required: All of ( ``HOST`` , ``PORT`` , ``JDBC_ENGINE`` ) or ``JDBC_CONNECTION_URL`` . - Required: All of ( ``USERNAME`` , ``PASSWORD`` ) or ``SECRET_ID`` . - Optional: ``JDBC_ENFORCE_SSL`` , ``CUSTOM_JDBC_CERT`` , ``CUSTOM_JDBC_CERT_STRING`` , ``SKIP_CUSTOM_JDBC_CERT_VALIDATION`` . These parameters are used to configure SSL with JDBC. - ``KAFKA`` - Designates a connection to an Apache Kafka streaming platform. ``KAFKA`` Connections use the following ConnectionParameters. - Required: ``KAFKA_BOOTSTRAP_SERVERS`` . - Optional: ``KAFKA_SSL_ENABLED`` , ``KAFKA_CUSTOM_CERT`` , ``KAFKA_SKIP_CUSTOM_CERT_VALIDATION`` . These parameters are used to configure SSL with ``KAFKA`` . - Optional: ``KAFKA_CLIENT_KEYSTORE`` , ``KAFKA_CLIENT_KEYSTORE_PASSWORD`` , ``KAFKA_CLIENT_KEY_PASSWORD`` , ``ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD`` , ``ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD`` . These parameters are used to configure TLS client configuration with SSL in ``KAFKA`` . - Optional: ``KAFKA_SASL_MECHANISM`` . Can be specified as ``SCRAM-SHA-512`` , ``GSSAPI`` , or ``AWS_MSK_IAM`` . - Optional: ``KAFKA_SASL_SCRAM_USERNAME`` , ``KAFKA_SASL_SCRAM_PASSWORD`` , ``ENCRYPTED_KAFKA_SASL_SCRAM_PASSWORD`` . These parameters are used to configure SASL/SCRAM-SHA-512 authentication with ``KAFKA`` . - Optional: ``KAFKA_SASL_GSSAPI_KEYTAB`` , ``KAFKA_SASL_GSSAPI_KRB5_CONF`` , ``KAFKA_SASL_GSSAPI_SERVICE`` , ``KAFKA_SASL_GSSAPI_PRINCIPAL`` . These parameters are used to configure SASL/GSSAPI authentication with ``KAFKA`` . - ``MONGODB`` - Designates a connection to a MongoDB document database. ``MONGODB`` Connections use the following ConnectionParameters. - Required: ``CONNECTION_URL`` . - Required: All of ( ``USERNAME`` , ``PASSWORD`` ) or ``SECRET_ID`` . - ``SALESFORCE`` - Designates a connection to Salesforce using OAuth authencation. - Requires the ``AuthenticationConfiguration`` member to be configured. - ``VIEW_VALIDATION_REDSHIFT`` - Designates a connection used for view validation by Amazon Redshift. - ``VIEW_VALIDATION_ATHENA`` - Designates a connection used for view validation by Amazon Athena. - ``NETWORK`` - Designates a network connection to a data source within an Amazon Virtual Private Cloud environment (Amazon VPC). ``NETWORK`` Connections do not require ConnectionParameters. Instead, provide a PhysicalConnectionRequirements. - ``MARKETPLACE`` - Uses configuration settings contained in a connector purchased from AWS Marketplace to read from and write to data stores that are not natively supported by AWS Glue . ``MARKETPLACE`` Connections use the following ConnectionParameters. - Required: ``CONNECTOR_TYPE`` , ``CONNECTOR_URL`` , ``CONNECTOR_CLASS_NAME`` , ``CONNECTION_URL`` . - Required for ``JDBC`` ``CONNECTOR_TYPE`` connections: All of ( ``USERNAME`` , ``PASSWORD`` ) or ``SECRET_ID`` . - ``CUSTOM`` - Uses configuration settings contained in a custom connector to read from and write to data stores that are not natively supported by AWS Glue . ``SFTP`` is not supported. For more information about how optional ConnectionProperties are used to configure features in AWS Glue , consult `AWS Glue connection properties <https://docs.aws.amazon.com/glue/latest/dg/connection-defining.html>`_ . For more information about how optional ConnectionProperties are used to configure features in AWS Glue Studio, consult `Using connectors and connections <https://docs.aws.amazon.com/glue/latest/ug/connectors-chapter.html>`_ .
|
|
1057
1057
|
:param connection_properties: These key-value pairs define parameters for the connection.
|
|
1058
1058
|
:param description: The description of the connection.
|
|
1059
1059
|
:param match_criteria: A list of criteria that can be used in selecting this connection.
|
|
@@ -1137,6 +1137,8 @@ class CfnConnection(
|
|
|
1137
1137
|
- Required: All of ( ``USERNAME`` , ``PASSWORD`` ) or ``SECRET_ID`` .
|
|
1138
1138
|
- ``SALESFORCE`` - Designates a connection to Salesforce using OAuth authencation.
|
|
1139
1139
|
- Requires the ``AuthenticationConfiguration`` member to be configured.
|
|
1140
|
+
- ``VIEW_VALIDATION_REDSHIFT`` - Designates a connection used for view validation by Amazon Redshift.
|
|
1141
|
+
- ``VIEW_VALIDATION_ATHENA`` - Designates a connection used for view validation by Amazon Athena.
|
|
1140
1142
|
- ``NETWORK`` - Designates a network connection to a data source within an Amazon Virtual Private Cloud environment (Amazon VPC).
|
|
1141
1143
|
|
|
1142
1144
|
``NETWORK`` Connections do not require ConnectionParameters. Instead, provide a PhysicalConnectionRequirements.
|
|
@@ -1617,7 +1619,7 @@ class CfnCrawler(
|
|
|
1617
1619
|
if __debug__:
|
|
1618
1620
|
type_hints = typing.get_type_hints(_typecheckingstub__2d0f4795e30bdf52af75380422e6956fe78ac8cabb8c11c0f4d1f4c6efa13a72)
|
|
1619
1621
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1620
|
-
jsii.set(self, "role", value)
|
|
1622
|
+
jsii.set(self, "role", value) # pyright: ignore[reportArgumentType]
|
|
1621
1623
|
|
|
1622
1624
|
@builtins.property
|
|
1623
1625
|
@jsii.member(jsii_name="targets")
|
|
@@ -1635,7 +1637,7 @@ class CfnCrawler(
|
|
|
1635
1637
|
if __debug__:
|
|
1636
1638
|
type_hints = typing.get_type_hints(_typecheckingstub__a8f17e8d0442485526676f5689364bcd775336febf0f27ff8adca3138ea4323d)
|
|
1637
1639
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1638
|
-
jsii.set(self, "targets", value)
|
|
1640
|
+
jsii.set(self, "targets", value) # pyright: ignore[reportArgumentType]
|
|
1639
1641
|
|
|
1640
1642
|
@builtins.property
|
|
1641
1643
|
@jsii.member(jsii_name="classifiers")
|
|
@@ -1648,7 +1650,7 @@ class CfnCrawler(
|
|
|
1648
1650
|
if __debug__:
|
|
1649
1651
|
type_hints = typing.get_type_hints(_typecheckingstub__bc97ff23bae45ac9e65f21fa1ea785f07dad693833d84e93e2d73c22f67659d6)
|
|
1650
1652
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1651
|
-
jsii.set(self, "classifiers", value)
|
|
1653
|
+
jsii.set(self, "classifiers", value) # pyright: ignore[reportArgumentType]
|
|
1652
1654
|
|
|
1653
1655
|
@builtins.property
|
|
1654
1656
|
@jsii.member(jsii_name="configuration")
|
|
@@ -1661,7 +1663,7 @@ class CfnCrawler(
|
|
|
1661
1663
|
if __debug__:
|
|
1662
1664
|
type_hints = typing.get_type_hints(_typecheckingstub__192c642ccc1851982655e5d714a44522ea0ae0644693504905373aeb461e6710)
|
|
1663
1665
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1664
|
-
jsii.set(self, "configuration", value)
|
|
1666
|
+
jsii.set(self, "configuration", value) # pyright: ignore[reportArgumentType]
|
|
1665
1667
|
|
|
1666
1668
|
@builtins.property
|
|
1667
1669
|
@jsii.member(jsii_name="crawlerSecurityConfiguration")
|
|
@@ -1677,7 +1679,7 @@ class CfnCrawler(
|
|
|
1677
1679
|
if __debug__:
|
|
1678
1680
|
type_hints = typing.get_type_hints(_typecheckingstub__ad2cd3791a15d37fb39d53dc3e9305c735cef04bef3c2bcd36f656e2e3d9a727)
|
|
1679
1681
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1680
|
-
jsii.set(self, "crawlerSecurityConfiguration", value)
|
|
1682
|
+
jsii.set(self, "crawlerSecurityConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
1681
1683
|
|
|
1682
1684
|
@builtins.property
|
|
1683
1685
|
@jsii.member(jsii_name="databaseName")
|
|
@@ -1690,7 +1692,7 @@ class CfnCrawler(
|
|
|
1690
1692
|
if __debug__:
|
|
1691
1693
|
type_hints = typing.get_type_hints(_typecheckingstub__0c0bced28b99cf5d6601a1e7268fb7fc84fbb7db6c55eb201f867678b9006fa8)
|
|
1692
1694
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1693
|
-
jsii.set(self, "databaseName", value)
|
|
1695
|
+
jsii.set(self, "databaseName", value) # pyright: ignore[reportArgumentType]
|
|
1694
1696
|
|
|
1695
1697
|
@builtins.property
|
|
1696
1698
|
@jsii.member(jsii_name="description")
|
|
@@ -1703,7 +1705,7 @@ class CfnCrawler(
|
|
|
1703
1705
|
if __debug__:
|
|
1704
1706
|
type_hints = typing.get_type_hints(_typecheckingstub__55e97c90536e63620917a74b9e753f3ef37d2ba4cc78a367b3c2692a6a9073d8)
|
|
1705
1707
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1706
|
-
jsii.set(self, "description", value)
|
|
1708
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
1707
1709
|
|
|
1708
1710
|
@builtins.property
|
|
1709
1711
|
@jsii.member(jsii_name="lakeFormationConfiguration")
|
|
@@ -1721,7 +1723,7 @@ class CfnCrawler(
|
|
|
1721
1723
|
if __debug__:
|
|
1722
1724
|
type_hints = typing.get_type_hints(_typecheckingstub__e64ccabfbbc601ee6cf62caf919ec0f9d3c9ee5004117fe31886a6aa08cd135c)
|
|
1723
1725
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1724
|
-
jsii.set(self, "lakeFormationConfiguration", value)
|
|
1726
|
+
jsii.set(self, "lakeFormationConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
1725
1727
|
|
|
1726
1728
|
@builtins.property
|
|
1727
1729
|
@jsii.member(jsii_name="name")
|
|
@@ -1734,7 +1736,7 @@ class CfnCrawler(
|
|
|
1734
1736
|
if __debug__:
|
|
1735
1737
|
type_hints = typing.get_type_hints(_typecheckingstub__35986739065f4f5528fa36a3a4743b76eb0937d555e5d7ad917e107db84e9d92)
|
|
1736
1738
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1737
|
-
jsii.set(self, "name", value)
|
|
1739
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
1738
1740
|
|
|
1739
1741
|
@builtins.property
|
|
1740
1742
|
@jsii.member(jsii_name="recrawlPolicy")
|
|
@@ -1752,7 +1754,7 @@ class CfnCrawler(
|
|
|
1752
1754
|
if __debug__:
|
|
1753
1755
|
type_hints = typing.get_type_hints(_typecheckingstub__83e372f1422865065a5a3898b76f8c4b4c2b501fffdd71b9c7bc33febbb10363)
|
|
1754
1756
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1755
|
-
jsii.set(self, "recrawlPolicy", value)
|
|
1757
|
+
jsii.set(self, "recrawlPolicy", value) # pyright: ignore[reportArgumentType]
|
|
1756
1758
|
|
|
1757
1759
|
@builtins.property
|
|
1758
1760
|
@jsii.member(jsii_name="schedule")
|
|
@@ -1770,7 +1772,7 @@ class CfnCrawler(
|
|
|
1770
1772
|
if __debug__:
|
|
1771
1773
|
type_hints = typing.get_type_hints(_typecheckingstub__57543db817586f6f96b889ad18bd67740cd8212822395c2ef09e8dfcd0130552)
|
|
1772
1774
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1773
|
-
jsii.set(self, "schedule", value)
|
|
1775
|
+
jsii.set(self, "schedule", value) # pyright: ignore[reportArgumentType]
|
|
1774
1776
|
|
|
1775
1777
|
@builtins.property
|
|
1776
1778
|
@jsii.member(jsii_name="schemaChangePolicy")
|
|
@@ -1788,7 +1790,7 @@ class CfnCrawler(
|
|
|
1788
1790
|
if __debug__:
|
|
1789
1791
|
type_hints = typing.get_type_hints(_typecheckingstub__14e3cba92ee30f03751c9fb3a0546500940820fefc42b0c7c3c2bc17bd5773b5)
|
|
1790
1792
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1791
|
-
jsii.set(self, "schemaChangePolicy", value)
|
|
1793
|
+
jsii.set(self, "schemaChangePolicy", value) # pyright: ignore[reportArgumentType]
|
|
1792
1794
|
|
|
1793
1795
|
@builtins.property
|
|
1794
1796
|
@jsii.member(jsii_name="tablePrefix")
|
|
@@ -1801,7 +1803,7 @@ class CfnCrawler(
|
|
|
1801
1803
|
if __debug__:
|
|
1802
1804
|
type_hints = typing.get_type_hints(_typecheckingstub__49ba3e782c84d62bea6d1f3c7f0c9468d3b13099042cf162e2e35456bf59a264)
|
|
1803
1805
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1804
|
-
jsii.set(self, "tablePrefix", value)
|
|
1806
|
+
jsii.set(self, "tablePrefix", value) # pyright: ignore[reportArgumentType]
|
|
1805
1807
|
|
|
1806
1808
|
@builtins.property
|
|
1807
1809
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -1814,7 +1816,7 @@ class CfnCrawler(
|
|
|
1814
1816
|
if __debug__:
|
|
1815
1817
|
type_hints = typing.get_type_hints(_typecheckingstub__43760f25278105b8154c121bf9dd9dcaa617159cbb1a2a43fedb1312640eb5a0)
|
|
1816
1818
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1817
|
-
jsii.set(self, "tagsRaw", value)
|
|
1819
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
1818
1820
|
|
|
1819
1821
|
@jsii.data_type(
|
|
1820
1822
|
jsii_type="aws-cdk-lib.aws_glue.CfnCrawler.CatalogTargetProperty",
|
|
@@ -3480,7 +3482,7 @@ class CfnCustomEntityType(
|
|
|
3480
3482
|
if __debug__:
|
|
3481
3483
|
type_hints = typing.get_type_hints(_typecheckingstub__d9a1b7db0046368ee993569d7df3e7fd0804b6e98a87f04e557ae064873f7978)
|
|
3482
3484
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3483
|
-
jsii.set(self, "contextWords", value)
|
|
3485
|
+
jsii.set(self, "contextWords", value) # pyright: ignore[reportArgumentType]
|
|
3484
3486
|
|
|
3485
3487
|
@builtins.property
|
|
3486
3488
|
@jsii.member(jsii_name="name")
|
|
@@ -3493,7 +3495,7 @@ class CfnCustomEntityType(
|
|
|
3493
3495
|
if __debug__:
|
|
3494
3496
|
type_hints = typing.get_type_hints(_typecheckingstub__d11901df483ca1c3600c4415a97269b90d2adfe324a4327071f30bddc8fc6369)
|
|
3495
3497
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3496
|
-
jsii.set(self, "name", value)
|
|
3498
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
3497
3499
|
|
|
3498
3500
|
@builtins.property
|
|
3499
3501
|
@jsii.member(jsii_name="regexString")
|
|
@@ -3506,7 +3508,7 @@ class CfnCustomEntityType(
|
|
|
3506
3508
|
if __debug__:
|
|
3507
3509
|
type_hints = typing.get_type_hints(_typecheckingstub__258029d677ed510f6e111f28b88a3fd5ca710364677c254b86f15149c3939f01)
|
|
3508
3510
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3509
|
-
jsii.set(self, "regexString", value)
|
|
3511
|
+
jsii.set(self, "regexString", value) # pyright: ignore[reportArgumentType]
|
|
3510
3512
|
|
|
3511
3513
|
@builtins.property
|
|
3512
3514
|
@jsii.member(jsii_name="tags")
|
|
@@ -3519,7 +3521,7 @@ class CfnCustomEntityType(
|
|
|
3519
3521
|
if __debug__:
|
|
3520
3522
|
type_hints = typing.get_type_hints(_typecheckingstub__004ded3c6afee7c54be15b960f2dfa901eda8ff5ffd11f03dc0ad21cd665d3e9)
|
|
3521
3523
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3522
|
-
jsii.set(self, "tags", value)
|
|
3524
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
3523
3525
|
|
|
3524
3526
|
|
|
3525
3527
|
@jsii.data_type(
|
|
@@ -3751,7 +3753,7 @@ class CfnDataCatalogEncryptionSettings(
|
|
|
3751
3753
|
if __debug__:
|
|
3752
3754
|
type_hints = typing.get_type_hints(_typecheckingstub__01920d02ae9ef51342dbd5a647a412a6e68458011da6333a12e4cbce3c46addd)
|
|
3753
3755
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3754
|
-
jsii.set(self, "catalogId", value)
|
|
3756
|
+
jsii.set(self, "catalogId", value) # pyright: ignore[reportArgumentType]
|
|
3755
3757
|
|
|
3756
3758
|
@builtins.property
|
|
3757
3759
|
@jsii.member(jsii_name="dataCatalogEncryptionSettings")
|
|
@@ -3769,7 +3771,7 @@ class CfnDataCatalogEncryptionSettings(
|
|
|
3769
3771
|
if __debug__:
|
|
3770
3772
|
type_hints = typing.get_type_hints(_typecheckingstub__d0fe99133f601e0dba434462eeee0ca24bdba16dd90df4d18a9865152672243b)
|
|
3771
3773
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3772
|
-
jsii.set(self, "dataCatalogEncryptionSettings", value)
|
|
3774
|
+
jsii.set(self, "dataCatalogEncryptionSettings", value) # pyright: ignore[reportArgumentType]
|
|
3773
3775
|
|
|
3774
3776
|
@jsii.data_type(
|
|
3775
3777
|
jsii_type="aws-cdk-lib.aws_glue.CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty",
|
|
@@ -4251,7 +4253,7 @@ class CfnDataQualityRuleset(
|
|
|
4251
4253
|
if __debug__:
|
|
4252
4254
|
type_hints = typing.get_type_hints(_typecheckingstub__cb7412aa32bb9c0fa23c3df7527a57c842aabf5ffa622d5ab6cd6540caa2e57a)
|
|
4253
4255
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4254
|
-
jsii.set(self, "clientToken", value)
|
|
4256
|
+
jsii.set(self, "clientToken", value) # pyright: ignore[reportArgumentType]
|
|
4255
4257
|
|
|
4256
4258
|
@builtins.property
|
|
4257
4259
|
@jsii.member(jsii_name="description")
|
|
@@ -4264,7 +4266,7 @@ class CfnDataQualityRuleset(
|
|
|
4264
4266
|
if __debug__:
|
|
4265
4267
|
type_hints = typing.get_type_hints(_typecheckingstub__e22bc2d9629c173f100a1ee8aea1f132a9bc0e287ff0e2b88d829b304c3de308)
|
|
4266
4268
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4267
|
-
jsii.set(self, "description", value)
|
|
4269
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
4268
4270
|
|
|
4269
4271
|
@builtins.property
|
|
4270
4272
|
@jsii.member(jsii_name="name")
|
|
@@ -4277,7 +4279,7 @@ class CfnDataQualityRuleset(
|
|
|
4277
4279
|
if __debug__:
|
|
4278
4280
|
type_hints = typing.get_type_hints(_typecheckingstub__9c19fdaeabb94e016ab468e10db4486c501c8a4f296c51d5fd475d3ea7f6ab92)
|
|
4279
4281
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4280
|
-
jsii.set(self, "name", value)
|
|
4282
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
4281
4283
|
|
|
4282
4284
|
@builtins.property
|
|
4283
4285
|
@jsii.member(jsii_name="ruleset")
|
|
@@ -4290,7 +4292,7 @@ class CfnDataQualityRuleset(
|
|
|
4290
4292
|
if __debug__:
|
|
4291
4293
|
type_hints = typing.get_type_hints(_typecheckingstub__f89426cd75d9e88eba122cc29f0542dfceb62cfb21e07d8b912deed58918f8db)
|
|
4292
4294
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4293
|
-
jsii.set(self, "ruleset", value)
|
|
4295
|
+
jsii.set(self, "ruleset", value) # pyright: ignore[reportArgumentType]
|
|
4294
4296
|
|
|
4295
4297
|
@builtins.property
|
|
4296
4298
|
@jsii.member(jsii_name="tags")
|
|
@@ -4303,7 +4305,7 @@ class CfnDataQualityRuleset(
|
|
|
4303
4305
|
if __debug__:
|
|
4304
4306
|
type_hints = typing.get_type_hints(_typecheckingstub__809d4010b3349232ca0d6023603914d402aeeedd96245959f582ca639b97209d)
|
|
4305
4307
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4306
|
-
jsii.set(self, "tags", value)
|
|
4308
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
4307
4309
|
|
|
4308
4310
|
@builtins.property
|
|
4309
4311
|
@jsii.member(jsii_name="targetTable")
|
|
@@ -4321,7 +4323,7 @@ class CfnDataQualityRuleset(
|
|
|
4321
4323
|
if __debug__:
|
|
4322
4324
|
type_hints = typing.get_type_hints(_typecheckingstub__e2eee281115746d453b02c60bac1ee159c50e3f758af73dcf2d6ada02e2cc1d0)
|
|
4323
4325
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4324
|
-
jsii.set(self, "targetTable", value)
|
|
4326
|
+
jsii.set(self, "targetTable", value) # pyright: ignore[reportArgumentType]
|
|
4325
4327
|
|
|
4326
4328
|
@jsii.data_type(
|
|
4327
4329
|
jsii_type="aws-cdk-lib.aws_glue.CfnDataQualityRuleset.DataQualityTargetTableProperty",
|
|
@@ -4585,7 +4587,10 @@ class CfnDatabase(
|
|
|
4585
4587
|
database_name="databaseName",
|
|
4586
4588
|
region="region"
|
|
4587
4589
|
)
|
|
4588
|
-
)
|
|
4590
|
+
),
|
|
4591
|
+
|
|
4592
|
+
# the properties below are optional
|
|
4593
|
+
database_name="databaseName"
|
|
4589
4594
|
)
|
|
4590
4595
|
'''
|
|
4591
4596
|
|
|
@@ -4596,18 +4601,24 @@ class CfnDatabase(
|
|
|
4596
4601
|
*,
|
|
4597
4602
|
catalog_id: builtins.str,
|
|
4598
4603
|
database_input: typing.Union[_IResolvable_da3f097b, typing.Union["CfnDatabase.DatabaseInputProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
4604
|
+
database_name: typing.Optional[builtins.str] = None,
|
|
4599
4605
|
) -> None:
|
|
4600
4606
|
'''
|
|
4601
4607
|
:param scope: Scope in which this resource is defined.
|
|
4602
4608
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
4603
4609
|
:param catalog_id: The AWS account ID for the account in which to create the catalog object. .. epigraph:: To specify the account ID, you can use the ``Ref`` intrinsic function with the ``AWS::AccountId`` pseudo parameter. For example: ``!Ref AWS::AccountId``
|
|
4604
4610
|
:param database_input: The metadata for the database.
|
|
4611
|
+
:param database_name: The name of the catalog database.
|
|
4605
4612
|
'''
|
|
4606
4613
|
if __debug__:
|
|
4607
4614
|
type_hints = typing.get_type_hints(_typecheckingstub__7145103c869df1a981612b4445af4fee59059eebaa09d55e36fa9961bbd0d271)
|
|
4608
4615
|
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
4609
4616
|
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
4610
|
-
props = CfnDatabaseProps(
|
|
4617
|
+
props = CfnDatabaseProps(
|
|
4618
|
+
catalog_id=catalog_id,
|
|
4619
|
+
database_input=database_input,
|
|
4620
|
+
database_name=database_name,
|
|
4621
|
+
)
|
|
4611
4622
|
|
|
4612
4623
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
4613
4624
|
|
|
@@ -4665,7 +4676,7 @@ class CfnDatabase(
|
|
|
4665
4676
|
if __debug__:
|
|
4666
4677
|
type_hints = typing.get_type_hints(_typecheckingstub__86a8e89801bb5dac6dbcec69f62eb5089c97eac21e4a7b226afccf50df44b861)
|
|
4667
4678
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4668
|
-
jsii.set(self, "catalogId", value)
|
|
4679
|
+
jsii.set(self, "catalogId", value) # pyright: ignore[reportArgumentType]
|
|
4669
4680
|
|
|
4670
4681
|
@builtins.property
|
|
4671
4682
|
@jsii.member(jsii_name="databaseInput")
|
|
@@ -4683,7 +4694,20 @@ class CfnDatabase(
|
|
|
4683
4694
|
if __debug__:
|
|
4684
4695
|
type_hints = typing.get_type_hints(_typecheckingstub__6e2364f804df0cc3d57e45e3e5c68968dc857adcab1747035408147542b2d495)
|
|
4685
4696
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4686
|
-
jsii.set(self, "databaseInput", value)
|
|
4697
|
+
jsii.set(self, "databaseInput", value) # pyright: ignore[reportArgumentType]
|
|
4698
|
+
|
|
4699
|
+
@builtins.property
|
|
4700
|
+
@jsii.member(jsii_name="databaseName")
|
|
4701
|
+
def database_name(self) -> typing.Optional[builtins.str]:
|
|
4702
|
+
'''The name of the catalog database.'''
|
|
4703
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "databaseName"))
|
|
4704
|
+
|
|
4705
|
+
@database_name.setter
|
|
4706
|
+
def database_name(self, value: typing.Optional[builtins.str]) -> None:
|
|
4707
|
+
if __debug__:
|
|
4708
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d28fb8105d8f6e44e28b949eb20a28aaef5ec741816a8936ee73fa9b7e77fba8)
|
|
4709
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4710
|
+
jsii.set(self, "databaseName", value) # pyright: ignore[reportArgumentType]
|
|
4687
4711
|
|
|
4688
4712
|
@jsii.data_type(
|
|
4689
4713
|
jsii_type="aws-cdk-lib.aws_glue.CfnDatabase.DataLakePrincipalProperty",
|
|
@@ -5154,7 +5178,11 @@ class CfnDatabase(
|
|
|
5154
5178
|
@jsii.data_type(
|
|
5155
5179
|
jsii_type="aws-cdk-lib.aws_glue.CfnDatabaseProps",
|
|
5156
5180
|
jsii_struct_bases=[],
|
|
5157
|
-
name_mapping={
|
|
5181
|
+
name_mapping={
|
|
5182
|
+
"catalog_id": "catalogId",
|
|
5183
|
+
"database_input": "databaseInput",
|
|
5184
|
+
"database_name": "databaseName",
|
|
5185
|
+
},
|
|
5158
5186
|
)
|
|
5159
5187
|
class CfnDatabaseProps:
|
|
5160
5188
|
def __init__(
|
|
@@ -5162,11 +5190,13 @@ class CfnDatabaseProps:
|
|
|
5162
5190
|
*,
|
|
5163
5191
|
catalog_id: builtins.str,
|
|
5164
5192
|
database_input: typing.Union[_IResolvable_da3f097b, typing.Union[CfnDatabase.DatabaseInputProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
5193
|
+
database_name: typing.Optional[builtins.str] = None,
|
|
5165
5194
|
) -> None:
|
|
5166
5195
|
'''Properties for defining a ``CfnDatabase``.
|
|
5167
5196
|
|
|
5168
5197
|
:param catalog_id: The AWS account ID for the account in which to create the catalog object. .. epigraph:: To specify the account ID, you can use the ``Ref`` intrinsic function with the ``AWS::AccountId`` pseudo parameter. For example: ``!Ref AWS::AccountId``
|
|
5169
5198
|
:param database_input: The metadata for the database.
|
|
5199
|
+
:param database_name: The name of the catalog database.
|
|
5170
5200
|
|
|
5171
5201
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html
|
|
5172
5202
|
:exampleMetadata: fixture=_generated
|
|
@@ -5201,17 +5231,23 @@ class CfnDatabaseProps:
|
|
|
5201
5231
|
database_name="databaseName",
|
|
5202
5232
|
region="region"
|
|
5203
5233
|
)
|
|
5204
|
-
)
|
|
5234
|
+
),
|
|
5235
|
+
|
|
5236
|
+
# the properties below are optional
|
|
5237
|
+
database_name="databaseName"
|
|
5205
5238
|
)
|
|
5206
5239
|
'''
|
|
5207
5240
|
if __debug__:
|
|
5208
5241
|
type_hints = typing.get_type_hints(_typecheckingstub__2352883ee521541265e5630512401b3837ac0875c8b4eced9967bf612ebac267)
|
|
5209
5242
|
check_type(argname="argument catalog_id", value=catalog_id, expected_type=type_hints["catalog_id"])
|
|
5210
5243
|
check_type(argname="argument database_input", value=database_input, expected_type=type_hints["database_input"])
|
|
5244
|
+
check_type(argname="argument database_name", value=database_name, expected_type=type_hints["database_name"])
|
|
5211
5245
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
5212
5246
|
"catalog_id": catalog_id,
|
|
5213
5247
|
"database_input": database_input,
|
|
5214
5248
|
}
|
|
5249
|
+
if database_name is not None:
|
|
5250
|
+
self._values["database_name"] = database_name
|
|
5215
5251
|
|
|
5216
5252
|
@builtins.property
|
|
5217
5253
|
def catalog_id(self) -> builtins.str:
|
|
@@ -5239,6 +5275,15 @@ class CfnDatabaseProps:
|
|
|
5239
5275
|
assert result is not None, "Required property 'database_input' is missing"
|
|
5240
5276
|
return typing.cast(typing.Union[_IResolvable_da3f097b, CfnDatabase.DatabaseInputProperty], result)
|
|
5241
5277
|
|
|
5278
|
+
@builtins.property
|
|
5279
|
+
def database_name(self) -> typing.Optional[builtins.str]:
|
|
5280
|
+
'''The name of the catalog database.
|
|
5281
|
+
|
|
5282
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html#cfn-glue-database-databasename
|
|
5283
|
+
'''
|
|
5284
|
+
result = self._values.get("database_name")
|
|
5285
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
5286
|
+
|
|
5242
5287
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
5243
5288
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
5244
5289
|
|
|
@@ -5419,7 +5464,7 @@ class CfnDevEndpoint(
|
|
|
5419
5464
|
if __debug__:
|
|
5420
5465
|
type_hints = typing.get_type_hints(_typecheckingstub__f3ba742e80db6ba15b810adbf5224257106f26a45069b05aa0962cf9d1acae18)
|
|
5421
5466
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5422
|
-
jsii.set(self, "roleArn", value)
|
|
5467
|
+
jsii.set(self, "roleArn", value) # pyright: ignore[reportArgumentType]
|
|
5423
5468
|
|
|
5424
5469
|
@builtins.property
|
|
5425
5470
|
@jsii.member(jsii_name="arguments")
|
|
@@ -5432,7 +5477,7 @@ class CfnDevEndpoint(
|
|
|
5432
5477
|
if __debug__:
|
|
5433
5478
|
type_hints = typing.get_type_hints(_typecheckingstub__1f7cd2d66e90d13b73d70f0cea82d85557e58e9448ea913c041c3bb9890fac7e)
|
|
5434
5479
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5435
|
-
jsii.set(self, "arguments", value)
|
|
5480
|
+
jsii.set(self, "arguments", value) # pyright: ignore[reportArgumentType]
|
|
5436
5481
|
|
|
5437
5482
|
@builtins.property
|
|
5438
5483
|
@jsii.member(jsii_name="endpointName")
|
|
@@ -5445,7 +5490,7 @@ class CfnDevEndpoint(
|
|
|
5445
5490
|
if __debug__:
|
|
5446
5491
|
type_hints = typing.get_type_hints(_typecheckingstub__a3656b1b0d044829185242e72e3a9d78c819cbc0c4b0c7432f1eb535414b5b17)
|
|
5447
5492
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5448
|
-
jsii.set(self, "endpointName", value)
|
|
5493
|
+
jsii.set(self, "endpointName", value) # pyright: ignore[reportArgumentType]
|
|
5449
5494
|
|
|
5450
5495
|
@builtins.property
|
|
5451
5496
|
@jsii.member(jsii_name="extraJarsS3Path")
|
|
@@ -5458,7 +5503,7 @@ class CfnDevEndpoint(
|
|
|
5458
5503
|
if __debug__:
|
|
5459
5504
|
type_hints = typing.get_type_hints(_typecheckingstub__e22b746e679f7c726ffcfb4c2ec05837d1aa0389da49de5598456a876e1b554a)
|
|
5460
5505
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5461
|
-
jsii.set(self, "extraJarsS3Path", value)
|
|
5506
|
+
jsii.set(self, "extraJarsS3Path", value) # pyright: ignore[reportArgumentType]
|
|
5462
5507
|
|
|
5463
5508
|
@builtins.property
|
|
5464
5509
|
@jsii.member(jsii_name="extraPythonLibsS3Path")
|
|
@@ -5471,7 +5516,7 @@ class CfnDevEndpoint(
|
|
|
5471
5516
|
if __debug__:
|
|
5472
5517
|
type_hints = typing.get_type_hints(_typecheckingstub__36f713fcb7ab5c574cc125a1fb44accac20e28686e76d617cf782eb65f0f7ba4)
|
|
5473
5518
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5474
|
-
jsii.set(self, "extraPythonLibsS3Path", value)
|
|
5519
|
+
jsii.set(self, "extraPythonLibsS3Path", value) # pyright: ignore[reportArgumentType]
|
|
5475
5520
|
|
|
5476
5521
|
@builtins.property
|
|
5477
5522
|
@jsii.member(jsii_name="glueVersion")
|
|
@@ -5484,7 +5529,7 @@ class CfnDevEndpoint(
|
|
|
5484
5529
|
if __debug__:
|
|
5485
5530
|
type_hints = typing.get_type_hints(_typecheckingstub__98ce29d45190375e16a82b2017ac8c9f720adba1c61cee92540176217662a1c3)
|
|
5486
5531
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5487
|
-
jsii.set(self, "glueVersion", value)
|
|
5532
|
+
jsii.set(self, "glueVersion", value) # pyright: ignore[reportArgumentType]
|
|
5488
5533
|
|
|
5489
5534
|
@builtins.property
|
|
5490
5535
|
@jsii.member(jsii_name="numberOfNodes")
|
|
@@ -5497,7 +5542,7 @@ class CfnDevEndpoint(
|
|
|
5497
5542
|
if __debug__:
|
|
5498
5543
|
type_hints = typing.get_type_hints(_typecheckingstub__4235e3cff351beb8894679d614311c5f7e1ecc504f7d84835c7517c54fc6044a)
|
|
5499
5544
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5500
|
-
jsii.set(self, "numberOfNodes", value)
|
|
5545
|
+
jsii.set(self, "numberOfNodes", value) # pyright: ignore[reportArgumentType]
|
|
5501
5546
|
|
|
5502
5547
|
@builtins.property
|
|
5503
5548
|
@jsii.member(jsii_name="numberOfWorkers")
|
|
@@ -5510,7 +5555,7 @@ class CfnDevEndpoint(
|
|
|
5510
5555
|
if __debug__:
|
|
5511
5556
|
type_hints = typing.get_type_hints(_typecheckingstub__9452cc6cc6f8a5fd5473515eef605e3672e7be0d39a719c23950636d6003249a)
|
|
5512
5557
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5513
|
-
jsii.set(self, "numberOfWorkers", value)
|
|
5558
|
+
jsii.set(self, "numberOfWorkers", value) # pyright: ignore[reportArgumentType]
|
|
5514
5559
|
|
|
5515
5560
|
@builtins.property
|
|
5516
5561
|
@jsii.member(jsii_name="publicKey")
|
|
@@ -5523,7 +5568,7 @@ class CfnDevEndpoint(
|
|
|
5523
5568
|
if __debug__:
|
|
5524
5569
|
type_hints = typing.get_type_hints(_typecheckingstub__cb34f4cce325bffcbaf7901df0a55caf15f7878b322e8314762796d8323cfc20)
|
|
5525
5570
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5526
|
-
jsii.set(self, "publicKey", value)
|
|
5571
|
+
jsii.set(self, "publicKey", value) # pyright: ignore[reportArgumentType]
|
|
5527
5572
|
|
|
5528
5573
|
@builtins.property
|
|
5529
5574
|
@jsii.member(jsii_name="publicKeys")
|
|
@@ -5536,7 +5581,7 @@ class CfnDevEndpoint(
|
|
|
5536
5581
|
if __debug__:
|
|
5537
5582
|
type_hints = typing.get_type_hints(_typecheckingstub__8943aff10625ef6c28e1a4686a3e4090206cdedd2fc46827336359b904a9cdbb)
|
|
5538
5583
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5539
|
-
jsii.set(self, "publicKeys", value)
|
|
5584
|
+
jsii.set(self, "publicKeys", value) # pyright: ignore[reportArgumentType]
|
|
5540
5585
|
|
|
5541
5586
|
@builtins.property
|
|
5542
5587
|
@jsii.member(jsii_name="securityConfiguration")
|
|
@@ -5549,7 +5594,7 @@ class CfnDevEndpoint(
|
|
|
5549
5594
|
if __debug__:
|
|
5550
5595
|
type_hints = typing.get_type_hints(_typecheckingstub__ec27168647e97503a81f083dd382a6a5792e1c7a34be7ce7c8e3ce1b24ca0eca)
|
|
5551
5596
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5552
|
-
jsii.set(self, "securityConfiguration", value)
|
|
5597
|
+
jsii.set(self, "securityConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
5553
5598
|
|
|
5554
5599
|
@builtins.property
|
|
5555
5600
|
@jsii.member(jsii_name="securityGroupIds")
|
|
@@ -5565,7 +5610,7 @@ class CfnDevEndpoint(
|
|
|
5565
5610
|
if __debug__:
|
|
5566
5611
|
type_hints = typing.get_type_hints(_typecheckingstub__bc83e99874e70b5e3e40d0d86646d5472a372806976261bd02f95cbed414fd29)
|
|
5567
5612
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5568
|
-
jsii.set(self, "securityGroupIds", value)
|
|
5613
|
+
jsii.set(self, "securityGroupIds", value) # pyright: ignore[reportArgumentType]
|
|
5569
5614
|
|
|
5570
5615
|
@builtins.property
|
|
5571
5616
|
@jsii.member(jsii_name="subnetId")
|
|
@@ -5578,7 +5623,7 @@ class CfnDevEndpoint(
|
|
|
5578
5623
|
if __debug__:
|
|
5579
5624
|
type_hints = typing.get_type_hints(_typecheckingstub__a1fd805ade2dd824f981ba7d8026f5d5425fb676f266db5338e748229fe33c40)
|
|
5580
5625
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5581
|
-
jsii.set(self, "subnetId", value)
|
|
5626
|
+
jsii.set(self, "subnetId", value) # pyright: ignore[reportArgumentType]
|
|
5582
5627
|
|
|
5583
5628
|
@builtins.property
|
|
5584
5629
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -5591,7 +5636,7 @@ class CfnDevEndpoint(
|
|
|
5591
5636
|
if __debug__:
|
|
5592
5637
|
type_hints = typing.get_type_hints(_typecheckingstub__03002f2a13cc3cbf7cf9bb6d6a81931afcc4646ea26bd164b4b95dcd73f6fa3f)
|
|
5593
5638
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5594
|
-
jsii.set(self, "tagsRaw", value)
|
|
5639
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
5595
5640
|
|
|
5596
5641
|
@builtins.property
|
|
5597
5642
|
@jsii.member(jsii_name="workerType")
|
|
@@ -5604,7 +5649,7 @@ class CfnDevEndpoint(
|
|
|
5604
5649
|
if __debug__:
|
|
5605
5650
|
type_hints = typing.get_type_hints(_typecheckingstub__ce7ed9ca11cbfba09db8e54f347bcd3ff43297ea4bb0dc406683cb9e0186fa1e)
|
|
5606
5651
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5607
|
-
jsii.set(self, "workerType", value)
|
|
5652
|
+
jsii.set(self, "workerType", value) # pyright: ignore[reportArgumentType]
|
|
5608
5653
|
|
|
5609
5654
|
|
|
5610
5655
|
@jsii.data_type(
|
|
@@ -6147,7 +6192,7 @@ class CfnJob(
|
|
|
6147
6192
|
if __debug__:
|
|
6148
6193
|
type_hints = typing.get_type_hints(_typecheckingstub__92e6559d7b7e4750985b75f86ff0ead213e6dcf804f0f9d87d12c5dd11ef4b68)
|
|
6149
6194
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6150
|
-
jsii.set(self, "command", value)
|
|
6195
|
+
jsii.set(self, "command", value) # pyright: ignore[reportArgumentType]
|
|
6151
6196
|
|
|
6152
6197
|
@builtins.property
|
|
6153
6198
|
@jsii.member(jsii_name="role")
|
|
@@ -6160,7 +6205,7 @@ class CfnJob(
|
|
|
6160
6205
|
if __debug__:
|
|
6161
6206
|
type_hints = typing.get_type_hints(_typecheckingstub__d6215be83f5dcb82628d4c0f7daff3e6e5a40b7ba8133cbdd559c85f264c8248)
|
|
6162
6207
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6163
|
-
jsii.set(self, "role", value)
|
|
6208
|
+
jsii.set(self, "role", value) # pyright: ignore[reportArgumentType]
|
|
6164
6209
|
|
|
6165
6210
|
@builtins.property
|
|
6166
6211
|
@jsii.member(jsii_name="allocatedCapacity")
|
|
@@ -6176,7 +6221,7 @@ class CfnJob(
|
|
|
6176
6221
|
if __debug__:
|
|
6177
6222
|
type_hints = typing.get_type_hints(_typecheckingstub__5e8f0c1f38624103ad14795e648b3d5168a0409e14719e267939220545367271)
|
|
6178
6223
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6179
|
-
jsii.set(self, "allocatedCapacity", value)
|
|
6224
|
+
jsii.set(self, "allocatedCapacity", value) # pyright: ignore[reportArgumentType]
|
|
6180
6225
|
|
|
6181
6226
|
@builtins.property
|
|
6182
6227
|
@jsii.member(jsii_name="connections")
|
|
@@ -6194,7 +6239,7 @@ class CfnJob(
|
|
|
6194
6239
|
if __debug__:
|
|
6195
6240
|
type_hints = typing.get_type_hints(_typecheckingstub__54148ad575a4b3d562b59f1200c3e45bd7838ddba81c25e024f8359b11bcc075)
|
|
6196
6241
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6197
|
-
jsii.set(self, "connections", value)
|
|
6242
|
+
jsii.set(self, "connections", value) # pyright: ignore[reportArgumentType]
|
|
6198
6243
|
|
|
6199
6244
|
@builtins.property
|
|
6200
6245
|
@jsii.member(jsii_name="defaultArguments")
|
|
@@ -6207,7 +6252,7 @@ class CfnJob(
|
|
|
6207
6252
|
if __debug__:
|
|
6208
6253
|
type_hints = typing.get_type_hints(_typecheckingstub__e02555d63017f6d2d384ad19fac040a7af8d997186aa0f5944d58f0edeb3d405)
|
|
6209
6254
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6210
|
-
jsii.set(self, "defaultArguments", value)
|
|
6255
|
+
jsii.set(self, "defaultArguments", value) # pyright: ignore[reportArgumentType]
|
|
6211
6256
|
|
|
6212
6257
|
@builtins.property
|
|
6213
6258
|
@jsii.member(jsii_name="description")
|
|
@@ -6220,7 +6265,7 @@ class CfnJob(
|
|
|
6220
6265
|
if __debug__:
|
|
6221
6266
|
type_hints = typing.get_type_hints(_typecheckingstub__c83f3f89400406aba1208c6fc333278a0e35af3b3730a8e266df0815d59250ef)
|
|
6222
6267
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6223
|
-
jsii.set(self, "description", value)
|
|
6268
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
6224
6269
|
|
|
6225
6270
|
@builtins.property
|
|
6226
6271
|
@jsii.member(jsii_name="executionClass")
|
|
@@ -6233,7 +6278,7 @@ class CfnJob(
|
|
|
6233
6278
|
if __debug__:
|
|
6234
6279
|
type_hints = typing.get_type_hints(_typecheckingstub__c98638b6313e2e604e3d982eb0c830608a266977cd3c1a3547296e48a712e454)
|
|
6235
6280
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6236
|
-
jsii.set(self, "executionClass", value)
|
|
6281
|
+
jsii.set(self, "executionClass", value) # pyright: ignore[reportArgumentType]
|
|
6237
6282
|
|
|
6238
6283
|
@builtins.property
|
|
6239
6284
|
@jsii.member(jsii_name="executionProperty")
|
|
@@ -6251,7 +6296,7 @@ class CfnJob(
|
|
|
6251
6296
|
if __debug__:
|
|
6252
6297
|
type_hints = typing.get_type_hints(_typecheckingstub__288a9558b01117977548bd27d8b359f6aabd127fbbae8871f921f4f4ad731aa0)
|
|
6253
6298
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6254
|
-
jsii.set(self, "executionProperty", value)
|
|
6299
|
+
jsii.set(self, "executionProperty", value) # pyright: ignore[reportArgumentType]
|
|
6255
6300
|
|
|
6256
6301
|
@builtins.property
|
|
6257
6302
|
@jsii.member(jsii_name="glueVersion")
|
|
@@ -6264,7 +6309,7 @@ class CfnJob(
|
|
|
6264
6309
|
if __debug__:
|
|
6265
6310
|
type_hints = typing.get_type_hints(_typecheckingstub__f36e5a6a7d1a062f3bf5d8b7176a1f0f8c07bc3e7e725aefec8d86d74b346411)
|
|
6266
6311
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6267
|
-
jsii.set(self, "glueVersion", value)
|
|
6312
|
+
jsii.set(self, "glueVersion", value) # pyright: ignore[reportArgumentType]
|
|
6268
6313
|
|
|
6269
6314
|
@builtins.property
|
|
6270
6315
|
@jsii.member(jsii_name="logUri")
|
|
@@ -6277,7 +6322,7 @@ class CfnJob(
|
|
|
6277
6322
|
if __debug__:
|
|
6278
6323
|
type_hints = typing.get_type_hints(_typecheckingstub__9ca81eaaed120981305eb66586283b558b72d3b37cb0098234ec82c56f1d637a)
|
|
6279
6324
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6280
|
-
jsii.set(self, "logUri", value)
|
|
6325
|
+
jsii.set(self, "logUri", value) # pyright: ignore[reportArgumentType]
|
|
6281
6326
|
|
|
6282
6327
|
@builtins.property
|
|
6283
6328
|
@jsii.member(jsii_name="maintenanceWindow")
|
|
@@ -6290,7 +6335,7 @@ class CfnJob(
|
|
|
6290
6335
|
if __debug__:
|
|
6291
6336
|
type_hints = typing.get_type_hints(_typecheckingstub__42885410f13bc9dd6ce3f11fca98e52266bcf89c43473b8d39f8980ef7b211d0)
|
|
6292
6337
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6293
|
-
jsii.set(self, "maintenanceWindow", value)
|
|
6338
|
+
jsii.set(self, "maintenanceWindow", value) # pyright: ignore[reportArgumentType]
|
|
6294
6339
|
|
|
6295
6340
|
@builtins.property
|
|
6296
6341
|
@jsii.member(jsii_name="maxCapacity")
|
|
@@ -6303,7 +6348,7 @@ class CfnJob(
|
|
|
6303
6348
|
if __debug__:
|
|
6304
6349
|
type_hints = typing.get_type_hints(_typecheckingstub__6a764dd1178d54ad958e98a11fae132faf1dc82baf8cc6de7a480139bec56d6c)
|
|
6305
6350
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6306
|
-
jsii.set(self, "maxCapacity", value)
|
|
6351
|
+
jsii.set(self, "maxCapacity", value) # pyright: ignore[reportArgumentType]
|
|
6307
6352
|
|
|
6308
6353
|
@builtins.property
|
|
6309
6354
|
@jsii.member(jsii_name="maxRetries")
|
|
@@ -6316,7 +6361,7 @@ class CfnJob(
|
|
|
6316
6361
|
if __debug__:
|
|
6317
6362
|
type_hints = typing.get_type_hints(_typecheckingstub__747e11b9e0393534a2a604c6185f8016b6350fbf93c4b5cc55c96315ddb87867)
|
|
6318
6363
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6319
|
-
jsii.set(self, "maxRetries", value)
|
|
6364
|
+
jsii.set(self, "maxRetries", value) # pyright: ignore[reportArgumentType]
|
|
6320
6365
|
|
|
6321
6366
|
@builtins.property
|
|
6322
6367
|
@jsii.member(jsii_name="name")
|
|
@@ -6329,7 +6374,7 @@ class CfnJob(
|
|
|
6329
6374
|
if __debug__:
|
|
6330
6375
|
type_hints = typing.get_type_hints(_typecheckingstub__34834931355b72bf0842139ae8010d5c3e556cc67c00f907c4e39b8297ecae5d)
|
|
6331
6376
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6332
|
-
jsii.set(self, "name", value)
|
|
6377
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
6333
6378
|
|
|
6334
6379
|
@builtins.property
|
|
6335
6380
|
@jsii.member(jsii_name="nonOverridableArguments")
|
|
@@ -6342,7 +6387,7 @@ class CfnJob(
|
|
|
6342
6387
|
if __debug__:
|
|
6343
6388
|
type_hints = typing.get_type_hints(_typecheckingstub__68288520cd14059f70bcdca01796f4f53b90b28bd9200d4a3771f70a8977093c)
|
|
6344
6389
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6345
|
-
jsii.set(self, "nonOverridableArguments", value)
|
|
6390
|
+
jsii.set(self, "nonOverridableArguments", value) # pyright: ignore[reportArgumentType]
|
|
6346
6391
|
|
|
6347
6392
|
@builtins.property
|
|
6348
6393
|
@jsii.member(jsii_name="notificationProperty")
|
|
@@ -6360,7 +6405,7 @@ class CfnJob(
|
|
|
6360
6405
|
if __debug__:
|
|
6361
6406
|
type_hints = typing.get_type_hints(_typecheckingstub__886cabf7d73da58088c752153f330c0b15d55d0334b2e6e1429c361c244fa40b)
|
|
6362
6407
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6363
|
-
jsii.set(self, "notificationProperty", value)
|
|
6408
|
+
jsii.set(self, "notificationProperty", value) # pyright: ignore[reportArgumentType]
|
|
6364
6409
|
|
|
6365
6410
|
@builtins.property
|
|
6366
6411
|
@jsii.member(jsii_name="numberOfWorkers")
|
|
@@ -6373,7 +6418,7 @@ class CfnJob(
|
|
|
6373
6418
|
if __debug__:
|
|
6374
6419
|
type_hints = typing.get_type_hints(_typecheckingstub__3dd8b61874c785b7e401c38c72a26b663aafa165c05e223526a1b04215648b44)
|
|
6375
6420
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6376
|
-
jsii.set(self, "numberOfWorkers", value)
|
|
6421
|
+
jsii.set(self, "numberOfWorkers", value) # pyright: ignore[reportArgumentType]
|
|
6377
6422
|
|
|
6378
6423
|
@builtins.property
|
|
6379
6424
|
@jsii.member(jsii_name="securityConfiguration")
|
|
@@ -6386,7 +6431,7 @@ class CfnJob(
|
|
|
6386
6431
|
if __debug__:
|
|
6387
6432
|
type_hints = typing.get_type_hints(_typecheckingstub__686551f876de8c0263f876f1f95fa84db57247f0bfd43e39fd7e27705da22d75)
|
|
6388
6433
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6389
|
-
jsii.set(self, "securityConfiguration", value)
|
|
6434
|
+
jsii.set(self, "securityConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
6390
6435
|
|
|
6391
6436
|
@builtins.property
|
|
6392
6437
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -6399,7 +6444,7 @@ class CfnJob(
|
|
|
6399
6444
|
if __debug__:
|
|
6400
6445
|
type_hints = typing.get_type_hints(_typecheckingstub__542d438feaf9522e0e8293fe9c53267730a064a757ebc71e8aa9fd97d002c38c)
|
|
6401
6446
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6402
|
-
jsii.set(self, "tagsRaw", value)
|
|
6447
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
6403
6448
|
|
|
6404
6449
|
@builtins.property
|
|
6405
6450
|
@jsii.member(jsii_name="timeout")
|
|
@@ -6412,7 +6457,7 @@ class CfnJob(
|
|
|
6412
6457
|
if __debug__:
|
|
6413
6458
|
type_hints = typing.get_type_hints(_typecheckingstub__c12c03e51261ea1008482a07620562f930d2ee59fec35bf127da7d754e08de3d)
|
|
6414
6459
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6415
|
-
jsii.set(self, "timeout", value)
|
|
6460
|
+
jsii.set(self, "timeout", value) # pyright: ignore[reportArgumentType]
|
|
6416
6461
|
|
|
6417
6462
|
@builtins.property
|
|
6418
6463
|
@jsii.member(jsii_name="workerType")
|
|
@@ -6425,7 +6470,7 @@ class CfnJob(
|
|
|
6425
6470
|
if __debug__:
|
|
6426
6471
|
type_hints = typing.get_type_hints(_typecheckingstub__f6b16368f5ffc1ef3ea15b397687a68037aa7eebf6a316b97ece9c4f3e17d49f)
|
|
6427
6472
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6428
|
-
jsii.set(self, "workerType", value)
|
|
6473
|
+
jsii.set(self, "workerType", value) # pyright: ignore[reportArgumentType]
|
|
6429
6474
|
|
|
6430
6475
|
@jsii.data_type(
|
|
6431
6476
|
jsii_type="aws-cdk-lib.aws_glue.CfnJob.ConnectionsListProperty",
|
|
@@ -7345,7 +7390,7 @@ class CfnMLTransform(
|
|
|
7345
7390
|
if __debug__:
|
|
7346
7391
|
type_hints = typing.get_type_hints(_typecheckingstub__54fd840993f985c80395aeca9c3bc8723d003f9914e7c4e4a7890214daecad59)
|
|
7347
7392
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7348
|
-
jsii.set(self, "inputRecordTables", value)
|
|
7393
|
+
jsii.set(self, "inputRecordTables", value) # pyright: ignore[reportArgumentType]
|
|
7349
7394
|
|
|
7350
7395
|
@builtins.property
|
|
7351
7396
|
@jsii.member(jsii_name="role")
|
|
@@ -7358,7 +7403,7 @@ class CfnMLTransform(
|
|
|
7358
7403
|
if __debug__:
|
|
7359
7404
|
type_hints = typing.get_type_hints(_typecheckingstub__ee501d5b7fc7fb085aeae9cabacd68b8b8d9f9866700a8a370252e40d31650bc)
|
|
7360
7405
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7361
|
-
jsii.set(self, "role", value)
|
|
7406
|
+
jsii.set(self, "role", value) # pyright: ignore[reportArgumentType]
|
|
7362
7407
|
|
|
7363
7408
|
@builtins.property
|
|
7364
7409
|
@jsii.member(jsii_name="transformParameters")
|
|
@@ -7376,7 +7421,7 @@ class CfnMLTransform(
|
|
|
7376
7421
|
if __debug__:
|
|
7377
7422
|
type_hints = typing.get_type_hints(_typecheckingstub__32022d812fa908378c1d2e724a2377474b2ce1f4f966dddbf71ad1f1c9d13dff)
|
|
7378
7423
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7379
|
-
jsii.set(self, "transformParameters", value)
|
|
7424
|
+
jsii.set(self, "transformParameters", value) # pyright: ignore[reportArgumentType]
|
|
7380
7425
|
|
|
7381
7426
|
@builtins.property
|
|
7382
7427
|
@jsii.member(jsii_name="description")
|
|
@@ -7389,7 +7434,7 @@ class CfnMLTransform(
|
|
|
7389
7434
|
if __debug__:
|
|
7390
7435
|
type_hints = typing.get_type_hints(_typecheckingstub__0f2e6f1cc38d1a413374f9b9d4c02417e959e5f3077812b1cd868c70d042a16f)
|
|
7391
7436
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7392
|
-
jsii.set(self, "description", value)
|
|
7437
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
7393
7438
|
|
|
7394
7439
|
@builtins.property
|
|
7395
7440
|
@jsii.member(jsii_name="glueVersion")
|
|
@@ -7402,7 +7447,7 @@ class CfnMLTransform(
|
|
|
7402
7447
|
if __debug__:
|
|
7403
7448
|
type_hints = typing.get_type_hints(_typecheckingstub__4646b4f4efc89b1d9dc0884d55d7b11dd5293a19543a11bd2e2263d781af4a1d)
|
|
7404
7449
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7405
|
-
jsii.set(self, "glueVersion", value)
|
|
7450
|
+
jsii.set(self, "glueVersion", value) # pyright: ignore[reportArgumentType]
|
|
7406
7451
|
|
|
7407
7452
|
@builtins.property
|
|
7408
7453
|
@jsii.member(jsii_name="maxCapacity")
|
|
@@ -7415,7 +7460,7 @@ class CfnMLTransform(
|
|
|
7415
7460
|
if __debug__:
|
|
7416
7461
|
type_hints = typing.get_type_hints(_typecheckingstub__6d7678713b6284330c12e1b7e5e0121d21dec44a07c295ccf2831f5ebfda27c6)
|
|
7417
7462
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7418
|
-
jsii.set(self, "maxCapacity", value)
|
|
7463
|
+
jsii.set(self, "maxCapacity", value) # pyright: ignore[reportArgumentType]
|
|
7419
7464
|
|
|
7420
7465
|
@builtins.property
|
|
7421
7466
|
@jsii.member(jsii_name="maxRetries")
|
|
@@ -7428,7 +7473,7 @@ class CfnMLTransform(
|
|
|
7428
7473
|
if __debug__:
|
|
7429
7474
|
type_hints = typing.get_type_hints(_typecheckingstub__b160c59f4536e5ba52b74262cc6c6277e29a9bb5d974893cb0aee1fdf2a93fa2)
|
|
7430
7475
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7431
|
-
jsii.set(self, "maxRetries", value)
|
|
7476
|
+
jsii.set(self, "maxRetries", value) # pyright: ignore[reportArgumentType]
|
|
7432
7477
|
|
|
7433
7478
|
@builtins.property
|
|
7434
7479
|
@jsii.member(jsii_name="name")
|
|
@@ -7444,7 +7489,7 @@ class CfnMLTransform(
|
|
|
7444
7489
|
if __debug__:
|
|
7445
7490
|
type_hints = typing.get_type_hints(_typecheckingstub__97cb29ae8ccb30f3ace545620215abebebb628b2c7d82e15cb1e9519bb20db6c)
|
|
7446
7491
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7447
|
-
jsii.set(self, "name", value)
|
|
7492
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
7448
7493
|
|
|
7449
7494
|
@builtins.property
|
|
7450
7495
|
@jsii.member(jsii_name="numberOfWorkers")
|
|
@@ -7457,7 +7502,7 @@ class CfnMLTransform(
|
|
|
7457
7502
|
if __debug__:
|
|
7458
7503
|
type_hints = typing.get_type_hints(_typecheckingstub__2c04ef8b7c306add821bddff56dbf5750b8115ac7dcd8c9ef30267c9df9f57ce)
|
|
7459
7504
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7460
|
-
jsii.set(self, "numberOfWorkers", value)
|
|
7505
|
+
jsii.set(self, "numberOfWorkers", value) # pyright: ignore[reportArgumentType]
|
|
7461
7506
|
|
|
7462
7507
|
@builtins.property
|
|
7463
7508
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -7470,7 +7515,7 @@ class CfnMLTransform(
|
|
|
7470
7515
|
if __debug__:
|
|
7471
7516
|
type_hints = typing.get_type_hints(_typecheckingstub__7bcba5ebc0f231f7604a777a23c7985de7effc5b17647f8eb4388c48526da0ea)
|
|
7472
7517
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7473
|
-
jsii.set(self, "tagsRaw", value)
|
|
7518
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
7474
7519
|
|
|
7475
7520
|
@builtins.property
|
|
7476
7521
|
@jsii.member(jsii_name="timeout")
|
|
@@ -7483,7 +7528,7 @@ class CfnMLTransform(
|
|
|
7483
7528
|
if __debug__:
|
|
7484
7529
|
type_hints = typing.get_type_hints(_typecheckingstub__0d453ce28abce1d452e03956918ae4226d76e061240e5ae5102f955efe877cfc)
|
|
7485
7530
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7486
|
-
jsii.set(self, "timeout", value)
|
|
7531
|
+
jsii.set(self, "timeout", value) # pyright: ignore[reportArgumentType]
|
|
7487
7532
|
|
|
7488
7533
|
@builtins.property
|
|
7489
7534
|
@jsii.member(jsii_name="transformEncryption")
|
|
@@ -7501,7 +7546,7 @@ class CfnMLTransform(
|
|
|
7501
7546
|
if __debug__:
|
|
7502
7547
|
type_hints = typing.get_type_hints(_typecheckingstub__e334953b8c4313c154db54fc8c4faa48859bad94c59b631d2bf8ead2740ffad1)
|
|
7503
7548
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7504
|
-
jsii.set(self, "transformEncryption", value)
|
|
7549
|
+
jsii.set(self, "transformEncryption", value) # pyright: ignore[reportArgumentType]
|
|
7505
7550
|
|
|
7506
7551
|
@builtins.property
|
|
7507
7552
|
@jsii.member(jsii_name="workerType")
|
|
@@ -7514,7 +7559,7 @@ class CfnMLTransform(
|
|
|
7514
7559
|
if __debug__:
|
|
7515
7560
|
type_hints = typing.get_type_hints(_typecheckingstub__1f54a6e39b64aa4029e491424b0cd24a6797c45e24fe6065a5fccd306f38e053)
|
|
7516
7561
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7517
|
-
jsii.set(self, "workerType", value)
|
|
7562
|
+
jsii.set(self, "workerType", value) # pyright: ignore[reportArgumentType]
|
|
7518
7563
|
|
|
7519
7564
|
@jsii.data_type(
|
|
7520
7565
|
jsii_type="aws-cdk-lib.aws_glue.CfnMLTransform.FindMatchesParametersProperty",
|
|
@@ -8567,7 +8612,7 @@ class CfnPartition(
|
|
|
8567
8612
|
if __debug__:
|
|
8568
8613
|
type_hints = typing.get_type_hints(_typecheckingstub__8f05fc58a7dc1eb68d886a76ecea23887719e05c9a816ad3a6a82999eda2fdf9)
|
|
8569
8614
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8570
|
-
jsii.set(self, "catalogId", value)
|
|
8615
|
+
jsii.set(self, "catalogId", value) # pyright: ignore[reportArgumentType]
|
|
8571
8616
|
|
|
8572
8617
|
@builtins.property
|
|
8573
8618
|
@jsii.member(jsii_name="databaseName")
|
|
@@ -8580,7 +8625,7 @@ class CfnPartition(
|
|
|
8580
8625
|
if __debug__:
|
|
8581
8626
|
type_hints = typing.get_type_hints(_typecheckingstub__2762d2587b458636fd5397b14953879deb18c5a9e411047982e4ecff34ece56c)
|
|
8582
8627
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8583
|
-
jsii.set(self, "databaseName", value)
|
|
8628
|
+
jsii.set(self, "databaseName", value) # pyright: ignore[reportArgumentType]
|
|
8584
8629
|
|
|
8585
8630
|
@builtins.property
|
|
8586
8631
|
@jsii.member(jsii_name="partitionInput")
|
|
@@ -8598,7 +8643,7 @@ class CfnPartition(
|
|
|
8598
8643
|
if __debug__:
|
|
8599
8644
|
type_hints = typing.get_type_hints(_typecheckingstub__a04341e86b5b0abb4af36bb01085e5230c242739cfcb7d8670acc5c03597f004)
|
|
8600
8645
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8601
|
-
jsii.set(self, "partitionInput", value)
|
|
8646
|
+
jsii.set(self, "partitionInput", value) # pyright: ignore[reportArgumentType]
|
|
8602
8647
|
|
|
8603
8648
|
@builtins.property
|
|
8604
8649
|
@jsii.member(jsii_name="tableName")
|
|
@@ -8611,7 +8656,7 @@ class CfnPartition(
|
|
|
8611
8656
|
if __debug__:
|
|
8612
8657
|
type_hints = typing.get_type_hints(_typecheckingstub__407a57f0321dcc4b1394792773d1290f6cc36a639f46075ab9d69357bcf87d5e)
|
|
8613
8658
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8614
|
-
jsii.set(self, "tableName", value)
|
|
8659
|
+
jsii.set(self, "tableName", value) # pyright: ignore[reportArgumentType]
|
|
8615
8660
|
|
|
8616
8661
|
@jsii.data_type(
|
|
8617
8662
|
jsii_type="aws-cdk-lib.aws_glue.CfnPartition.ColumnProperty",
|
|
@@ -9875,7 +9920,7 @@ class CfnRegistry(
|
|
|
9875
9920
|
if __debug__:
|
|
9876
9921
|
type_hints = typing.get_type_hints(_typecheckingstub__1b08a23e9e0a8332240d398591fb00a0705ae1c744f78c8c7f99d6d42cbbbfe2)
|
|
9877
9922
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9878
|
-
jsii.set(self, "name", value)
|
|
9923
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
9879
9924
|
|
|
9880
9925
|
@builtins.property
|
|
9881
9926
|
@jsii.member(jsii_name="description")
|
|
@@ -9888,7 +9933,7 @@ class CfnRegistry(
|
|
|
9888
9933
|
if __debug__:
|
|
9889
9934
|
type_hints = typing.get_type_hints(_typecheckingstub__86912387bdaf3c2b7844a0b55fafc22c116e70b5bcd99b91ed151e3649a7d992)
|
|
9890
9935
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9891
|
-
jsii.set(self, "description", value)
|
|
9936
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
9892
9937
|
|
|
9893
9938
|
@builtins.property
|
|
9894
9939
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -9901,7 +9946,7 @@ class CfnRegistry(
|
|
|
9901
9946
|
if __debug__:
|
|
9902
9947
|
type_hints = typing.get_type_hints(_typecheckingstub__3addc589422a8772c97f55547db6d321590b6a3078e00ea158feb432c9141727)
|
|
9903
9948
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9904
|
-
jsii.set(self, "tagsRaw", value)
|
|
9949
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
9905
9950
|
|
|
9906
9951
|
|
|
9907
9952
|
@jsii.data_type(
|
|
@@ -10150,7 +10195,7 @@ class CfnSchema(
|
|
|
10150
10195
|
if __debug__:
|
|
10151
10196
|
type_hints = typing.get_type_hints(_typecheckingstub__b73978872411b0a345203986e3747c7d8e8aa6c7a7d84c98ea032c8a52dbfe31)
|
|
10152
10197
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10153
|
-
jsii.set(self, "compatibility", value)
|
|
10198
|
+
jsii.set(self, "compatibility", value) # pyright: ignore[reportArgumentType]
|
|
10154
10199
|
|
|
10155
10200
|
@builtins.property
|
|
10156
10201
|
@jsii.member(jsii_name="dataFormat")
|
|
@@ -10163,7 +10208,7 @@ class CfnSchema(
|
|
|
10163
10208
|
if __debug__:
|
|
10164
10209
|
type_hints = typing.get_type_hints(_typecheckingstub__f5e37c443190efe6042f27de7c8f6bcb3356c41291ed3f6e60f326b159aa86c6)
|
|
10165
10210
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10166
|
-
jsii.set(self, "dataFormat", value)
|
|
10211
|
+
jsii.set(self, "dataFormat", value) # pyright: ignore[reportArgumentType]
|
|
10167
10212
|
|
|
10168
10213
|
@builtins.property
|
|
10169
10214
|
@jsii.member(jsii_name="name")
|
|
@@ -10176,7 +10221,7 @@ class CfnSchema(
|
|
|
10176
10221
|
if __debug__:
|
|
10177
10222
|
type_hints = typing.get_type_hints(_typecheckingstub__ff3dcb47edaa294c6caf2b08476ad6ab296e0af75fac6f4cff50f7d0702daa85)
|
|
10178
10223
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10179
|
-
jsii.set(self, "name", value)
|
|
10224
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
10180
10225
|
|
|
10181
10226
|
@builtins.property
|
|
10182
10227
|
@jsii.member(jsii_name="schemaDefinition")
|
|
@@ -10189,7 +10234,7 @@ class CfnSchema(
|
|
|
10189
10234
|
if __debug__:
|
|
10190
10235
|
type_hints = typing.get_type_hints(_typecheckingstub__0425f83d697fdeb65b7ad72b89add3f188c811ceb74503e3deeda6f8fd774134)
|
|
10191
10236
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10192
|
-
jsii.set(self, "schemaDefinition", value)
|
|
10237
|
+
jsii.set(self, "schemaDefinition", value) # pyright: ignore[reportArgumentType]
|
|
10193
10238
|
|
|
10194
10239
|
@builtins.property
|
|
10195
10240
|
@jsii.member(jsii_name="checkpointVersion")
|
|
@@ -10207,7 +10252,7 @@ class CfnSchema(
|
|
|
10207
10252
|
if __debug__:
|
|
10208
10253
|
type_hints = typing.get_type_hints(_typecheckingstub__2e496b746565a2a907c7b308108c0f360ed6e1d756d065268762427d0c0195ca)
|
|
10209
10254
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10210
|
-
jsii.set(self, "checkpointVersion", value)
|
|
10255
|
+
jsii.set(self, "checkpointVersion", value) # pyright: ignore[reportArgumentType]
|
|
10211
10256
|
|
|
10212
10257
|
@builtins.property
|
|
10213
10258
|
@jsii.member(jsii_name="description")
|
|
@@ -10220,7 +10265,7 @@ class CfnSchema(
|
|
|
10220
10265
|
if __debug__:
|
|
10221
10266
|
type_hints = typing.get_type_hints(_typecheckingstub__256a8ca904755342242bfb57993a7b4a73841aa88a6f73b4533a2ecca3f961d4)
|
|
10222
10267
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10223
|
-
jsii.set(self, "description", value)
|
|
10268
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
10224
10269
|
|
|
10225
10270
|
@builtins.property
|
|
10226
10271
|
@jsii.member(jsii_name="registry")
|
|
@@ -10238,7 +10283,7 @@ class CfnSchema(
|
|
|
10238
10283
|
if __debug__:
|
|
10239
10284
|
type_hints = typing.get_type_hints(_typecheckingstub__d9180e06f6739c2a1783c2974f71f4a42d49ca8423d693d37b0c96b31d3092bb)
|
|
10240
10285
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10241
|
-
jsii.set(self, "registry", value)
|
|
10286
|
+
jsii.set(self, "registry", value) # pyright: ignore[reportArgumentType]
|
|
10242
10287
|
|
|
10243
10288
|
@builtins.property
|
|
10244
10289
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -10251,7 +10296,7 @@ class CfnSchema(
|
|
|
10251
10296
|
if __debug__:
|
|
10252
10297
|
type_hints = typing.get_type_hints(_typecheckingstub__2060d4f7f98e703465a1d2f6e55970d3e0767652cb30c60bd1dfb69101403c47)
|
|
10253
10298
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10254
|
-
jsii.set(self, "tagsRaw", value)
|
|
10299
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
10255
10300
|
|
|
10256
10301
|
@jsii.data_type(
|
|
10257
10302
|
jsii_type="aws-cdk-lib.aws_glue.CfnSchema.RegistryProperty",
|
|
@@ -10700,7 +10745,7 @@ class CfnSchemaVersion(
|
|
|
10700
10745
|
if __debug__:
|
|
10701
10746
|
type_hints = typing.get_type_hints(_typecheckingstub__5443b6104677a75bc9caf64ee057fa55e785bec78f049fc4f5e67efd29bf7461)
|
|
10702
10747
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10703
|
-
jsii.set(self, "schema", value)
|
|
10748
|
+
jsii.set(self, "schema", value) # pyright: ignore[reportArgumentType]
|
|
10704
10749
|
|
|
10705
10750
|
@builtins.property
|
|
10706
10751
|
@jsii.member(jsii_name="schemaDefinition")
|
|
@@ -10713,7 +10758,7 @@ class CfnSchemaVersion(
|
|
|
10713
10758
|
if __debug__:
|
|
10714
10759
|
type_hints = typing.get_type_hints(_typecheckingstub__e456dd17518782fc61b283ca5fd68bf909fb10c1e515b9fb474ecbc27c8e77fe)
|
|
10715
10760
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10716
|
-
jsii.set(self, "schemaDefinition", value)
|
|
10761
|
+
jsii.set(self, "schemaDefinition", value) # pyright: ignore[reportArgumentType]
|
|
10717
10762
|
|
|
10718
10763
|
@jsii.data_type(
|
|
10719
10764
|
jsii_type="aws-cdk-lib.aws_glue.CfnSchemaVersion.SchemaProperty",
|
|
@@ -10910,7 +10955,7 @@ class CfnSchemaVersionMetadata(
|
|
|
10910
10955
|
if __debug__:
|
|
10911
10956
|
type_hints = typing.get_type_hints(_typecheckingstub__09ba199b752efbd3e189be84aa34a757c8f25ccebe52ad436e40c984b8b3bc6c)
|
|
10912
10957
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10913
|
-
jsii.set(self, "key", value)
|
|
10958
|
+
jsii.set(self, "key", value) # pyright: ignore[reportArgumentType]
|
|
10914
10959
|
|
|
10915
10960
|
@builtins.property
|
|
10916
10961
|
@jsii.member(jsii_name="schemaVersionId")
|
|
@@ -10923,7 +10968,7 @@ class CfnSchemaVersionMetadata(
|
|
|
10923
10968
|
if __debug__:
|
|
10924
10969
|
type_hints = typing.get_type_hints(_typecheckingstub__fe366520765f5ad7f7a4e96a3e9d66b34f59675ae226488e2e7c96301b098c2a)
|
|
10925
10970
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10926
|
-
jsii.set(self, "schemaVersionId", value)
|
|
10971
|
+
jsii.set(self, "schemaVersionId", value) # pyright: ignore[reportArgumentType]
|
|
10927
10972
|
|
|
10928
10973
|
@builtins.property
|
|
10929
10974
|
@jsii.member(jsii_name="value")
|
|
@@ -10936,7 +10981,7 @@ class CfnSchemaVersionMetadata(
|
|
|
10936
10981
|
if __debug__:
|
|
10937
10982
|
type_hints = typing.get_type_hints(_typecheckingstub__70216207f8d7da97cc8c8430c3dd8593322988412423bfad46412dc2c24ae7d6)
|
|
10938
10983
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10939
|
-
jsii.set(self, "value", value)
|
|
10984
|
+
jsii.set(self, "value", value) # pyright: ignore[reportArgumentType]
|
|
10940
10985
|
|
|
10941
10986
|
|
|
10942
10987
|
@jsii.data_type(
|
|
@@ -11230,7 +11275,7 @@ class CfnSecurityConfiguration(
|
|
|
11230
11275
|
if __debug__:
|
|
11231
11276
|
type_hints = typing.get_type_hints(_typecheckingstub__41a8b680be4f05190dbfd222f5985022aede1900f04a5407fb5617312ab60e00)
|
|
11232
11277
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11233
|
-
jsii.set(self, "encryptionConfiguration", value)
|
|
11278
|
+
jsii.set(self, "encryptionConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
11234
11279
|
|
|
11235
11280
|
@builtins.property
|
|
11236
11281
|
@jsii.member(jsii_name="name")
|
|
@@ -11243,7 +11288,7 @@ class CfnSecurityConfiguration(
|
|
|
11243
11288
|
if __debug__:
|
|
11244
11289
|
type_hints = typing.get_type_hints(_typecheckingstub__b8331f03d77759f61a97615e9eeefbfcaa25822091618cf7de977db83cbfd7d9)
|
|
11245
11290
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11246
|
-
jsii.set(self, "name", value)
|
|
11291
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
11247
11292
|
|
|
11248
11293
|
@jsii.data_type(
|
|
11249
11294
|
jsii_type="aws-cdk-lib.aws_glue.CfnSecurityConfiguration.CloudWatchEncryptionProperty",
|
|
@@ -11844,7 +11889,7 @@ class CfnTable(
|
|
|
11844
11889
|
if __debug__:
|
|
11845
11890
|
type_hints = typing.get_type_hints(_typecheckingstub__c1518e6f292d33421716de5a7971329e9e9458a0245c61bae2b6f6d4dc066edb)
|
|
11846
11891
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11847
|
-
jsii.set(self, "catalogId", value)
|
|
11892
|
+
jsii.set(self, "catalogId", value) # pyright: ignore[reportArgumentType]
|
|
11848
11893
|
|
|
11849
11894
|
@builtins.property
|
|
11850
11895
|
@jsii.member(jsii_name="databaseName")
|
|
@@ -11857,7 +11902,7 @@ class CfnTable(
|
|
|
11857
11902
|
if __debug__:
|
|
11858
11903
|
type_hints = typing.get_type_hints(_typecheckingstub__d3fa952b72d41b65e2c9a7ed9081c9236064d05e026dd37d5608da4cae676e88)
|
|
11859
11904
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11860
|
-
jsii.set(self, "databaseName", value)
|
|
11905
|
+
jsii.set(self, "databaseName", value) # pyright: ignore[reportArgumentType]
|
|
11861
11906
|
|
|
11862
11907
|
@builtins.property
|
|
11863
11908
|
@jsii.member(jsii_name="tableInput")
|
|
@@ -11875,7 +11920,7 @@ class CfnTable(
|
|
|
11875
11920
|
if __debug__:
|
|
11876
11921
|
type_hints = typing.get_type_hints(_typecheckingstub__9200a2bfb582a6d400aba47da5ed4d77a8ca52ee0956131ca52cdc58253cb811)
|
|
11877
11922
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11878
|
-
jsii.set(self, "tableInput", value)
|
|
11923
|
+
jsii.set(self, "tableInput", value) # pyright: ignore[reportArgumentType]
|
|
11879
11924
|
|
|
11880
11925
|
@builtins.property
|
|
11881
11926
|
@jsii.member(jsii_name="openTableFormatInput")
|
|
@@ -11893,7 +11938,7 @@ class CfnTable(
|
|
|
11893
11938
|
if __debug__:
|
|
11894
11939
|
type_hints = typing.get_type_hints(_typecheckingstub__665cbaaa65195b8bbc7411de99becf7db59ef5ca96a0902eefe7c34b8e25afb0)
|
|
11895
11940
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11896
|
-
jsii.set(self, "openTableFormatInput", value)
|
|
11941
|
+
jsii.set(self, "openTableFormatInput", value) # pyright: ignore[reportArgumentType]
|
|
11897
11942
|
|
|
11898
11943
|
@jsii.data_type(
|
|
11899
11944
|
jsii_type="aws-cdk-lib.aws_glue.CfnTable.ColumnProperty",
|
|
@@ -13378,7 +13423,7 @@ class CfnTableOptimizer(
|
|
|
13378
13423
|
if __debug__:
|
|
13379
13424
|
type_hints = typing.get_type_hints(_typecheckingstub__38a4902d6acd7240fb573cee400a9005e51ed6a7139e4ffec623e90ef9f80b7b)
|
|
13380
13425
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13381
|
-
jsii.set(self, "catalogId", value)
|
|
13426
|
+
jsii.set(self, "catalogId", value) # pyright: ignore[reportArgumentType]
|
|
13382
13427
|
|
|
13383
13428
|
@builtins.property
|
|
13384
13429
|
@jsii.member(jsii_name="databaseName")
|
|
@@ -13391,7 +13436,7 @@ class CfnTableOptimizer(
|
|
|
13391
13436
|
if __debug__:
|
|
13392
13437
|
type_hints = typing.get_type_hints(_typecheckingstub__2136c1b15f3acb4923d5a3c98713d4269f7960c9ea95d2b0b9e79a1dcff66f11)
|
|
13393
13438
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13394
|
-
jsii.set(self, "databaseName", value)
|
|
13439
|
+
jsii.set(self, "databaseName", value) # pyright: ignore[reportArgumentType]
|
|
13395
13440
|
|
|
13396
13441
|
@builtins.property
|
|
13397
13442
|
@jsii.member(jsii_name="tableName")
|
|
@@ -13404,7 +13449,7 @@ class CfnTableOptimizer(
|
|
|
13404
13449
|
if __debug__:
|
|
13405
13450
|
type_hints = typing.get_type_hints(_typecheckingstub__76dd7277449acba77614351258ef37ddea39ba2f2bf12b01c0f9e43abf920ba4)
|
|
13406
13451
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13407
|
-
jsii.set(self, "tableName", value)
|
|
13452
|
+
jsii.set(self, "tableName", value) # pyright: ignore[reportArgumentType]
|
|
13408
13453
|
|
|
13409
13454
|
@builtins.property
|
|
13410
13455
|
@jsii.member(jsii_name="tableOptimizerConfiguration")
|
|
@@ -13422,7 +13467,7 @@ class CfnTableOptimizer(
|
|
|
13422
13467
|
if __debug__:
|
|
13423
13468
|
type_hints = typing.get_type_hints(_typecheckingstub__562d507c6dc6935356281ca6483af893bfd21a84121b3cc3637c6dc9f955b055)
|
|
13424
13469
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13425
|
-
jsii.set(self, "tableOptimizerConfiguration", value)
|
|
13470
|
+
jsii.set(self, "tableOptimizerConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
13426
13471
|
|
|
13427
13472
|
@builtins.property
|
|
13428
13473
|
@jsii.member(jsii_name="type")
|
|
@@ -13435,7 +13480,7 @@ class CfnTableOptimizer(
|
|
|
13435
13480
|
if __debug__:
|
|
13436
13481
|
type_hints = typing.get_type_hints(_typecheckingstub__ed41a967c471f3fd661f6d5f9a4dc138f08aae636c030322c2e80ced1b41c718)
|
|
13437
13482
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13438
|
-
jsii.set(self, "type", value)
|
|
13483
|
+
jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
|
|
13439
13484
|
|
|
13440
13485
|
@jsii.data_type(
|
|
13441
13486
|
jsii_type="aws-cdk-lib.aws_glue.CfnTableOptimizer.TableOptimizerConfigurationProperty",
|
|
@@ -13969,15 +14014,6 @@ class CfnTrigger(
|
|
|
13969
14014
|
'''The CloudFormation resource type name for this resource class.'''
|
|
13970
14015
|
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
13971
14016
|
|
|
13972
|
-
@builtins.property
|
|
13973
|
-
@jsii.member(jsii_name="attrId")
|
|
13974
|
-
def attr_id(self) -> builtins.str:
|
|
13975
|
-
'''Reserved for future use.
|
|
13976
|
-
|
|
13977
|
-
:cloudformationAttribute: Id
|
|
13978
|
-
'''
|
|
13979
|
-
return typing.cast(builtins.str, jsii.get(self, "attrId"))
|
|
13980
|
-
|
|
13981
14017
|
@builtins.property
|
|
13982
14018
|
@jsii.member(jsii_name="cfnProperties")
|
|
13983
14019
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
@@ -14005,7 +14041,7 @@ class CfnTrigger(
|
|
|
14005
14041
|
if __debug__:
|
|
14006
14042
|
type_hints = typing.get_type_hints(_typecheckingstub__53d40032b3434d3f5e99c83dacf150ee68e626c8b767443757082d57b51f20e4)
|
|
14007
14043
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14008
|
-
jsii.set(self, "actions", value)
|
|
14044
|
+
jsii.set(self, "actions", value) # pyright: ignore[reportArgumentType]
|
|
14009
14045
|
|
|
14010
14046
|
@builtins.property
|
|
14011
14047
|
@jsii.member(jsii_name="type")
|
|
@@ -14018,7 +14054,7 @@ class CfnTrigger(
|
|
|
14018
14054
|
if __debug__:
|
|
14019
14055
|
type_hints = typing.get_type_hints(_typecheckingstub__0c40487beec9ee28746c40fb85d90ed73d85349d2b1310591566c8a389d11491)
|
|
14020
14056
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14021
|
-
jsii.set(self, "type", value)
|
|
14057
|
+
jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
|
|
14022
14058
|
|
|
14023
14059
|
@builtins.property
|
|
14024
14060
|
@jsii.member(jsii_name="description")
|
|
@@ -14031,7 +14067,7 @@ class CfnTrigger(
|
|
|
14031
14067
|
if __debug__:
|
|
14032
14068
|
type_hints = typing.get_type_hints(_typecheckingstub__8a076c3439af46ca0fd80eee9d6b5b51664f94b7328360e3909babe56dec9a68)
|
|
14033
14069
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14034
|
-
jsii.set(self, "description", value)
|
|
14070
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
14035
14071
|
|
|
14036
14072
|
@builtins.property
|
|
14037
14073
|
@jsii.member(jsii_name="eventBatchingCondition")
|
|
@@ -14049,7 +14085,7 @@ class CfnTrigger(
|
|
|
14049
14085
|
if __debug__:
|
|
14050
14086
|
type_hints = typing.get_type_hints(_typecheckingstub__194582de5e8e5febbe9a4cbc4a1e55c5a1e16e7befac99be36a1217527cc1b08)
|
|
14051
14087
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14052
|
-
jsii.set(self, "eventBatchingCondition", value)
|
|
14088
|
+
jsii.set(self, "eventBatchingCondition", value) # pyright: ignore[reportArgumentType]
|
|
14053
14089
|
|
|
14054
14090
|
@builtins.property
|
|
14055
14091
|
@jsii.member(jsii_name="name")
|
|
@@ -14062,7 +14098,7 @@ class CfnTrigger(
|
|
|
14062
14098
|
if __debug__:
|
|
14063
14099
|
type_hints = typing.get_type_hints(_typecheckingstub__c195c948ebb78674c5a524b87ee0245a04d0f596e0a692d1eb19ef4e9c11d00a)
|
|
14064
14100
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14065
|
-
jsii.set(self, "name", value)
|
|
14101
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
14066
14102
|
|
|
14067
14103
|
@builtins.property
|
|
14068
14104
|
@jsii.member(jsii_name="predicate")
|
|
@@ -14080,7 +14116,7 @@ class CfnTrigger(
|
|
|
14080
14116
|
if __debug__:
|
|
14081
14117
|
type_hints = typing.get_type_hints(_typecheckingstub__89999604a37adfda2b629e7c87daa4774ff7b411d1a7dd82765ddaea3e8db560)
|
|
14082
14118
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14083
|
-
jsii.set(self, "predicate", value)
|
|
14119
|
+
jsii.set(self, "predicate", value) # pyright: ignore[reportArgumentType]
|
|
14084
14120
|
|
|
14085
14121
|
@builtins.property
|
|
14086
14122
|
@jsii.member(jsii_name="schedule")
|
|
@@ -14093,7 +14129,7 @@ class CfnTrigger(
|
|
|
14093
14129
|
if __debug__:
|
|
14094
14130
|
type_hints = typing.get_type_hints(_typecheckingstub__619711c62d98e25126265055c5714cbf3e2603579cec35909c8ddac5c1ec55f5)
|
|
14095
14131
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14096
|
-
jsii.set(self, "schedule", value)
|
|
14132
|
+
jsii.set(self, "schedule", value) # pyright: ignore[reportArgumentType]
|
|
14097
14133
|
|
|
14098
14134
|
@builtins.property
|
|
14099
14135
|
@jsii.member(jsii_name="startOnCreation")
|
|
@@ -14111,7 +14147,7 @@ class CfnTrigger(
|
|
|
14111
14147
|
if __debug__:
|
|
14112
14148
|
type_hints = typing.get_type_hints(_typecheckingstub__68315158d369a16e86c793787be78f9303c715936ab11872da4b50150509337c)
|
|
14113
14149
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14114
|
-
jsii.set(self, "startOnCreation", value)
|
|
14150
|
+
jsii.set(self, "startOnCreation", value) # pyright: ignore[reportArgumentType]
|
|
14115
14151
|
|
|
14116
14152
|
@builtins.property
|
|
14117
14153
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -14124,7 +14160,7 @@ class CfnTrigger(
|
|
|
14124
14160
|
if __debug__:
|
|
14125
14161
|
type_hints = typing.get_type_hints(_typecheckingstub__6b0b45c89e6532f144a9dfed7dc674b60a42cbe0a87f33d0c9422d7ae3603da7)
|
|
14126
14162
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14127
|
-
jsii.set(self, "tagsRaw", value)
|
|
14163
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
14128
14164
|
|
|
14129
14165
|
@builtins.property
|
|
14130
14166
|
@jsii.member(jsii_name="workflowName")
|
|
@@ -14137,7 +14173,7 @@ class CfnTrigger(
|
|
|
14137
14173
|
if __debug__:
|
|
14138
14174
|
type_hints = typing.get_type_hints(_typecheckingstub__cf30f6c51932d46e70bffc0458c6c0fb8cb8525d3df1b7d576068ebaddc0e640)
|
|
14139
14175
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14140
|
-
jsii.set(self, "workflowName", value)
|
|
14176
|
+
jsii.set(self, "workflowName", value) # pyright: ignore[reportArgumentType]
|
|
14141
14177
|
|
|
14142
14178
|
@jsii.data_type(
|
|
14143
14179
|
jsii_type="aws-cdk-lib.aws_glue.CfnTrigger.ActionProperty",
|
|
@@ -14995,7 +15031,7 @@ class CfnWorkflow(
|
|
|
14995
15031
|
if __debug__:
|
|
14996
15032
|
type_hints = typing.get_type_hints(_typecheckingstub__44dfd2cb43609bdf14cd367fdb19e4b1ca604d3264c983f445f606fe9e35818f)
|
|
14997
15033
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14998
|
-
jsii.set(self, "defaultRunProperties", value)
|
|
15034
|
+
jsii.set(self, "defaultRunProperties", value) # pyright: ignore[reportArgumentType]
|
|
14999
15035
|
|
|
15000
15036
|
@builtins.property
|
|
15001
15037
|
@jsii.member(jsii_name="description")
|
|
@@ -15008,7 +15044,7 @@ class CfnWorkflow(
|
|
|
15008
15044
|
if __debug__:
|
|
15009
15045
|
type_hints = typing.get_type_hints(_typecheckingstub__111cdaa83ed7e77873f89337e876aecddb9e6d748ce7b22cd537261bb2c0040e)
|
|
15010
15046
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
15011
|
-
jsii.set(self, "description", value)
|
|
15047
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
15012
15048
|
|
|
15013
15049
|
@builtins.property
|
|
15014
15050
|
@jsii.member(jsii_name="maxConcurrentRuns")
|
|
@@ -15021,7 +15057,7 @@ class CfnWorkflow(
|
|
|
15021
15057
|
if __debug__:
|
|
15022
15058
|
type_hints = typing.get_type_hints(_typecheckingstub__41a06b4a8c873f8b95edfbe239c7699899e5c1a8a74755383d7c6c587b34c348)
|
|
15023
15059
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
15024
|
-
jsii.set(self, "maxConcurrentRuns", value)
|
|
15060
|
+
jsii.set(self, "maxConcurrentRuns", value) # pyright: ignore[reportArgumentType]
|
|
15025
15061
|
|
|
15026
15062
|
@builtins.property
|
|
15027
15063
|
@jsii.member(jsii_name="name")
|
|
@@ -15034,7 +15070,7 @@ class CfnWorkflow(
|
|
|
15034
15070
|
if __debug__:
|
|
15035
15071
|
type_hints = typing.get_type_hints(_typecheckingstub__7e19cad13834aa6cc47e532030a314d08f3c215dfcce008b2e0227db3d71718e)
|
|
15036
15072
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
15037
|
-
jsii.set(self, "name", value)
|
|
15073
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
15038
15074
|
|
|
15039
15075
|
@builtins.property
|
|
15040
15076
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -15047,7 +15083,7 @@ class CfnWorkflow(
|
|
|
15047
15083
|
if __debug__:
|
|
15048
15084
|
type_hints = typing.get_type_hints(_typecheckingstub__588bdefa1fb0e0005b05a203dd64a0a1b8395bced0853eefec4b1943820f9259)
|
|
15049
15085
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
15050
|
-
jsii.set(self, "tagsRaw", value)
|
|
15086
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
15051
15087
|
|
|
15052
15088
|
|
|
15053
15089
|
@jsii.data_type(
|
|
@@ -15847,6 +15883,7 @@ def _typecheckingstub__7145103c869df1a981612b4445af4fee59059eebaa09d55e36fa9961b
|
|
|
15847
15883
|
*,
|
|
15848
15884
|
catalog_id: builtins.str,
|
|
15849
15885
|
database_input: typing.Union[_IResolvable_da3f097b, typing.Union[CfnDatabase.DatabaseInputProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
15886
|
+
database_name: typing.Optional[builtins.str] = None,
|
|
15850
15887
|
) -> None:
|
|
15851
15888
|
"""Type checking stubs"""
|
|
15852
15889
|
pass
|
|
@@ -15875,6 +15912,12 @@ def _typecheckingstub__6e2364f804df0cc3d57e45e3e5c68968dc857adcab174703540814754
|
|
|
15875
15912
|
"""Type checking stubs"""
|
|
15876
15913
|
pass
|
|
15877
15914
|
|
|
15915
|
+
def _typecheckingstub__d28fb8105d8f6e44e28b949eb20a28aaef5ec741816a8936ee73fa9b7e77fba8(
|
|
15916
|
+
value: typing.Optional[builtins.str],
|
|
15917
|
+
) -> None:
|
|
15918
|
+
"""Type checking stubs"""
|
|
15919
|
+
pass
|
|
15920
|
+
|
|
15878
15921
|
def _typecheckingstub__6fa63353d4d392cf6a598ebd7c80b56747ad0b7973313267f52becc342ac17de(
|
|
15879
15922
|
*,
|
|
15880
15923
|
data_lake_principal_identifier: typing.Optional[builtins.str] = None,
|
|
@@ -15924,6 +15967,7 @@ def _typecheckingstub__2352883ee521541265e5630512401b3837ac0875c8b4eced9967bf612
|
|
|
15924
15967
|
*,
|
|
15925
15968
|
catalog_id: builtins.str,
|
|
15926
15969
|
database_input: typing.Union[_IResolvable_da3f097b, typing.Union[CfnDatabase.DatabaseInputProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
15970
|
+
database_name: typing.Optional[builtins.str] = None,
|
|
15927
15971
|
) -> None:
|
|
15928
15972
|
"""Type checking stubs"""
|
|
15929
15973
|
pass
|