aws-cdk-lib 2.153.0__py3-none-any.whl → 2.154.0__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.0.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 +135 -121
- 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 +13239 -3277
- 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 +31 -30
- 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 +60 -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 +900 -606
- aws_cdk/aws_ecr/__init__.py +117 -77
- aws_cdk/aws_ecr_assets/__init__.py +4 -4
- aws_cdk/aws_ecs/__init__.py +190 -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 +103 -103
- aws_cdk/aws_globalaccelerator/__init__.py +46 -24
- aws_cdk/aws_glue/__init__.py +132 -139
- 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 +92 -92
- 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 +32 -32
- 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 +44 -76
- 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 +39 -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 +2412 -280
- 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 +172 -101
- 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 +283 -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.0.dist-info}/METADATA +3 -2
- aws_cdk_lib-2.154.0.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.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.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",
|
|
@@ -4665,7 +4667,7 @@ class CfnDatabase(
|
|
|
4665
4667
|
if __debug__:
|
|
4666
4668
|
type_hints = typing.get_type_hints(_typecheckingstub__86a8e89801bb5dac6dbcec69f62eb5089c97eac21e4a7b226afccf50df44b861)
|
|
4667
4669
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4668
|
-
jsii.set(self, "catalogId", value)
|
|
4670
|
+
jsii.set(self, "catalogId", value) # pyright: ignore[reportArgumentType]
|
|
4669
4671
|
|
|
4670
4672
|
@builtins.property
|
|
4671
4673
|
@jsii.member(jsii_name="databaseInput")
|
|
@@ -4683,7 +4685,7 @@ class CfnDatabase(
|
|
|
4683
4685
|
if __debug__:
|
|
4684
4686
|
type_hints = typing.get_type_hints(_typecheckingstub__6e2364f804df0cc3d57e45e3e5c68968dc857adcab1747035408147542b2d495)
|
|
4685
4687
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4686
|
-
jsii.set(self, "databaseInput", value)
|
|
4688
|
+
jsii.set(self, "databaseInput", value) # pyright: ignore[reportArgumentType]
|
|
4687
4689
|
|
|
4688
4690
|
@jsii.data_type(
|
|
4689
4691
|
jsii_type="aws-cdk-lib.aws_glue.CfnDatabase.DataLakePrincipalProperty",
|
|
@@ -5419,7 +5421,7 @@ class CfnDevEndpoint(
|
|
|
5419
5421
|
if __debug__:
|
|
5420
5422
|
type_hints = typing.get_type_hints(_typecheckingstub__f3ba742e80db6ba15b810adbf5224257106f26a45069b05aa0962cf9d1acae18)
|
|
5421
5423
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5422
|
-
jsii.set(self, "roleArn", value)
|
|
5424
|
+
jsii.set(self, "roleArn", value) # pyright: ignore[reportArgumentType]
|
|
5423
5425
|
|
|
5424
5426
|
@builtins.property
|
|
5425
5427
|
@jsii.member(jsii_name="arguments")
|
|
@@ -5432,7 +5434,7 @@ class CfnDevEndpoint(
|
|
|
5432
5434
|
if __debug__:
|
|
5433
5435
|
type_hints = typing.get_type_hints(_typecheckingstub__1f7cd2d66e90d13b73d70f0cea82d85557e58e9448ea913c041c3bb9890fac7e)
|
|
5434
5436
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5435
|
-
jsii.set(self, "arguments", value)
|
|
5437
|
+
jsii.set(self, "arguments", value) # pyright: ignore[reportArgumentType]
|
|
5436
5438
|
|
|
5437
5439
|
@builtins.property
|
|
5438
5440
|
@jsii.member(jsii_name="endpointName")
|
|
@@ -5445,7 +5447,7 @@ class CfnDevEndpoint(
|
|
|
5445
5447
|
if __debug__:
|
|
5446
5448
|
type_hints = typing.get_type_hints(_typecheckingstub__a3656b1b0d044829185242e72e3a9d78c819cbc0c4b0c7432f1eb535414b5b17)
|
|
5447
5449
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5448
|
-
jsii.set(self, "endpointName", value)
|
|
5450
|
+
jsii.set(self, "endpointName", value) # pyright: ignore[reportArgumentType]
|
|
5449
5451
|
|
|
5450
5452
|
@builtins.property
|
|
5451
5453
|
@jsii.member(jsii_name="extraJarsS3Path")
|
|
@@ -5458,7 +5460,7 @@ class CfnDevEndpoint(
|
|
|
5458
5460
|
if __debug__:
|
|
5459
5461
|
type_hints = typing.get_type_hints(_typecheckingstub__e22b746e679f7c726ffcfb4c2ec05837d1aa0389da49de5598456a876e1b554a)
|
|
5460
5462
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5461
|
-
jsii.set(self, "extraJarsS3Path", value)
|
|
5463
|
+
jsii.set(self, "extraJarsS3Path", value) # pyright: ignore[reportArgumentType]
|
|
5462
5464
|
|
|
5463
5465
|
@builtins.property
|
|
5464
5466
|
@jsii.member(jsii_name="extraPythonLibsS3Path")
|
|
@@ -5471,7 +5473,7 @@ class CfnDevEndpoint(
|
|
|
5471
5473
|
if __debug__:
|
|
5472
5474
|
type_hints = typing.get_type_hints(_typecheckingstub__36f713fcb7ab5c574cc125a1fb44accac20e28686e76d617cf782eb65f0f7ba4)
|
|
5473
5475
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5474
|
-
jsii.set(self, "extraPythonLibsS3Path", value)
|
|
5476
|
+
jsii.set(self, "extraPythonLibsS3Path", value) # pyright: ignore[reportArgumentType]
|
|
5475
5477
|
|
|
5476
5478
|
@builtins.property
|
|
5477
5479
|
@jsii.member(jsii_name="glueVersion")
|
|
@@ -5484,7 +5486,7 @@ class CfnDevEndpoint(
|
|
|
5484
5486
|
if __debug__:
|
|
5485
5487
|
type_hints = typing.get_type_hints(_typecheckingstub__98ce29d45190375e16a82b2017ac8c9f720adba1c61cee92540176217662a1c3)
|
|
5486
5488
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5487
|
-
jsii.set(self, "glueVersion", value)
|
|
5489
|
+
jsii.set(self, "glueVersion", value) # pyright: ignore[reportArgumentType]
|
|
5488
5490
|
|
|
5489
5491
|
@builtins.property
|
|
5490
5492
|
@jsii.member(jsii_name="numberOfNodes")
|
|
@@ -5497,7 +5499,7 @@ class CfnDevEndpoint(
|
|
|
5497
5499
|
if __debug__:
|
|
5498
5500
|
type_hints = typing.get_type_hints(_typecheckingstub__4235e3cff351beb8894679d614311c5f7e1ecc504f7d84835c7517c54fc6044a)
|
|
5499
5501
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5500
|
-
jsii.set(self, "numberOfNodes", value)
|
|
5502
|
+
jsii.set(self, "numberOfNodes", value) # pyright: ignore[reportArgumentType]
|
|
5501
5503
|
|
|
5502
5504
|
@builtins.property
|
|
5503
5505
|
@jsii.member(jsii_name="numberOfWorkers")
|
|
@@ -5510,7 +5512,7 @@ class CfnDevEndpoint(
|
|
|
5510
5512
|
if __debug__:
|
|
5511
5513
|
type_hints = typing.get_type_hints(_typecheckingstub__9452cc6cc6f8a5fd5473515eef605e3672e7be0d39a719c23950636d6003249a)
|
|
5512
5514
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5513
|
-
jsii.set(self, "numberOfWorkers", value)
|
|
5515
|
+
jsii.set(self, "numberOfWorkers", value) # pyright: ignore[reportArgumentType]
|
|
5514
5516
|
|
|
5515
5517
|
@builtins.property
|
|
5516
5518
|
@jsii.member(jsii_name="publicKey")
|
|
@@ -5523,7 +5525,7 @@ class CfnDevEndpoint(
|
|
|
5523
5525
|
if __debug__:
|
|
5524
5526
|
type_hints = typing.get_type_hints(_typecheckingstub__cb34f4cce325bffcbaf7901df0a55caf15f7878b322e8314762796d8323cfc20)
|
|
5525
5527
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5526
|
-
jsii.set(self, "publicKey", value)
|
|
5528
|
+
jsii.set(self, "publicKey", value) # pyright: ignore[reportArgumentType]
|
|
5527
5529
|
|
|
5528
5530
|
@builtins.property
|
|
5529
5531
|
@jsii.member(jsii_name="publicKeys")
|
|
@@ -5536,7 +5538,7 @@ class CfnDevEndpoint(
|
|
|
5536
5538
|
if __debug__:
|
|
5537
5539
|
type_hints = typing.get_type_hints(_typecheckingstub__8943aff10625ef6c28e1a4686a3e4090206cdedd2fc46827336359b904a9cdbb)
|
|
5538
5540
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5539
|
-
jsii.set(self, "publicKeys", value)
|
|
5541
|
+
jsii.set(self, "publicKeys", value) # pyright: ignore[reportArgumentType]
|
|
5540
5542
|
|
|
5541
5543
|
@builtins.property
|
|
5542
5544
|
@jsii.member(jsii_name="securityConfiguration")
|
|
@@ -5549,7 +5551,7 @@ class CfnDevEndpoint(
|
|
|
5549
5551
|
if __debug__:
|
|
5550
5552
|
type_hints = typing.get_type_hints(_typecheckingstub__ec27168647e97503a81f083dd382a6a5792e1c7a34be7ce7c8e3ce1b24ca0eca)
|
|
5551
5553
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5552
|
-
jsii.set(self, "securityConfiguration", value)
|
|
5554
|
+
jsii.set(self, "securityConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
5553
5555
|
|
|
5554
5556
|
@builtins.property
|
|
5555
5557
|
@jsii.member(jsii_name="securityGroupIds")
|
|
@@ -5565,7 +5567,7 @@ class CfnDevEndpoint(
|
|
|
5565
5567
|
if __debug__:
|
|
5566
5568
|
type_hints = typing.get_type_hints(_typecheckingstub__bc83e99874e70b5e3e40d0d86646d5472a372806976261bd02f95cbed414fd29)
|
|
5567
5569
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5568
|
-
jsii.set(self, "securityGroupIds", value)
|
|
5570
|
+
jsii.set(self, "securityGroupIds", value) # pyright: ignore[reportArgumentType]
|
|
5569
5571
|
|
|
5570
5572
|
@builtins.property
|
|
5571
5573
|
@jsii.member(jsii_name="subnetId")
|
|
@@ -5578,7 +5580,7 @@ class CfnDevEndpoint(
|
|
|
5578
5580
|
if __debug__:
|
|
5579
5581
|
type_hints = typing.get_type_hints(_typecheckingstub__a1fd805ade2dd824f981ba7d8026f5d5425fb676f266db5338e748229fe33c40)
|
|
5580
5582
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5581
|
-
jsii.set(self, "subnetId", value)
|
|
5583
|
+
jsii.set(self, "subnetId", value) # pyright: ignore[reportArgumentType]
|
|
5582
5584
|
|
|
5583
5585
|
@builtins.property
|
|
5584
5586
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -5591,7 +5593,7 @@ class CfnDevEndpoint(
|
|
|
5591
5593
|
if __debug__:
|
|
5592
5594
|
type_hints = typing.get_type_hints(_typecheckingstub__03002f2a13cc3cbf7cf9bb6d6a81931afcc4646ea26bd164b4b95dcd73f6fa3f)
|
|
5593
5595
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5594
|
-
jsii.set(self, "tagsRaw", value)
|
|
5596
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
5595
5597
|
|
|
5596
5598
|
@builtins.property
|
|
5597
5599
|
@jsii.member(jsii_name="workerType")
|
|
@@ -5604,7 +5606,7 @@ class CfnDevEndpoint(
|
|
|
5604
5606
|
if __debug__:
|
|
5605
5607
|
type_hints = typing.get_type_hints(_typecheckingstub__ce7ed9ca11cbfba09db8e54f347bcd3ff43297ea4bb0dc406683cb9e0186fa1e)
|
|
5606
5608
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5607
|
-
jsii.set(self, "workerType", value)
|
|
5609
|
+
jsii.set(self, "workerType", value) # pyright: ignore[reportArgumentType]
|
|
5608
5610
|
|
|
5609
5611
|
|
|
5610
5612
|
@jsii.data_type(
|
|
@@ -6147,7 +6149,7 @@ class CfnJob(
|
|
|
6147
6149
|
if __debug__:
|
|
6148
6150
|
type_hints = typing.get_type_hints(_typecheckingstub__92e6559d7b7e4750985b75f86ff0ead213e6dcf804f0f9d87d12c5dd11ef4b68)
|
|
6149
6151
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6150
|
-
jsii.set(self, "command", value)
|
|
6152
|
+
jsii.set(self, "command", value) # pyright: ignore[reportArgumentType]
|
|
6151
6153
|
|
|
6152
6154
|
@builtins.property
|
|
6153
6155
|
@jsii.member(jsii_name="role")
|
|
@@ -6160,7 +6162,7 @@ class CfnJob(
|
|
|
6160
6162
|
if __debug__:
|
|
6161
6163
|
type_hints = typing.get_type_hints(_typecheckingstub__d6215be83f5dcb82628d4c0f7daff3e6e5a40b7ba8133cbdd559c85f264c8248)
|
|
6162
6164
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6163
|
-
jsii.set(self, "role", value)
|
|
6165
|
+
jsii.set(self, "role", value) # pyright: ignore[reportArgumentType]
|
|
6164
6166
|
|
|
6165
6167
|
@builtins.property
|
|
6166
6168
|
@jsii.member(jsii_name="allocatedCapacity")
|
|
@@ -6176,7 +6178,7 @@ class CfnJob(
|
|
|
6176
6178
|
if __debug__:
|
|
6177
6179
|
type_hints = typing.get_type_hints(_typecheckingstub__5e8f0c1f38624103ad14795e648b3d5168a0409e14719e267939220545367271)
|
|
6178
6180
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6179
|
-
jsii.set(self, "allocatedCapacity", value)
|
|
6181
|
+
jsii.set(self, "allocatedCapacity", value) # pyright: ignore[reportArgumentType]
|
|
6180
6182
|
|
|
6181
6183
|
@builtins.property
|
|
6182
6184
|
@jsii.member(jsii_name="connections")
|
|
@@ -6194,7 +6196,7 @@ class CfnJob(
|
|
|
6194
6196
|
if __debug__:
|
|
6195
6197
|
type_hints = typing.get_type_hints(_typecheckingstub__54148ad575a4b3d562b59f1200c3e45bd7838ddba81c25e024f8359b11bcc075)
|
|
6196
6198
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6197
|
-
jsii.set(self, "connections", value)
|
|
6199
|
+
jsii.set(self, "connections", value) # pyright: ignore[reportArgumentType]
|
|
6198
6200
|
|
|
6199
6201
|
@builtins.property
|
|
6200
6202
|
@jsii.member(jsii_name="defaultArguments")
|
|
@@ -6207,7 +6209,7 @@ class CfnJob(
|
|
|
6207
6209
|
if __debug__:
|
|
6208
6210
|
type_hints = typing.get_type_hints(_typecheckingstub__e02555d63017f6d2d384ad19fac040a7af8d997186aa0f5944d58f0edeb3d405)
|
|
6209
6211
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6210
|
-
jsii.set(self, "defaultArguments", value)
|
|
6212
|
+
jsii.set(self, "defaultArguments", value) # pyright: ignore[reportArgumentType]
|
|
6211
6213
|
|
|
6212
6214
|
@builtins.property
|
|
6213
6215
|
@jsii.member(jsii_name="description")
|
|
@@ -6220,7 +6222,7 @@ class CfnJob(
|
|
|
6220
6222
|
if __debug__:
|
|
6221
6223
|
type_hints = typing.get_type_hints(_typecheckingstub__c83f3f89400406aba1208c6fc333278a0e35af3b3730a8e266df0815d59250ef)
|
|
6222
6224
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6223
|
-
jsii.set(self, "description", value)
|
|
6225
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
6224
6226
|
|
|
6225
6227
|
@builtins.property
|
|
6226
6228
|
@jsii.member(jsii_name="executionClass")
|
|
@@ -6233,7 +6235,7 @@ class CfnJob(
|
|
|
6233
6235
|
if __debug__:
|
|
6234
6236
|
type_hints = typing.get_type_hints(_typecheckingstub__c98638b6313e2e604e3d982eb0c830608a266977cd3c1a3547296e48a712e454)
|
|
6235
6237
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6236
|
-
jsii.set(self, "executionClass", value)
|
|
6238
|
+
jsii.set(self, "executionClass", value) # pyright: ignore[reportArgumentType]
|
|
6237
6239
|
|
|
6238
6240
|
@builtins.property
|
|
6239
6241
|
@jsii.member(jsii_name="executionProperty")
|
|
@@ -6251,7 +6253,7 @@ class CfnJob(
|
|
|
6251
6253
|
if __debug__:
|
|
6252
6254
|
type_hints = typing.get_type_hints(_typecheckingstub__288a9558b01117977548bd27d8b359f6aabd127fbbae8871f921f4f4ad731aa0)
|
|
6253
6255
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6254
|
-
jsii.set(self, "executionProperty", value)
|
|
6256
|
+
jsii.set(self, "executionProperty", value) # pyright: ignore[reportArgumentType]
|
|
6255
6257
|
|
|
6256
6258
|
@builtins.property
|
|
6257
6259
|
@jsii.member(jsii_name="glueVersion")
|
|
@@ -6264,7 +6266,7 @@ class CfnJob(
|
|
|
6264
6266
|
if __debug__:
|
|
6265
6267
|
type_hints = typing.get_type_hints(_typecheckingstub__f36e5a6a7d1a062f3bf5d8b7176a1f0f8c07bc3e7e725aefec8d86d74b346411)
|
|
6266
6268
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6267
|
-
jsii.set(self, "glueVersion", value)
|
|
6269
|
+
jsii.set(self, "glueVersion", value) # pyright: ignore[reportArgumentType]
|
|
6268
6270
|
|
|
6269
6271
|
@builtins.property
|
|
6270
6272
|
@jsii.member(jsii_name="logUri")
|
|
@@ -6277,7 +6279,7 @@ class CfnJob(
|
|
|
6277
6279
|
if __debug__:
|
|
6278
6280
|
type_hints = typing.get_type_hints(_typecheckingstub__9ca81eaaed120981305eb66586283b558b72d3b37cb0098234ec82c56f1d637a)
|
|
6279
6281
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6280
|
-
jsii.set(self, "logUri", value)
|
|
6282
|
+
jsii.set(self, "logUri", value) # pyright: ignore[reportArgumentType]
|
|
6281
6283
|
|
|
6282
6284
|
@builtins.property
|
|
6283
6285
|
@jsii.member(jsii_name="maintenanceWindow")
|
|
@@ -6290,7 +6292,7 @@ class CfnJob(
|
|
|
6290
6292
|
if __debug__:
|
|
6291
6293
|
type_hints = typing.get_type_hints(_typecheckingstub__42885410f13bc9dd6ce3f11fca98e52266bcf89c43473b8d39f8980ef7b211d0)
|
|
6292
6294
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6293
|
-
jsii.set(self, "maintenanceWindow", value)
|
|
6295
|
+
jsii.set(self, "maintenanceWindow", value) # pyright: ignore[reportArgumentType]
|
|
6294
6296
|
|
|
6295
6297
|
@builtins.property
|
|
6296
6298
|
@jsii.member(jsii_name="maxCapacity")
|
|
@@ -6303,7 +6305,7 @@ class CfnJob(
|
|
|
6303
6305
|
if __debug__:
|
|
6304
6306
|
type_hints = typing.get_type_hints(_typecheckingstub__6a764dd1178d54ad958e98a11fae132faf1dc82baf8cc6de7a480139bec56d6c)
|
|
6305
6307
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6306
|
-
jsii.set(self, "maxCapacity", value)
|
|
6308
|
+
jsii.set(self, "maxCapacity", value) # pyright: ignore[reportArgumentType]
|
|
6307
6309
|
|
|
6308
6310
|
@builtins.property
|
|
6309
6311
|
@jsii.member(jsii_name="maxRetries")
|
|
@@ -6316,7 +6318,7 @@ class CfnJob(
|
|
|
6316
6318
|
if __debug__:
|
|
6317
6319
|
type_hints = typing.get_type_hints(_typecheckingstub__747e11b9e0393534a2a604c6185f8016b6350fbf93c4b5cc55c96315ddb87867)
|
|
6318
6320
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6319
|
-
jsii.set(self, "maxRetries", value)
|
|
6321
|
+
jsii.set(self, "maxRetries", value) # pyright: ignore[reportArgumentType]
|
|
6320
6322
|
|
|
6321
6323
|
@builtins.property
|
|
6322
6324
|
@jsii.member(jsii_name="name")
|
|
@@ -6329,7 +6331,7 @@ class CfnJob(
|
|
|
6329
6331
|
if __debug__:
|
|
6330
6332
|
type_hints = typing.get_type_hints(_typecheckingstub__34834931355b72bf0842139ae8010d5c3e556cc67c00f907c4e39b8297ecae5d)
|
|
6331
6333
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6332
|
-
jsii.set(self, "name", value)
|
|
6334
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
6333
6335
|
|
|
6334
6336
|
@builtins.property
|
|
6335
6337
|
@jsii.member(jsii_name="nonOverridableArguments")
|
|
@@ -6342,7 +6344,7 @@ class CfnJob(
|
|
|
6342
6344
|
if __debug__:
|
|
6343
6345
|
type_hints = typing.get_type_hints(_typecheckingstub__68288520cd14059f70bcdca01796f4f53b90b28bd9200d4a3771f70a8977093c)
|
|
6344
6346
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6345
|
-
jsii.set(self, "nonOverridableArguments", value)
|
|
6347
|
+
jsii.set(self, "nonOverridableArguments", value) # pyright: ignore[reportArgumentType]
|
|
6346
6348
|
|
|
6347
6349
|
@builtins.property
|
|
6348
6350
|
@jsii.member(jsii_name="notificationProperty")
|
|
@@ -6360,7 +6362,7 @@ class CfnJob(
|
|
|
6360
6362
|
if __debug__:
|
|
6361
6363
|
type_hints = typing.get_type_hints(_typecheckingstub__886cabf7d73da58088c752153f330c0b15d55d0334b2e6e1429c361c244fa40b)
|
|
6362
6364
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6363
|
-
jsii.set(self, "notificationProperty", value)
|
|
6365
|
+
jsii.set(self, "notificationProperty", value) # pyright: ignore[reportArgumentType]
|
|
6364
6366
|
|
|
6365
6367
|
@builtins.property
|
|
6366
6368
|
@jsii.member(jsii_name="numberOfWorkers")
|
|
@@ -6373,7 +6375,7 @@ class CfnJob(
|
|
|
6373
6375
|
if __debug__:
|
|
6374
6376
|
type_hints = typing.get_type_hints(_typecheckingstub__3dd8b61874c785b7e401c38c72a26b663aafa165c05e223526a1b04215648b44)
|
|
6375
6377
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6376
|
-
jsii.set(self, "numberOfWorkers", value)
|
|
6378
|
+
jsii.set(self, "numberOfWorkers", value) # pyright: ignore[reportArgumentType]
|
|
6377
6379
|
|
|
6378
6380
|
@builtins.property
|
|
6379
6381
|
@jsii.member(jsii_name="securityConfiguration")
|
|
@@ -6386,7 +6388,7 @@ class CfnJob(
|
|
|
6386
6388
|
if __debug__:
|
|
6387
6389
|
type_hints = typing.get_type_hints(_typecheckingstub__686551f876de8c0263f876f1f95fa84db57247f0bfd43e39fd7e27705da22d75)
|
|
6388
6390
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6389
|
-
jsii.set(self, "securityConfiguration", value)
|
|
6391
|
+
jsii.set(self, "securityConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
6390
6392
|
|
|
6391
6393
|
@builtins.property
|
|
6392
6394
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -6399,7 +6401,7 @@ class CfnJob(
|
|
|
6399
6401
|
if __debug__:
|
|
6400
6402
|
type_hints = typing.get_type_hints(_typecheckingstub__542d438feaf9522e0e8293fe9c53267730a064a757ebc71e8aa9fd97d002c38c)
|
|
6401
6403
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6402
|
-
jsii.set(self, "tagsRaw", value)
|
|
6404
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
6403
6405
|
|
|
6404
6406
|
@builtins.property
|
|
6405
6407
|
@jsii.member(jsii_name="timeout")
|
|
@@ -6412,7 +6414,7 @@ class CfnJob(
|
|
|
6412
6414
|
if __debug__:
|
|
6413
6415
|
type_hints = typing.get_type_hints(_typecheckingstub__c12c03e51261ea1008482a07620562f930d2ee59fec35bf127da7d754e08de3d)
|
|
6414
6416
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6415
|
-
jsii.set(self, "timeout", value)
|
|
6417
|
+
jsii.set(self, "timeout", value) # pyright: ignore[reportArgumentType]
|
|
6416
6418
|
|
|
6417
6419
|
@builtins.property
|
|
6418
6420
|
@jsii.member(jsii_name="workerType")
|
|
@@ -6425,7 +6427,7 @@ class CfnJob(
|
|
|
6425
6427
|
if __debug__:
|
|
6426
6428
|
type_hints = typing.get_type_hints(_typecheckingstub__f6b16368f5ffc1ef3ea15b397687a68037aa7eebf6a316b97ece9c4f3e17d49f)
|
|
6427
6429
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6428
|
-
jsii.set(self, "workerType", value)
|
|
6430
|
+
jsii.set(self, "workerType", value) # pyright: ignore[reportArgumentType]
|
|
6429
6431
|
|
|
6430
6432
|
@jsii.data_type(
|
|
6431
6433
|
jsii_type="aws-cdk-lib.aws_glue.CfnJob.ConnectionsListProperty",
|
|
@@ -7345,7 +7347,7 @@ class CfnMLTransform(
|
|
|
7345
7347
|
if __debug__:
|
|
7346
7348
|
type_hints = typing.get_type_hints(_typecheckingstub__54fd840993f985c80395aeca9c3bc8723d003f9914e7c4e4a7890214daecad59)
|
|
7347
7349
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7348
|
-
jsii.set(self, "inputRecordTables", value)
|
|
7350
|
+
jsii.set(self, "inputRecordTables", value) # pyright: ignore[reportArgumentType]
|
|
7349
7351
|
|
|
7350
7352
|
@builtins.property
|
|
7351
7353
|
@jsii.member(jsii_name="role")
|
|
@@ -7358,7 +7360,7 @@ class CfnMLTransform(
|
|
|
7358
7360
|
if __debug__:
|
|
7359
7361
|
type_hints = typing.get_type_hints(_typecheckingstub__ee501d5b7fc7fb085aeae9cabacd68b8b8d9f9866700a8a370252e40d31650bc)
|
|
7360
7362
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7361
|
-
jsii.set(self, "role", value)
|
|
7363
|
+
jsii.set(self, "role", value) # pyright: ignore[reportArgumentType]
|
|
7362
7364
|
|
|
7363
7365
|
@builtins.property
|
|
7364
7366
|
@jsii.member(jsii_name="transformParameters")
|
|
@@ -7376,7 +7378,7 @@ class CfnMLTransform(
|
|
|
7376
7378
|
if __debug__:
|
|
7377
7379
|
type_hints = typing.get_type_hints(_typecheckingstub__32022d812fa908378c1d2e724a2377474b2ce1f4f966dddbf71ad1f1c9d13dff)
|
|
7378
7380
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7379
|
-
jsii.set(self, "transformParameters", value)
|
|
7381
|
+
jsii.set(self, "transformParameters", value) # pyright: ignore[reportArgumentType]
|
|
7380
7382
|
|
|
7381
7383
|
@builtins.property
|
|
7382
7384
|
@jsii.member(jsii_name="description")
|
|
@@ -7389,7 +7391,7 @@ class CfnMLTransform(
|
|
|
7389
7391
|
if __debug__:
|
|
7390
7392
|
type_hints = typing.get_type_hints(_typecheckingstub__0f2e6f1cc38d1a413374f9b9d4c02417e959e5f3077812b1cd868c70d042a16f)
|
|
7391
7393
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7392
|
-
jsii.set(self, "description", value)
|
|
7394
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
7393
7395
|
|
|
7394
7396
|
@builtins.property
|
|
7395
7397
|
@jsii.member(jsii_name="glueVersion")
|
|
@@ -7402,7 +7404,7 @@ class CfnMLTransform(
|
|
|
7402
7404
|
if __debug__:
|
|
7403
7405
|
type_hints = typing.get_type_hints(_typecheckingstub__4646b4f4efc89b1d9dc0884d55d7b11dd5293a19543a11bd2e2263d781af4a1d)
|
|
7404
7406
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7405
|
-
jsii.set(self, "glueVersion", value)
|
|
7407
|
+
jsii.set(self, "glueVersion", value) # pyright: ignore[reportArgumentType]
|
|
7406
7408
|
|
|
7407
7409
|
@builtins.property
|
|
7408
7410
|
@jsii.member(jsii_name="maxCapacity")
|
|
@@ -7415,7 +7417,7 @@ class CfnMLTransform(
|
|
|
7415
7417
|
if __debug__:
|
|
7416
7418
|
type_hints = typing.get_type_hints(_typecheckingstub__6d7678713b6284330c12e1b7e5e0121d21dec44a07c295ccf2831f5ebfda27c6)
|
|
7417
7419
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7418
|
-
jsii.set(self, "maxCapacity", value)
|
|
7420
|
+
jsii.set(self, "maxCapacity", value) # pyright: ignore[reportArgumentType]
|
|
7419
7421
|
|
|
7420
7422
|
@builtins.property
|
|
7421
7423
|
@jsii.member(jsii_name="maxRetries")
|
|
@@ -7428,7 +7430,7 @@ class CfnMLTransform(
|
|
|
7428
7430
|
if __debug__:
|
|
7429
7431
|
type_hints = typing.get_type_hints(_typecheckingstub__b160c59f4536e5ba52b74262cc6c6277e29a9bb5d974893cb0aee1fdf2a93fa2)
|
|
7430
7432
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7431
|
-
jsii.set(self, "maxRetries", value)
|
|
7433
|
+
jsii.set(self, "maxRetries", value) # pyright: ignore[reportArgumentType]
|
|
7432
7434
|
|
|
7433
7435
|
@builtins.property
|
|
7434
7436
|
@jsii.member(jsii_name="name")
|
|
@@ -7444,7 +7446,7 @@ class CfnMLTransform(
|
|
|
7444
7446
|
if __debug__:
|
|
7445
7447
|
type_hints = typing.get_type_hints(_typecheckingstub__97cb29ae8ccb30f3ace545620215abebebb628b2c7d82e15cb1e9519bb20db6c)
|
|
7446
7448
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7447
|
-
jsii.set(self, "name", value)
|
|
7449
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
7448
7450
|
|
|
7449
7451
|
@builtins.property
|
|
7450
7452
|
@jsii.member(jsii_name="numberOfWorkers")
|
|
@@ -7457,7 +7459,7 @@ class CfnMLTransform(
|
|
|
7457
7459
|
if __debug__:
|
|
7458
7460
|
type_hints = typing.get_type_hints(_typecheckingstub__2c04ef8b7c306add821bddff56dbf5750b8115ac7dcd8c9ef30267c9df9f57ce)
|
|
7459
7461
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7460
|
-
jsii.set(self, "numberOfWorkers", value)
|
|
7462
|
+
jsii.set(self, "numberOfWorkers", value) # pyright: ignore[reportArgumentType]
|
|
7461
7463
|
|
|
7462
7464
|
@builtins.property
|
|
7463
7465
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -7470,7 +7472,7 @@ class CfnMLTransform(
|
|
|
7470
7472
|
if __debug__:
|
|
7471
7473
|
type_hints = typing.get_type_hints(_typecheckingstub__7bcba5ebc0f231f7604a777a23c7985de7effc5b17647f8eb4388c48526da0ea)
|
|
7472
7474
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7473
|
-
jsii.set(self, "tagsRaw", value)
|
|
7475
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
7474
7476
|
|
|
7475
7477
|
@builtins.property
|
|
7476
7478
|
@jsii.member(jsii_name="timeout")
|
|
@@ -7483,7 +7485,7 @@ class CfnMLTransform(
|
|
|
7483
7485
|
if __debug__:
|
|
7484
7486
|
type_hints = typing.get_type_hints(_typecheckingstub__0d453ce28abce1d452e03956918ae4226d76e061240e5ae5102f955efe877cfc)
|
|
7485
7487
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7486
|
-
jsii.set(self, "timeout", value)
|
|
7488
|
+
jsii.set(self, "timeout", value) # pyright: ignore[reportArgumentType]
|
|
7487
7489
|
|
|
7488
7490
|
@builtins.property
|
|
7489
7491
|
@jsii.member(jsii_name="transformEncryption")
|
|
@@ -7501,7 +7503,7 @@ class CfnMLTransform(
|
|
|
7501
7503
|
if __debug__:
|
|
7502
7504
|
type_hints = typing.get_type_hints(_typecheckingstub__e334953b8c4313c154db54fc8c4faa48859bad94c59b631d2bf8ead2740ffad1)
|
|
7503
7505
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7504
|
-
jsii.set(self, "transformEncryption", value)
|
|
7506
|
+
jsii.set(self, "transformEncryption", value) # pyright: ignore[reportArgumentType]
|
|
7505
7507
|
|
|
7506
7508
|
@builtins.property
|
|
7507
7509
|
@jsii.member(jsii_name="workerType")
|
|
@@ -7514,7 +7516,7 @@ class CfnMLTransform(
|
|
|
7514
7516
|
if __debug__:
|
|
7515
7517
|
type_hints = typing.get_type_hints(_typecheckingstub__1f54a6e39b64aa4029e491424b0cd24a6797c45e24fe6065a5fccd306f38e053)
|
|
7516
7518
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7517
|
-
jsii.set(self, "workerType", value)
|
|
7519
|
+
jsii.set(self, "workerType", value) # pyright: ignore[reportArgumentType]
|
|
7518
7520
|
|
|
7519
7521
|
@jsii.data_type(
|
|
7520
7522
|
jsii_type="aws-cdk-lib.aws_glue.CfnMLTransform.FindMatchesParametersProperty",
|
|
@@ -8567,7 +8569,7 @@ class CfnPartition(
|
|
|
8567
8569
|
if __debug__:
|
|
8568
8570
|
type_hints = typing.get_type_hints(_typecheckingstub__8f05fc58a7dc1eb68d886a76ecea23887719e05c9a816ad3a6a82999eda2fdf9)
|
|
8569
8571
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8570
|
-
jsii.set(self, "catalogId", value)
|
|
8572
|
+
jsii.set(self, "catalogId", value) # pyright: ignore[reportArgumentType]
|
|
8571
8573
|
|
|
8572
8574
|
@builtins.property
|
|
8573
8575
|
@jsii.member(jsii_name="databaseName")
|
|
@@ -8580,7 +8582,7 @@ class CfnPartition(
|
|
|
8580
8582
|
if __debug__:
|
|
8581
8583
|
type_hints = typing.get_type_hints(_typecheckingstub__2762d2587b458636fd5397b14953879deb18c5a9e411047982e4ecff34ece56c)
|
|
8582
8584
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8583
|
-
jsii.set(self, "databaseName", value)
|
|
8585
|
+
jsii.set(self, "databaseName", value) # pyright: ignore[reportArgumentType]
|
|
8584
8586
|
|
|
8585
8587
|
@builtins.property
|
|
8586
8588
|
@jsii.member(jsii_name="partitionInput")
|
|
@@ -8598,7 +8600,7 @@ class CfnPartition(
|
|
|
8598
8600
|
if __debug__:
|
|
8599
8601
|
type_hints = typing.get_type_hints(_typecheckingstub__a04341e86b5b0abb4af36bb01085e5230c242739cfcb7d8670acc5c03597f004)
|
|
8600
8602
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8601
|
-
jsii.set(self, "partitionInput", value)
|
|
8603
|
+
jsii.set(self, "partitionInput", value) # pyright: ignore[reportArgumentType]
|
|
8602
8604
|
|
|
8603
8605
|
@builtins.property
|
|
8604
8606
|
@jsii.member(jsii_name="tableName")
|
|
@@ -8611,7 +8613,7 @@ class CfnPartition(
|
|
|
8611
8613
|
if __debug__:
|
|
8612
8614
|
type_hints = typing.get_type_hints(_typecheckingstub__407a57f0321dcc4b1394792773d1290f6cc36a639f46075ab9d69357bcf87d5e)
|
|
8613
8615
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8614
|
-
jsii.set(self, "tableName", value)
|
|
8616
|
+
jsii.set(self, "tableName", value) # pyright: ignore[reportArgumentType]
|
|
8615
8617
|
|
|
8616
8618
|
@jsii.data_type(
|
|
8617
8619
|
jsii_type="aws-cdk-lib.aws_glue.CfnPartition.ColumnProperty",
|
|
@@ -9875,7 +9877,7 @@ class CfnRegistry(
|
|
|
9875
9877
|
if __debug__:
|
|
9876
9878
|
type_hints = typing.get_type_hints(_typecheckingstub__1b08a23e9e0a8332240d398591fb00a0705ae1c744f78c8c7f99d6d42cbbbfe2)
|
|
9877
9879
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9878
|
-
jsii.set(self, "name", value)
|
|
9880
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
9879
9881
|
|
|
9880
9882
|
@builtins.property
|
|
9881
9883
|
@jsii.member(jsii_name="description")
|
|
@@ -9888,7 +9890,7 @@ class CfnRegistry(
|
|
|
9888
9890
|
if __debug__:
|
|
9889
9891
|
type_hints = typing.get_type_hints(_typecheckingstub__86912387bdaf3c2b7844a0b55fafc22c116e70b5bcd99b91ed151e3649a7d992)
|
|
9890
9892
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9891
|
-
jsii.set(self, "description", value)
|
|
9893
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
9892
9894
|
|
|
9893
9895
|
@builtins.property
|
|
9894
9896
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -9901,7 +9903,7 @@ class CfnRegistry(
|
|
|
9901
9903
|
if __debug__:
|
|
9902
9904
|
type_hints = typing.get_type_hints(_typecheckingstub__3addc589422a8772c97f55547db6d321590b6a3078e00ea158feb432c9141727)
|
|
9903
9905
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9904
|
-
jsii.set(self, "tagsRaw", value)
|
|
9906
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
9905
9907
|
|
|
9906
9908
|
|
|
9907
9909
|
@jsii.data_type(
|
|
@@ -10150,7 +10152,7 @@ class CfnSchema(
|
|
|
10150
10152
|
if __debug__:
|
|
10151
10153
|
type_hints = typing.get_type_hints(_typecheckingstub__b73978872411b0a345203986e3747c7d8e8aa6c7a7d84c98ea032c8a52dbfe31)
|
|
10152
10154
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10153
|
-
jsii.set(self, "compatibility", value)
|
|
10155
|
+
jsii.set(self, "compatibility", value) # pyright: ignore[reportArgumentType]
|
|
10154
10156
|
|
|
10155
10157
|
@builtins.property
|
|
10156
10158
|
@jsii.member(jsii_name="dataFormat")
|
|
@@ -10163,7 +10165,7 @@ class CfnSchema(
|
|
|
10163
10165
|
if __debug__:
|
|
10164
10166
|
type_hints = typing.get_type_hints(_typecheckingstub__f5e37c443190efe6042f27de7c8f6bcb3356c41291ed3f6e60f326b159aa86c6)
|
|
10165
10167
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10166
|
-
jsii.set(self, "dataFormat", value)
|
|
10168
|
+
jsii.set(self, "dataFormat", value) # pyright: ignore[reportArgumentType]
|
|
10167
10169
|
|
|
10168
10170
|
@builtins.property
|
|
10169
10171
|
@jsii.member(jsii_name="name")
|
|
@@ -10176,7 +10178,7 @@ class CfnSchema(
|
|
|
10176
10178
|
if __debug__:
|
|
10177
10179
|
type_hints = typing.get_type_hints(_typecheckingstub__ff3dcb47edaa294c6caf2b08476ad6ab296e0af75fac6f4cff50f7d0702daa85)
|
|
10178
10180
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10179
|
-
jsii.set(self, "name", value)
|
|
10181
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
10180
10182
|
|
|
10181
10183
|
@builtins.property
|
|
10182
10184
|
@jsii.member(jsii_name="schemaDefinition")
|
|
@@ -10189,7 +10191,7 @@ class CfnSchema(
|
|
|
10189
10191
|
if __debug__:
|
|
10190
10192
|
type_hints = typing.get_type_hints(_typecheckingstub__0425f83d697fdeb65b7ad72b89add3f188c811ceb74503e3deeda6f8fd774134)
|
|
10191
10193
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10192
|
-
jsii.set(self, "schemaDefinition", value)
|
|
10194
|
+
jsii.set(self, "schemaDefinition", value) # pyright: ignore[reportArgumentType]
|
|
10193
10195
|
|
|
10194
10196
|
@builtins.property
|
|
10195
10197
|
@jsii.member(jsii_name="checkpointVersion")
|
|
@@ -10207,7 +10209,7 @@ class CfnSchema(
|
|
|
10207
10209
|
if __debug__:
|
|
10208
10210
|
type_hints = typing.get_type_hints(_typecheckingstub__2e496b746565a2a907c7b308108c0f360ed6e1d756d065268762427d0c0195ca)
|
|
10209
10211
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10210
|
-
jsii.set(self, "checkpointVersion", value)
|
|
10212
|
+
jsii.set(self, "checkpointVersion", value) # pyright: ignore[reportArgumentType]
|
|
10211
10213
|
|
|
10212
10214
|
@builtins.property
|
|
10213
10215
|
@jsii.member(jsii_name="description")
|
|
@@ -10220,7 +10222,7 @@ class CfnSchema(
|
|
|
10220
10222
|
if __debug__:
|
|
10221
10223
|
type_hints = typing.get_type_hints(_typecheckingstub__256a8ca904755342242bfb57993a7b4a73841aa88a6f73b4533a2ecca3f961d4)
|
|
10222
10224
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10223
|
-
jsii.set(self, "description", value)
|
|
10225
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
10224
10226
|
|
|
10225
10227
|
@builtins.property
|
|
10226
10228
|
@jsii.member(jsii_name="registry")
|
|
@@ -10238,7 +10240,7 @@ class CfnSchema(
|
|
|
10238
10240
|
if __debug__:
|
|
10239
10241
|
type_hints = typing.get_type_hints(_typecheckingstub__d9180e06f6739c2a1783c2974f71f4a42d49ca8423d693d37b0c96b31d3092bb)
|
|
10240
10242
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10241
|
-
jsii.set(self, "registry", value)
|
|
10243
|
+
jsii.set(self, "registry", value) # pyright: ignore[reportArgumentType]
|
|
10242
10244
|
|
|
10243
10245
|
@builtins.property
|
|
10244
10246
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -10251,7 +10253,7 @@ class CfnSchema(
|
|
|
10251
10253
|
if __debug__:
|
|
10252
10254
|
type_hints = typing.get_type_hints(_typecheckingstub__2060d4f7f98e703465a1d2f6e55970d3e0767652cb30c60bd1dfb69101403c47)
|
|
10253
10255
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10254
|
-
jsii.set(self, "tagsRaw", value)
|
|
10256
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
10255
10257
|
|
|
10256
10258
|
@jsii.data_type(
|
|
10257
10259
|
jsii_type="aws-cdk-lib.aws_glue.CfnSchema.RegistryProperty",
|
|
@@ -10700,7 +10702,7 @@ class CfnSchemaVersion(
|
|
|
10700
10702
|
if __debug__:
|
|
10701
10703
|
type_hints = typing.get_type_hints(_typecheckingstub__5443b6104677a75bc9caf64ee057fa55e785bec78f049fc4f5e67efd29bf7461)
|
|
10702
10704
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10703
|
-
jsii.set(self, "schema", value)
|
|
10705
|
+
jsii.set(self, "schema", value) # pyright: ignore[reportArgumentType]
|
|
10704
10706
|
|
|
10705
10707
|
@builtins.property
|
|
10706
10708
|
@jsii.member(jsii_name="schemaDefinition")
|
|
@@ -10713,7 +10715,7 @@ class CfnSchemaVersion(
|
|
|
10713
10715
|
if __debug__:
|
|
10714
10716
|
type_hints = typing.get_type_hints(_typecheckingstub__e456dd17518782fc61b283ca5fd68bf909fb10c1e515b9fb474ecbc27c8e77fe)
|
|
10715
10717
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10716
|
-
jsii.set(self, "schemaDefinition", value)
|
|
10718
|
+
jsii.set(self, "schemaDefinition", value) # pyright: ignore[reportArgumentType]
|
|
10717
10719
|
|
|
10718
10720
|
@jsii.data_type(
|
|
10719
10721
|
jsii_type="aws-cdk-lib.aws_glue.CfnSchemaVersion.SchemaProperty",
|
|
@@ -10910,7 +10912,7 @@ class CfnSchemaVersionMetadata(
|
|
|
10910
10912
|
if __debug__:
|
|
10911
10913
|
type_hints = typing.get_type_hints(_typecheckingstub__09ba199b752efbd3e189be84aa34a757c8f25ccebe52ad436e40c984b8b3bc6c)
|
|
10912
10914
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10913
|
-
jsii.set(self, "key", value)
|
|
10915
|
+
jsii.set(self, "key", value) # pyright: ignore[reportArgumentType]
|
|
10914
10916
|
|
|
10915
10917
|
@builtins.property
|
|
10916
10918
|
@jsii.member(jsii_name="schemaVersionId")
|
|
@@ -10923,7 +10925,7 @@ class CfnSchemaVersionMetadata(
|
|
|
10923
10925
|
if __debug__:
|
|
10924
10926
|
type_hints = typing.get_type_hints(_typecheckingstub__fe366520765f5ad7f7a4e96a3e9d66b34f59675ae226488e2e7c96301b098c2a)
|
|
10925
10927
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10926
|
-
jsii.set(self, "schemaVersionId", value)
|
|
10928
|
+
jsii.set(self, "schemaVersionId", value) # pyright: ignore[reportArgumentType]
|
|
10927
10929
|
|
|
10928
10930
|
@builtins.property
|
|
10929
10931
|
@jsii.member(jsii_name="value")
|
|
@@ -10936,7 +10938,7 @@ class CfnSchemaVersionMetadata(
|
|
|
10936
10938
|
if __debug__:
|
|
10937
10939
|
type_hints = typing.get_type_hints(_typecheckingstub__70216207f8d7da97cc8c8430c3dd8593322988412423bfad46412dc2c24ae7d6)
|
|
10938
10940
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10939
|
-
jsii.set(self, "value", value)
|
|
10941
|
+
jsii.set(self, "value", value) # pyright: ignore[reportArgumentType]
|
|
10940
10942
|
|
|
10941
10943
|
|
|
10942
10944
|
@jsii.data_type(
|
|
@@ -11230,7 +11232,7 @@ class CfnSecurityConfiguration(
|
|
|
11230
11232
|
if __debug__:
|
|
11231
11233
|
type_hints = typing.get_type_hints(_typecheckingstub__41a8b680be4f05190dbfd222f5985022aede1900f04a5407fb5617312ab60e00)
|
|
11232
11234
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11233
|
-
jsii.set(self, "encryptionConfiguration", value)
|
|
11235
|
+
jsii.set(self, "encryptionConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
11234
11236
|
|
|
11235
11237
|
@builtins.property
|
|
11236
11238
|
@jsii.member(jsii_name="name")
|
|
@@ -11243,7 +11245,7 @@ class CfnSecurityConfiguration(
|
|
|
11243
11245
|
if __debug__:
|
|
11244
11246
|
type_hints = typing.get_type_hints(_typecheckingstub__b8331f03d77759f61a97615e9eeefbfcaa25822091618cf7de977db83cbfd7d9)
|
|
11245
11247
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11246
|
-
jsii.set(self, "name", value)
|
|
11248
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
11247
11249
|
|
|
11248
11250
|
@jsii.data_type(
|
|
11249
11251
|
jsii_type="aws-cdk-lib.aws_glue.CfnSecurityConfiguration.CloudWatchEncryptionProperty",
|
|
@@ -11844,7 +11846,7 @@ class CfnTable(
|
|
|
11844
11846
|
if __debug__:
|
|
11845
11847
|
type_hints = typing.get_type_hints(_typecheckingstub__c1518e6f292d33421716de5a7971329e9e9458a0245c61bae2b6f6d4dc066edb)
|
|
11846
11848
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11847
|
-
jsii.set(self, "catalogId", value)
|
|
11849
|
+
jsii.set(self, "catalogId", value) # pyright: ignore[reportArgumentType]
|
|
11848
11850
|
|
|
11849
11851
|
@builtins.property
|
|
11850
11852
|
@jsii.member(jsii_name="databaseName")
|
|
@@ -11857,7 +11859,7 @@ class CfnTable(
|
|
|
11857
11859
|
if __debug__:
|
|
11858
11860
|
type_hints = typing.get_type_hints(_typecheckingstub__d3fa952b72d41b65e2c9a7ed9081c9236064d05e026dd37d5608da4cae676e88)
|
|
11859
11861
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11860
|
-
jsii.set(self, "databaseName", value)
|
|
11862
|
+
jsii.set(self, "databaseName", value) # pyright: ignore[reportArgumentType]
|
|
11861
11863
|
|
|
11862
11864
|
@builtins.property
|
|
11863
11865
|
@jsii.member(jsii_name="tableInput")
|
|
@@ -11875,7 +11877,7 @@ class CfnTable(
|
|
|
11875
11877
|
if __debug__:
|
|
11876
11878
|
type_hints = typing.get_type_hints(_typecheckingstub__9200a2bfb582a6d400aba47da5ed4d77a8ca52ee0956131ca52cdc58253cb811)
|
|
11877
11879
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11878
|
-
jsii.set(self, "tableInput", value)
|
|
11880
|
+
jsii.set(self, "tableInput", value) # pyright: ignore[reportArgumentType]
|
|
11879
11881
|
|
|
11880
11882
|
@builtins.property
|
|
11881
11883
|
@jsii.member(jsii_name="openTableFormatInput")
|
|
@@ -11893,7 +11895,7 @@ class CfnTable(
|
|
|
11893
11895
|
if __debug__:
|
|
11894
11896
|
type_hints = typing.get_type_hints(_typecheckingstub__665cbaaa65195b8bbc7411de99becf7db59ef5ca96a0902eefe7c34b8e25afb0)
|
|
11895
11897
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11896
|
-
jsii.set(self, "openTableFormatInput", value)
|
|
11898
|
+
jsii.set(self, "openTableFormatInput", value) # pyright: ignore[reportArgumentType]
|
|
11897
11899
|
|
|
11898
11900
|
@jsii.data_type(
|
|
11899
11901
|
jsii_type="aws-cdk-lib.aws_glue.CfnTable.ColumnProperty",
|
|
@@ -13378,7 +13380,7 @@ class CfnTableOptimizer(
|
|
|
13378
13380
|
if __debug__:
|
|
13379
13381
|
type_hints = typing.get_type_hints(_typecheckingstub__38a4902d6acd7240fb573cee400a9005e51ed6a7139e4ffec623e90ef9f80b7b)
|
|
13380
13382
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13381
|
-
jsii.set(self, "catalogId", value)
|
|
13383
|
+
jsii.set(self, "catalogId", value) # pyright: ignore[reportArgumentType]
|
|
13382
13384
|
|
|
13383
13385
|
@builtins.property
|
|
13384
13386
|
@jsii.member(jsii_name="databaseName")
|
|
@@ -13391,7 +13393,7 @@ class CfnTableOptimizer(
|
|
|
13391
13393
|
if __debug__:
|
|
13392
13394
|
type_hints = typing.get_type_hints(_typecheckingstub__2136c1b15f3acb4923d5a3c98713d4269f7960c9ea95d2b0b9e79a1dcff66f11)
|
|
13393
13395
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13394
|
-
jsii.set(self, "databaseName", value)
|
|
13396
|
+
jsii.set(self, "databaseName", value) # pyright: ignore[reportArgumentType]
|
|
13395
13397
|
|
|
13396
13398
|
@builtins.property
|
|
13397
13399
|
@jsii.member(jsii_name="tableName")
|
|
@@ -13404,7 +13406,7 @@ class CfnTableOptimizer(
|
|
|
13404
13406
|
if __debug__:
|
|
13405
13407
|
type_hints = typing.get_type_hints(_typecheckingstub__76dd7277449acba77614351258ef37ddea39ba2f2bf12b01c0f9e43abf920ba4)
|
|
13406
13408
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13407
|
-
jsii.set(self, "tableName", value)
|
|
13409
|
+
jsii.set(self, "tableName", value) # pyright: ignore[reportArgumentType]
|
|
13408
13410
|
|
|
13409
13411
|
@builtins.property
|
|
13410
13412
|
@jsii.member(jsii_name="tableOptimizerConfiguration")
|
|
@@ -13422,7 +13424,7 @@ class CfnTableOptimizer(
|
|
|
13422
13424
|
if __debug__:
|
|
13423
13425
|
type_hints = typing.get_type_hints(_typecheckingstub__562d507c6dc6935356281ca6483af893bfd21a84121b3cc3637c6dc9f955b055)
|
|
13424
13426
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13425
|
-
jsii.set(self, "tableOptimizerConfiguration", value)
|
|
13427
|
+
jsii.set(self, "tableOptimizerConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
13426
13428
|
|
|
13427
13429
|
@builtins.property
|
|
13428
13430
|
@jsii.member(jsii_name="type")
|
|
@@ -13435,7 +13437,7 @@ class CfnTableOptimizer(
|
|
|
13435
13437
|
if __debug__:
|
|
13436
13438
|
type_hints = typing.get_type_hints(_typecheckingstub__ed41a967c471f3fd661f6d5f9a4dc138f08aae636c030322c2e80ced1b41c718)
|
|
13437
13439
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13438
|
-
jsii.set(self, "type", value)
|
|
13440
|
+
jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
|
|
13439
13441
|
|
|
13440
13442
|
@jsii.data_type(
|
|
13441
13443
|
jsii_type="aws-cdk-lib.aws_glue.CfnTableOptimizer.TableOptimizerConfigurationProperty",
|
|
@@ -13969,15 +13971,6 @@ class CfnTrigger(
|
|
|
13969
13971
|
'''The CloudFormation resource type name for this resource class.'''
|
|
13970
13972
|
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
13971
13973
|
|
|
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
13974
|
@builtins.property
|
|
13982
13975
|
@jsii.member(jsii_name="cfnProperties")
|
|
13983
13976
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
@@ -14005,7 +13998,7 @@ class CfnTrigger(
|
|
|
14005
13998
|
if __debug__:
|
|
14006
13999
|
type_hints = typing.get_type_hints(_typecheckingstub__53d40032b3434d3f5e99c83dacf150ee68e626c8b767443757082d57b51f20e4)
|
|
14007
14000
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14008
|
-
jsii.set(self, "actions", value)
|
|
14001
|
+
jsii.set(self, "actions", value) # pyright: ignore[reportArgumentType]
|
|
14009
14002
|
|
|
14010
14003
|
@builtins.property
|
|
14011
14004
|
@jsii.member(jsii_name="type")
|
|
@@ -14018,7 +14011,7 @@ class CfnTrigger(
|
|
|
14018
14011
|
if __debug__:
|
|
14019
14012
|
type_hints = typing.get_type_hints(_typecheckingstub__0c40487beec9ee28746c40fb85d90ed73d85349d2b1310591566c8a389d11491)
|
|
14020
14013
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14021
|
-
jsii.set(self, "type", value)
|
|
14014
|
+
jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
|
|
14022
14015
|
|
|
14023
14016
|
@builtins.property
|
|
14024
14017
|
@jsii.member(jsii_name="description")
|
|
@@ -14031,7 +14024,7 @@ class CfnTrigger(
|
|
|
14031
14024
|
if __debug__:
|
|
14032
14025
|
type_hints = typing.get_type_hints(_typecheckingstub__8a076c3439af46ca0fd80eee9d6b5b51664f94b7328360e3909babe56dec9a68)
|
|
14033
14026
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14034
|
-
jsii.set(self, "description", value)
|
|
14027
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
14035
14028
|
|
|
14036
14029
|
@builtins.property
|
|
14037
14030
|
@jsii.member(jsii_name="eventBatchingCondition")
|
|
@@ -14049,7 +14042,7 @@ class CfnTrigger(
|
|
|
14049
14042
|
if __debug__:
|
|
14050
14043
|
type_hints = typing.get_type_hints(_typecheckingstub__194582de5e8e5febbe9a4cbc4a1e55c5a1e16e7befac99be36a1217527cc1b08)
|
|
14051
14044
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14052
|
-
jsii.set(self, "eventBatchingCondition", value)
|
|
14045
|
+
jsii.set(self, "eventBatchingCondition", value) # pyright: ignore[reportArgumentType]
|
|
14053
14046
|
|
|
14054
14047
|
@builtins.property
|
|
14055
14048
|
@jsii.member(jsii_name="name")
|
|
@@ -14062,7 +14055,7 @@ class CfnTrigger(
|
|
|
14062
14055
|
if __debug__:
|
|
14063
14056
|
type_hints = typing.get_type_hints(_typecheckingstub__c195c948ebb78674c5a524b87ee0245a04d0f596e0a692d1eb19ef4e9c11d00a)
|
|
14064
14057
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14065
|
-
jsii.set(self, "name", value)
|
|
14058
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
14066
14059
|
|
|
14067
14060
|
@builtins.property
|
|
14068
14061
|
@jsii.member(jsii_name="predicate")
|
|
@@ -14080,7 +14073,7 @@ class CfnTrigger(
|
|
|
14080
14073
|
if __debug__:
|
|
14081
14074
|
type_hints = typing.get_type_hints(_typecheckingstub__89999604a37adfda2b629e7c87daa4774ff7b411d1a7dd82765ddaea3e8db560)
|
|
14082
14075
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14083
|
-
jsii.set(self, "predicate", value)
|
|
14076
|
+
jsii.set(self, "predicate", value) # pyright: ignore[reportArgumentType]
|
|
14084
14077
|
|
|
14085
14078
|
@builtins.property
|
|
14086
14079
|
@jsii.member(jsii_name="schedule")
|
|
@@ -14093,7 +14086,7 @@ class CfnTrigger(
|
|
|
14093
14086
|
if __debug__:
|
|
14094
14087
|
type_hints = typing.get_type_hints(_typecheckingstub__619711c62d98e25126265055c5714cbf3e2603579cec35909c8ddac5c1ec55f5)
|
|
14095
14088
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14096
|
-
jsii.set(self, "schedule", value)
|
|
14089
|
+
jsii.set(self, "schedule", value) # pyright: ignore[reportArgumentType]
|
|
14097
14090
|
|
|
14098
14091
|
@builtins.property
|
|
14099
14092
|
@jsii.member(jsii_name="startOnCreation")
|
|
@@ -14111,7 +14104,7 @@ class CfnTrigger(
|
|
|
14111
14104
|
if __debug__:
|
|
14112
14105
|
type_hints = typing.get_type_hints(_typecheckingstub__68315158d369a16e86c793787be78f9303c715936ab11872da4b50150509337c)
|
|
14113
14106
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14114
|
-
jsii.set(self, "startOnCreation", value)
|
|
14107
|
+
jsii.set(self, "startOnCreation", value) # pyright: ignore[reportArgumentType]
|
|
14115
14108
|
|
|
14116
14109
|
@builtins.property
|
|
14117
14110
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -14124,7 +14117,7 @@ class CfnTrigger(
|
|
|
14124
14117
|
if __debug__:
|
|
14125
14118
|
type_hints = typing.get_type_hints(_typecheckingstub__6b0b45c89e6532f144a9dfed7dc674b60a42cbe0a87f33d0c9422d7ae3603da7)
|
|
14126
14119
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14127
|
-
jsii.set(self, "tagsRaw", value)
|
|
14120
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
14128
14121
|
|
|
14129
14122
|
@builtins.property
|
|
14130
14123
|
@jsii.member(jsii_name="workflowName")
|
|
@@ -14137,7 +14130,7 @@ class CfnTrigger(
|
|
|
14137
14130
|
if __debug__:
|
|
14138
14131
|
type_hints = typing.get_type_hints(_typecheckingstub__cf30f6c51932d46e70bffc0458c6c0fb8cb8525d3df1b7d576068ebaddc0e640)
|
|
14139
14132
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14140
|
-
jsii.set(self, "workflowName", value)
|
|
14133
|
+
jsii.set(self, "workflowName", value) # pyright: ignore[reportArgumentType]
|
|
14141
14134
|
|
|
14142
14135
|
@jsii.data_type(
|
|
14143
14136
|
jsii_type="aws-cdk-lib.aws_glue.CfnTrigger.ActionProperty",
|
|
@@ -14995,7 +14988,7 @@ class CfnWorkflow(
|
|
|
14995
14988
|
if __debug__:
|
|
14996
14989
|
type_hints = typing.get_type_hints(_typecheckingstub__44dfd2cb43609bdf14cd367fdb19e4b1ca604d3264c983f445f606fe9e35818f)
|
|
14997
14990
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14998
|
-
jsii.set(self, "defaultRunProperties", value)
|
|
14991
|
+
jsii.set(self, "defaultRunProperties", value) # pyright: ignore[reportArgumentType]
|
|
14999
14992
|
|
|
15000
14993
|
@builtins.property
|
|
15001
14994
|
@jsii.member(jsii_name="description")
|
|
@@ -15008,7 +15001,7 @@ class CfnWorkflow(
|
|
|
15008
15001
|
if __debug__:
|
|
15009
15002
|
type_hints = typing.get_type_hints(_typecheckingstub__111cdaa83ed7e77873f89337e876aecddb9e6d748ce7b22cd537261bb2c0040e)
|
|
15010
15003
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
15011
|
-
jsii.set(self, "description", value)
|
|
15004
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
15012
15005
|
|
|
15013
15006
|
@builtins.property
|
|
15014
15007
|
@jsii.member(jsii_name="maxConcurrentRuns")
|
|
@@ -15021,7 +15014,7 @@ class CfnWorkflow(
|
|
|
15021
15014
|
if __debug__:
|
|
15022
15015
|
type_hints = typing.get_type_hints(_typecheckingstub__41a06b4a8c873f8b95edfbe239c7699899e5c1a8a74755383d7c6c587b34c348)
|
|
15023
15016
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
15024
|
-
jsii.set(self, "maxConcurrentRuns", value)
|
|
15017
|
+
jsii.set(self, "maxConcurrentRuns", value) # pyright: ignore[reportArgumentType]
|
|
15025
15018
|
|
|
15026
15019
|
@builtins.property
|
|
15027
15020
|
@jsii.member(jsii_name="name")
|
|
@@ -15034,7 +15027,7 @@ class CfnWorkflow(
|
|
|
15034
15027
|
if __debug__:
|
|
15035
15028
|
type_hints = typing.get_type_hints(_typecheckingstub__7e19cad13834aa6cc47e532030a314d08f3c215dfcce008b2e0227db3d71718e)
|
|
15036
15029
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
15037
|
-
jsii.set(self, "name", value)
|
|
15030
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
15038
15031
|
|
|
15039
15032
|
@builtins.property
|
|
15040
15033
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -15047,7 +15040,7 @@ class CfnWorkflow(
|
|
|
15047
15040
|
if __debug__:
|
|
15048
15041
|
type_hints = typing.get_type_hints(_typecheckingstub__588bdefa1fb0e0005b05a203dd64a0a1b8395bced0853eefec4b1943820f9259)
|
|
15049
15042
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
15050
|
-
jsii.set(self, "tagsRaw", value)
|
|
15043
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
15051
15044
|
|
|
15052
15045
|
|
|
15053
15046
|
@jsii.data_type(
|