aws-cdk-lib 2.200.2__py3-none-any.whl → 2.224.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 +1349 -373
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.200.2.jsii.tgz → aws-cdk-lib@2.224.0.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +12 -2
- aws_cdk/aws_accessanalyzer/__init__.py +323 -6
- aws_cdk/aws_acmpca/__init__.py +53 -10
- aws_cdk/aws_aiops/__init__.py +1019 -0
- aws_cdk/aws_amazonmq/__init__.py +357 -313
- aws_cdk/aws_amplify/__init__.py +173 -17
- aws_cdk/aws_amplifyuibuilder/__init__.py +35 -6
- aws_cdk/aws_apigateway/__init__.py +1017 -155
- aws_cdk/aws_apigatewayv2/__init__.py +2796 -379
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +94 -16
- aws_cdk/aws_appconfig/__init__.py +298 -43
- aws_cdk/aws_appflow/__init__.py +151 -6
- aws_cdk/aws_appintegrations/__init__.py +546 -6
- aws_cdk/aws_applicationautoscaling/__init__.py +29 -6
- aws_cdk/aws_applicationinsights/__init__.py +13 -2
- aws_cdk/aws_applicationsignals/__init__.py +374 -6
- aws_cdk/aws_appmesh/__init__.py +94 -26
- aws_cdk/aws_apprunner/__init__.py +66 -18
- aws_cdk/aws_appstream/__init__.py +309 -55
- aws_cdk/aws_appsync/__init__.py +227 -53
- aws_cdk/aws_apptest/__init__.py +71 -2
- aws_cdk/aws_aps/__init__.py +1875 -132
- aws_cdk/aws_arcregionswitch/__init__.py +5095 -0
- aws_cdk/aws_arczonalshift/__init__.py +39 -12
- aws_cdk/aws_athena/__init__.py +365 -29
- aws_cdk/aws_auditmanager/__init__.py +71 -2
- aws_cdk/aws_autoscaling/__init__.py +135 -55
- aws_cdk/aws_autoscaling_common/__init__.py +3 -0
- aws_cdk/aws_autoscalingplans/__init__.py +13 -2
- aws_cdk/aws_b2bi/__init__.py +1819 -99
- aws_cdk/aws_backup/__init__.py +317 -28
- aws_cdk/aws_backupgateway/__init__.py +13 -2
- aws_cdk/aws_batch/__init__.py +1405 -178
- aws_cdk/aws_bcmdataexports/__init__.py +21 -2
- aws_cdk/aws_bedrock/__init__.py +6747 -627
- aws_cdk/aws_bedrockagentcore/__init__.py +10425 -0
- aws_cdk/aws_billingconductor/__init__.py +197 -11
- aws_cdk/aws_budgets/__init__.py +42 -4
- aws_cdk/aws_cassandra/__init__.py +247 -6
- aws_cdk/aws_ce/__init__.py +35 -6
- aws_cdk/aws_certificatemanager/__init__.py +237 -32
- aws_cdk/aws_chatbot/__init__.py +70 -6
- aws_cdk/aws_cleanrooms/__init__.py +709 -206
- aws_cdk/aws_cleanroomsml/__init__.py +13 -2
- aws_cdk/aws_cloud9/__init__.py +13 -2
- aws_cdk/aws_cloudformation/__init__.py +345 -166
- aws_cdk/aws_cloudfront/__init__.py +2101 -680
- aws_cdk/aws_cloudfront/experimental/__init__.py +108 -16
- aws_cdk/aws_cloudfront_origins/__init__.py +614 -73
- aws_cdk/aws_cloudtrail/__init__.py +301 -17
- aws_cdk/aws_cloudwatch/__init__.py +1414 -153
- aws_cdk/aws_codeartifact/__init__.py +35 -6
- aws_cdk/aws_codebuild/__init__.py +1103 -118
- aws_cdk/aws_codecommit/__init__.py +23 -9
- aws_cdk/aws_codeconnections/__init__.py +13 -2
- aws_cdk/aws_codedeploy/__init__.py +67 -6
- aws_cdk/aws_codeguruprofiler/__init__.py +74 -2
- aws_cdk/aws_codegurureviewer/__init__.py +13 -2
- aws_cdk/aws_codepipeline/__init__.py +127 -64
- aws_cdk/aws_codepipeline_actions/__init__.py +749 -0
- aws_cdk/aws_codestar/__init__.py +13 -2
- aws_cdk/aws_codestarconnections/__init__.py +35 -6
- aws_cdk/aws_codestarnotifications/__init__.py +16 -2
- aws_cdk/aws_cognito/__init__.py +814 -80
- aws_cdk/aws_cognito_identitypool/__init__.py +17 -12
- aws_cdk/aws_comprehend/__init__.py +24 -4
- aws_cdk/aws_config/__init__.py +191 -30
- aws_cdk/aws_connect/__init__.py +2736 -191
- aws_cdk/aws_connectcampaigns/__init__.py +13 -2
- aws_cdk/aws_connectcampaignsv2/__init__.py +268 -6
- aws_cdk/aws_controltower/__init__.py +35 -6
- aws_cdk/aws_cur/__init__.py +100 -4
- aws_cdk/aws_customerprofiles/__init__.py +617 -27
- aws_cdk/aws_databrew/__init__.py +68 -12
- aws_cdk/aws_datapipeline/__init__.py +42 -2
- aws_cdk/aws_datasync/__init__.py +723 -203
- aws_cdk/aws_datazone/__init__.py +4425 -608
- aws_cdk/aws_dax/__init__.py +83 -6
- aws_cdk/aws_deadline/__init__.py +321 -32
- aws_cdk/aws_detective/__init__.py +35 -6
- aws_cdk/aws_devicefarm/__init__.py +68 -12
- aws_cdk/aws_devopsguru/__init__.py +37 -6
- aws_cdk/aws_directoryservice/__init__.py +53 -4
- aws_cdk/aws_dlm/__init__.py +13 -2
- aws_cdk/aws_dms/__init__.py +184 -27
- aws_cdk/aws_docdb/__init__.py +323 -46
- aws_cdk/aws_docdbelastic/__init__.py +13 -2
- aws_cdk/aws_dsql/__init__.py +340 -12
- aws_cdk/aws_dynamodb/__init__.py +1463 -166
- aws_cdk/aws_ec2/__init__.py +9636 -1120
- aws_cdk/aws_ecr/__init__.py +631 -43
- aws_cdk/aws_ecr_assets/__init__.py +4 -0
- aws_cdk/aws_ecs/__init__.py +6524 -497
- aws_cdk/aws_ecs_patterns/__init__.py +2 -0
- aws_cdk/aws_efs/__init__.py +264 -24
- aws_cdk/aws_eks/__init__.py +1050 -218
- aws_cdk/aws_elasticache/__init__.py +373 -20
- aws_cdk/aws_elasticbeanstalk/__init__.py +75 -8
- aws_cdk/aws_elasticloadbalancing/__init__.py +16 -2
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +1670 -106
- aws_cdk/aws_elasticsearch/__init__.py +282 -9
- aws_cdk/aws_emr/__init__.py +187 -20
- aws_cdk/aws_emrcontainers/__init__.py +71 -2
- aws_cdk/aws_emrserverless/__init__.py +188 -3
- aws_cdk/aws_entityresolution/__init__.py +585 -58
- aws_cdk/aws_events/__init__.py +969 -124
- aws_cdk/aws_events_targets/__init__.py +310 -54
- aws_cdk/aws_eventschemas/__init__.py +46 -8
- aws_cdk/aws_evidently/__init__.py +57 -10
- aws_cdk/aws_evs/__init__.py +2244 -0
- aws_cdk/aws_finspace/__init__.py +71 -2
- aws_cdk/aws_fis/__init__.py +26 -4
- aws_cdk/aws_fms/__init__.py +35 -6
- aws_cdk/aws_forecast/__init__.py +24 -4
- aws_cdk/aws_frauddetector/__init__.py +79 -14
- aws_cdk/aws_fsx/__init__.py +1236 -142
- aws_cdk/aws_gamelift/__init__.py +653 -78
- aws_cdk/aws_gameliftstreams/__init__.py +38 -16
- aws_cdk/aws_globalaccelerator/__init__.py +55 -14
- aws_cdk/aws_glue/__init__.py +1368 -320
- aws_cdk/aws_grafana/__init__.py +13 -2
- aws_cdk/aws_greengrass/__init__.py +654 -32
- aws_cdk/aws_greengrassv2/__init__.py +53 -4
- aws_cdk/aws_groundstation/__init__.py +122 -6
- aws_cdk/aws_guardduty/__init__.py +1613 -123
- aws_cdk/aws_healthimaging/__init__.py +71 -2
- aws_cdk/aws_healthlake/__init__.py +42 -2
- aws_cdk/aws_iam/__init__.py +480 -140
- aws_cdk/aws_identitystore/__init__.py +24 -4
- aws_cdk/aws_imagebuilder/__init__.py +1433 -183
- aws_cdk/aws_inspector/__init__.py +38 -6
- aws_cdk/aws_inspectorv2/__init__.py +2285 -243
- aws_cdk/aws_internetmonitor/__init__.py +71 -2
- aws_cdk/aws_invoicing/__init__.py +13 -2
- aws_cdk/aws_iot/__init__.py +1730 -86
- aws_cdk/aws_iotanalytics/__init__.py +162 -8
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +106 -40
- aws_cdk/aws_iotevents/__init__.py +122 -6
- aws_cdk/aws_iotfleethub/__init__.py +71 -2
- aws_cdk/aws_iotfleetwise/__init__.py +195 -14
- aws_cdk/aws_iotsitewise/__init__.py +1837 -89
- aws_cdk/aws_iotthingsgraph/__init__.py +13 -2
- aws_cdk/aws_iottwinmaker/__init__.py +115 -10
- aws_cdk/aws_iotwireless/__init__.py +649 -22
- aws_cdk/aws_ivs/__init__.py +561 -57
- aws_cdk/aws_ivschat/__init__.py +24 -4
- aws_cdk/aws_kafkaconnect/__init__.py +35 -6
- aws_cdk/aws_kendra/__init__.py +120 -28
- aws_cdk/aws_kendraranking/__init__.py +13 -2
- aws_cdk/aws_kinesis/__init__.py +622 -22
- aws_cdk/aws_kinesisanalytics/__init__.py +467 -94
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +201 -11
- aws_cdk/aws_kinesisfirehose/__init__.py +3077 -295
- aws_cdk/aws_kinesisvideo/__init__.py +24 -4
- aws_cdk/aws_kms/__init__.py +188 -41
- aws_cdk/aws_lakeformation/__init__.py +80 -15
- aws_cdk/aws_lambda/__init__.py +2101 -252
- aws_cdk/aws_lambda_event_sources/__init__.py +638 -1
- aws_cdk/aws_lambda_nodejs/__init__.py +63 -24
- aws_cdk/aws_launchwizard/__init__.py +13 -2
- aws_cdk/aws_lex/__init__.py +871 -8
- aws_cdk/aws_licensemanager/__init__.py +24 -4
- aws_cdk/aws_lightsail/__init__.py +2159 -975
- aws_cdk/aws_location/__init__.py +618 -14
- aws_cdk/aws_logs/__init__.py +5904 -956
- aws_cdk/aws_lookoutequipment/__init__.py +13 -2
- aws_cdk/aws_lookoutmetrics/__init__.py +38 -6
- aws_cdk/aws_lookoutvision/__init__.py +71 -2
- aws_cdk/aws_m2/__init__.py +94 -19
- aws_cdk/aws_macie/__init__.py +49 -11
- aws_cdk/aws_managedblockchain/__init__.py +180 -6
- aws_cdk/aws_mediaconnect/__init__.py +101 -18
- aws_cdk/aws_mediaconvert/__init__.py +35 -6
- aws_cdk/aws_medialive/__init__.py +1239 -35
- aws_cdk/aws_mediapackage/__init__.py +59 -12
- aws_cdk/aws_mediapackagev2/__init__.py +1607 -225
- aws_cdk/aws_mediastore/__init__.py +13 -2
- aws_cdk/aws_mediatailor/__init__.py +583 -12
- aws_cdk/aws_memorydb/__init__.py +271 -12
- aws_cdk/aws_mpa/__init__.py +1495 -0
- aws_cdk/aws_msk/__init__.py +104 -18
- aws_cdk/aws_mwaa/__init__.py +121 -9
- aws_cdk/aws_neptune/__init__.py +290 -78
- aws_cdk/aws_neptunegraph/__init__.py +24 -4
- aws_cdk/aws_networkfirewall/__init__.py +1289 -273
- aws_cdk/aws_networkmanager/__init__.py +349 -33
- aws_cdk/aws_nimblestudio/__init__.py +75 -8
- aws_cdk/aws_notifications/__init__.py +317 -12
- aws_cdk/aws_notificationscontacts/__init__.py +13 -2
- aws_cdk/aws_oam/__init__.py +24 -4
- aws_cdk/aws_observabilityadmin/__init__.py +2561 -0
- aws_cdk/aws_odb/__init__.py +5872 -0
- aws_cdk/aws_omics/__init__.py +2495 -529
- aws_cdk/aws_opensearchserverless/__init__.py +312 -37
- aws_cdk/aws_opensearchservice/__init__.py +495 -19
- aws_cdk/aws_opsworks/__init__.py +235 -139
- aws_cdk/aws_opsworkscm/__init__.py +16 -52
- aws_cdk/aws_organizations/__init__.py +70 -10
- aws_cdk/aws_osis/__init__.py +167 -2
- aws_cdk/aws_panorama/__init__.py +151 -6
- aws_cdk/aws_paymentcryptography/__init__.py +24 -4
- aws_cdk/aws_pcaconnectorad/__init__.py +59 -10
- aws_cdk/aws_pcaconnectorscep/__init__.py +24 -4
- aws_cdk/aws_pcs/__init__.py +387 -68
- aws_cdk/aws_personalize/__init__.py +46 -8
- aws_cdk/aws_pinpoint/__init__.py +329 -38
- aws_cdk/aws_pinpointemail/__init__.py +48 -8
- aws_cdk/aws_pipes/__init__.py +12 -2
- aws_cdk/aws_proton/__init__.py +37 -6
- aws_cdk/aws_qbusiness/__init__.py +635 -34
- aws_cdk/aws_qldb/__init__.py +24 -4
- aws_cdk/aws_quicksight/__init__.py +7900 -1160
- aws_cdk/aws_ram/__init__.py +24 -4
- aws_cdk/aws_rbin/__init__.py +12 -2
- aws_cdk/aws_rds/__init__.py +3345 -512
- aws_cdk/aws_redshift/__init__.py +143 -20
- aws_cdk/aws_redshiftserverless/__init__.py +692 -4
- aws_cdk/aws_refactorspaces/__init__.py +64 -14
- aws_cdk/aws_rekognition/__init__.py +93 -6
- aws_cdk/aws_resiliencehub/__init__.py +24 -4
- aws_cdk/aws_resourceexplorer2/__init__.py +35 -6
- aws_cdk/aws_resourcegroups/__init__.py +82 -4
- aws_cdk/aws_robomaker/__init__.py +72 -12
- aws_cdk/aws_rolesanywhere/__init__.py +180 -6
- aws_cdk/aws_route53/__init__.py +3273 -1442
- aws_cdk/aws_route53_targets/__init__.py +3 -0
- aws_cdk/aws_route53profiles/__init__.py +37 -6
- aws_cdk/aws_route53recoverycontrol/__init__.py +46 -8
- aws_cdk/aws_route53recoveryreadiness/__init__.py +104 -8
- aws_cdk/aws_route53resolver/__init__.py +226 -36
- aws_cdk/aws_rtbfabric/__init__.py +3498 -0
- aws_cdk/aws_rum/__init__.py +13 -2
- aws_cdk/aws_s3/__init__.py +1291 -158
- aws_cdk/aws_s3_assets/__init__.py +11 -11
- aws_cdk/aws_s3_deployment/__init__.py +147 -11
- aws_cdk/aws_s3_notifications/__init__.py +7 -7
- aws_cdk/aws_s3express/__init__.py +266 -8
- aws_cdk/aws_s3objectlambda/__init__.py +68 -16
- aws_cdk/aws_s3outposts/__init__.py +46 -8
- aws_cdk/aws_s3tables/__init__.py +2000 -323
- aws_cdk/aws_s3vectors/__init__.py +1378 -0
- aws_cdk/aws_sagemaker/__init__.py +6617 -363
- aws_cdk/aws_sam/__init__.py +79 -14
- aws_cdk/aws_scheduler/__init__.py +237 -4
- aws_cdk/aws_sdb/__init__.py +12 -2
- aws_cdk/aws_secretsmanager/__init__.py +170 -14
- aws_cdk/aws_securityhub/__init__.py +3121 -176
- aws_cdk/aws_securitylake/__init__.py +46 -8
- aws_cdk/aws_servicecatalog/__init__.py +405 -246
- aws_cdk/aws_servicecatalogappregistry/__init__.py +164 -8
- aws_cdk/aws_servicediscovery/__init__.py +140 -47
- aws_cdk/aws_ses/__init__.py +1231 -140
- aws_cdk/aws_shield/__init__.py +46 -8
- aws_cdk/aws_signer/__init__.py +27 -4
- aws_cdk/aws_simspaceweaver/__init__.py +42 -2
- aws_cdk/aws_smsvoice/__init__.py +4716 -0
- aws_cdk/aws_sns/__init__.py +245 -29
- aws_cdk/aws_sns_subscriptions/__init__.py +3 -1
- aws_cdk/aws_sqs/__init__.py +211 -14
- aws_cdk/aws_ssm/__init__.py +401 -58
- aws_cdk/aws_ssmcontacts/__init__.py +46 -8
- aws_cdk/aws_ssmguiconnect/__init__.py +13 -2
- aws_cdk/aws_ssmincidents/__init__.py +24 -4
- aws_cdk/aws_ssmquicksetup/__init__.py +383 -6
- aws_cdk/aws_sso/__init__.py +70 -12
- aws_cdk/aws_stepfunctions/__init__.py +615 -70
- aws_cdk/aws_stepfunctions_tasks/__init__.py +781 -144
- aws_cdk/aws_supportapp/__init__.py +39 -6
- aws_cdk/aws_synthetics/__init__.py +861 -75
- aws_cdk/aws_systemsmanagersap/__init__.py +13 -2
- aws_cdk/aws_timestream/__init__.py +104 -8
- aws_cdk/aws_transfer/__init__.py +784 -87
- aws_cdk/aws_verifiedpermissions/__init__.py +145 -17
- aws_cdk/aws_voiceid/__init__.py +41 -2
- aws_cdk/aws_vpclattice/__init__.py +376 -30
- aws_cdk/aws_waf/__init__.py +79 -14
- aws_cdk/aws_wafregional/__init__.py +123 -22
- aws_cdk/aws_wafv2/__init__.py +1179 -60
- aws_cdk/aws_wisdom/__init__.py +1401 -90
- aws_cdk/aws_workspaces/__init__.py +93 -6
- aws_cdk/aws_workspacesinstances/__init__.py +3940 -0
- aws_cdk/aws_workspacesthinclient/__init__.py +79 -10
- aws_cdk/aws_workspacesweb/__init__.py +1057 -141
- aws_cdk/aws_xray/__init__.py +48 -8
- aws_cdk/cloud_assembly_schema/__init__.py +231 -6
- aws_cdk/custom_resources/__init__.py +40 -12
- aws_cdk/cx_api/__init__.py +85 -14
- aws_cdk/interfaces/__init__.py +739 -0
- aws_cdk/interfaces/alexa_ask/__init__.py +146 -0
- aws_cdk/interfaces/aws_accessanalyzer/__init__.py +146 -0
- aws_cdk/interfaces/aws_acmpca/__init__.py +501 -0
- aws_cdk/interfaces/aws_aiops/__init__.py +146 -0
- aws_cdk/interfaces/aws_amazonmq/__init__.py +386 -0
- aws_cdk/interfaces/aws_amplify/__init__.py +352 -0
- aws_cdk/interfaces/aws_amplifyuibuilder/__init__.py +454 -0
- aws_cdk/interfaces/aws_apigateway/__init__.py +2486 -0
- aws_cdk/interfaces/aws_apigatewayv2/__init__.py +1651 -0
- aws_cdk/interfaces/aws_appconfig/__init__.py +1020 -0
- aws_cdk/interfaces/aws_appflow/__init__.py +404 -0
- aws_cdk/interfaces/aws_appintegrations/__init__.py +396 -0
- aws_cdk/interfaces/aws_applicationautoscaling/__init__.py +307 -0
- aws_cdk/interfaces/aws_applicationinsights/__init__.py +148 -0
- aws_cdk/interfaces/aws_applicationsignals/__init__.py +358 -0
- aws_cdk/interfaces/aws_appmesh/__init__.py +888 -0
- aws_cdk/interfaces/aws_apprunner/__init__.py +564 -0
- aws_cdk/interfaces/aws_appstream/__init__.py +1482 -0
- aws_cdk/interfaces/aws_appsync/__init__.py +1326 -0
- aws_cdk/interfaces/aws_apptest/__init__.py +163 -0
- aws_cdk/interfaces/aws_aps/__init__.py +558 -0
- aws_cdk/interfaces/aws_arcregionswitch/__init__.py +146 -0
- aws_cdk/interfaces/aws_arczonalshift/__init__.py +273 -0
- aws_cdk/interfaces/aws_athena/__init__.py +575 -0
- aws_cdk/interfaces/aws_auditmanager/__init__.py +163 -0
- aws_cdk/interfaces/aws_autoscaling/__init__.py +705 -0
- aws_cdk/interfaces/aws_autoscalingplans/__init__.py +148 -0
- aws_cdk/interfaces/aws_b2bi/__init__.py +524 -0
- aws_cdk/interfaces/aws_backup/__init__.py +955 -0
- aws_cdk/interfaces/aws_backupgateway/__init__.py +146 -0
- aws_cdk/interfaces/aws_batch/__init__.py +681 -0
- aws_cdk/interfaces/aws_bcmdataexports/__init__.py +146 -0
- aws_cdk/interfaces/aws_bedrock/__init__.py +1942 -0
- aws_cdk/interfaces/aws_bedrockagentcore/__init__.py +934 -0
- aws_cdk/interfaces/aws_billing/__init__.py +146 -0
- aws_cdk/interfaces/aws_billingconductor/__init__.py +463 -0
- aws_cdk/interfaces/aws_budgets/__init__.py +261 -0
- aws_cdk/interfaces/aws_cassandra/__init__.py +381 -0
- aws_cdk/interfaces/aws_ce/__init__.py +352 -0
- aws_cdk/interfaces/aws_certificatemanager/__init__.py +251 -0
- aws_cdk/interfaces/aws_chatbot/__init__.py +366 -0
- aws_cdk/interfaces/aws_cleanrooms/__init__.py +1103 -0
- aws_cdk/interfaces/aws_cleanroomsml/__init__.py +148 -0
- aws_cdk/interfaces/aws_cloud9/__init__.py +166 -0
- aws_cdk/interfaces/aws_cloudformation/__init__.py +1919 -0
- aws_cdk/interfaces/aws_cloudfront/__init__.py +1998 -0
- aws_cdk/interfaces/aws_cloudtrail/__init__.py +570 -0
- aws_cdk/interfaces/aws_cloudwatch/__init__.py +733 -0
- aws_cdk/interfaces/aws_codeartifact/__init__.py +352 -0
- aws_cdk/interfaces/aws_codebuild/__init__.py +487 -0
- aws_cdk/interfaces/aws_codecommit/__init__.py +163 -0
- aws_cdk/interfaces/aws_codeconnections/__init__.py +146 -0
- aws_cdk/interfaces/aws_codedeploy/__init__.py +352 -0
- aws_cdk/interfaces/aws_codeguruprofiler/__init__.py +168 -0
- aws_cdk/interfaces/aws_codegurureviewer/__init__.py +148 -0
- aws_cdk/interfaces/aws_codepipeline/__init__.py +388 -0
- aws_cdk/interfaces/aws_codestar/__init__.py +146 -0
- aws_cdk/interfaces/aws_codestarconnections/__init__.py +370 -0
- aws_cdk/interfaces/aws_codestarnotifications/__init__.py +148 -0
- aws_cdk/interfaces/aws_cognito/__init__.py +1929 -0
- aws_cdk/interfaces/aws_comprehend/__init__.py +251 -0
- aws_cdk/interfaces/aws_config/__init__.py +1165 -0
- aws_cdk/interfaces/aws_connect/__init__.py +2949 -0
- aws_cdk/interfaces/aws_connectcampaigns/__init__.py +146 -0
- aws_cdk/interfaces/aws_connectcampaignsv2/__init__.py +146 -0
- aws_cdk/interfaces/aws_controltower/__init__.py +394 -0
- aws_cdk/interfaces/aws_cur/__init__.py +146 -0
- aws_cdk/interfaces/aws_customerprofiles/__init__.py +915 -0
- aws_cdk/interfaces/aws_databrew/__init__.py +661 -0
- aws_cdk/interfaces/aws_datapipeline/__init__.py +146 -0
- aws_cdk/interfaces/aws_datasync/__init__.py +1384 -0
- aws_cdk/interfaces/aws_datazone/__init__.py +2238 -0
- aws_cdk/interfaces/aws_dax/__init__.py +364 -0
- aws_cdk/interfaces/aws_deadline/__init__.py +1303 -0
- aws_cdk/interfaces/aws_detective/__init__.py +364 -0
- aws_cdk/interfaces/aws_devicefarm/__init__.py +663 -0
- aws_cdk/interfaces/aws_devopsguru/__init__.py +362 -0
- aws_cdk/interfaces/aws_directoryservice/__init__.py +251 -0
- aws_cdk/interfaces/aws_dlm/__init__.py +166 -0
- aws_cdk/interfaces/aws_dms/__init__.py +1176 -0
- aws_cdk/interfaces/aws_docdb/__init__.py +560 -0
- aws_cdk/interfaces/aws_docdbelastic/__init__.py +146 -0
- aws_cdk/interfaces/aws_dsql/__init__.py +146 -0
- aws_cdk/interfaces/aws_dynamodb/__init__.py +278 -0
- aws_cdk/interfaces/aws_ec2/__init__.py +11963 -0
- aws_cdk/interfaces/aws_ecr/__init__.py +814 -0
- aws_cdk/interfaces/aws_ecs/__init__.py +845 -0
- aws_cdk/interfaces/aws_efs/__init__.py +392 -0
- aws_cdk/interfaces/aws_eks/__init__.py +948 -0
- aws_cdk/interfaces/aws_elasticache/__init__.py +1108 -0
- aws_cdk/interfaces/aws_elasticbeanstalk/__init__.py +503 -0
- aws_cdk/interfaces/aws_elasticloadbalancing/__init__.py +148 -0
- aws_cdk/interfaces/aws_elasticloadbalancingv2/__init__.py +795 -0
- aws_cdk/interfaces/aws_elasticsearch/__init__.py +158 -0
- aws_cdk/interfaces/aws_emr/__init__.py +913 -0
- aws_cdk/interfaces/aws_emrcontainers/__init__.py +168 -0
- aws_cdk/interfaces/aws_emrserverless/__init__.py +166 -0
- aws_cdk/interfaces/aws_entityresolution/__init__.py +608 -0
- aws_cdk/interfaces/aws_events/__init__.py +872 -0
- aws_cdk/interfaces/aws_eventschemas/__init__.py +455 -0
- aws_cdk/interfaces/aws_evidently/__init__.py +558 -0
- aws_cdk/interfaces/aws_evs/__init__.py +166 -0
- aws_cdk/interfaces/aws_finspace/__init__.py +166 -0
- aws_cdk/interfaces/aws_fis/__init__.py +271 -0
- aws_cdk/interfaces/aws_fms/__init__.py +364 -0
- aws_cdk/interfaces/aws_forecast/__init__.py +249 -0
- aws_cdk/interfaces/aws_frauddetector/__init__.py +764 -0
- aws_cdk/interfaces/aws_fsx/__init__.py +663 -0
- aws_cdk/interfaces/aws_gamelift/__init__.py +1325 -0
- aws_cdk/interfaces/aws_gameliftstreams/__init__.py +249 -0
- aws_cdk/interfaces/aws_globalaccelerator/__init__.py +461 -0
- aws_cdk/interfaces/aws_glue/__init__.py +2377 -0
- aws_cdk/interfaces/aws_grafana/__init__.py +146 -0
- aws_cdk/interfaces/aws_greengrass/__init__.py +1871 -0
- aws_cdk/interfaces/aws_greengrassv2/__init__.py +251 -0
- aws_cdk/interfaces/aws_groundstation/__init__.py +396 -0
- aws_cdk/interfaces/aws_guardduty/__init__.py +1225 -0
- aws_cdk/interfaces/aws_healthimaging/__init__.py +163 -0
- aws_cdk/interfaces/aws_healthlake/__init__.py +146 -0
- aws_cdk/interfaces/aws_iam/__init__.py +1803 -0
- aws_cdk/interfaces/aws_identitystore/__init__.py +288 -0
- aws_cdk/interfaces/aws_imagebuilder/__init__.py +984 -0
- aws_cdk/interfaces/aws_inspector/__init__.py +354 -0
- aws_cdk/interfaces/aws_inspectorv2/__init__.py +467 -0
- aws_cdk/interfaces/aws_internetmonitor/__init__.py +163 -0
- aws_cdk/interfaces/aws_invoicing/__init__.py +146 -0
- aws_cdk/interfaces/aws_iot/__init__.py +3483 -0
- aws_cdk/interfaces/aws_iotanalytics/__init__.py +455 -0
- aws_cdk/interfaces/aws_iotcoredeviceadvisor/__init__.py +168 -0
- aws_cdk/interfaces/aws_iotevents/__init__.py +352 -0
- aws_cdk/interfaces/aws_iotfleethub/__init__.py +166 -0
- aws_cdk/interfaces/aws_iotfleetwise/__init__.py +892 -0
- aws_cdk/interfaces/aws_iotsitewise/__init__.py +1097 -0
- aws_cdk/interfaces/aws_iotthingsgraph/__init__.py +146 -0
- aws_cdk/interfaces/aws_iottwinmaker/__init__.py +711 -0
- aws_cdk/interfaces/aws_iotwireless/__init__.py +1401 -0
- aws_cdk/interfaces/aws_ivs/__init__.py +1075 -0
- aws_cdk/interfaces/aws_ivschat/__init__.py +251 -0
- aws_cdk/interfaces/aws_kafkaconnect/__init__.py +354 -0
- aws_cdk/interfaces/aws_kendra/__init__.py +428 -0
- aws_cdk/interfaces/aws_kendraranking/__init__.py +166 -0
- aws_cdk/interfaces/aws_kinesis/__init__.py +364 -0
- aws_cdk/interfaces/aws_kinesisanalytics/__init__.py +364 -0
- aws_cdk/interfaces/aws_kinesisanalyticsv2/__init__.py +479 -0
- aws_cdk/interfaces/aws_kinesisfirehose/__init__.py +168 -0
- aws_cdk/interfaces/aws_kinesisvideo/__init__.py +283 -0
- aws_cdk/interfaces/aws_kms/__init__.py +376 -0
- aws_cdk/interfaces/aws_lakeformation/__init__.py +860 -0
- aws_cdk/interfaces/aws_lambda/__init__.py +1141 -0
- aws_cdk/interfaces/aws_launchwizard/__init__.py +146 -0
- aws_cdk/interfaces/aws_lex/__init__.py +513 -0
- aws_cdk/interfaces/aws_licensemanager/__init__.py +249 -0
- aws_cdk/interfaces/aws_lightsail/__init__.py +1744 -0
- aws_cdk/interfaces/aws_location/__init__.py +879 -0
- aws_cdk/interfaces/aws_logs/__init__.py +1667 -0
- aws_cdk/interfaces/aws_lookoutequipment/__init__.py +168 -0
- aws_cdk/interfaces/aws_lookoutmetrics/__init__.py +251 -0
- aws_cdk/interfaces/aws_lookoutvision/__init__.py +163 -0
- aws_cdk/interfaces/aws_m2/__init__.py +352 -0
- aws_cdk/interfaces/aws_macie/__init__.py +512 -0
- aws_cdk/interfaces/aws_managedblockchain/__init__.py +381 -0
- aws_cdk/interfaces/aws_mediaconnect/__init__.py +1028 -0
- aws_cdk/interfaces/aws_mediaconvert/__init__.py +396 -0
- aws_cdk/interfaces/aws_medialive/__init__.py +1755 -0
- aws_cdk/interfaces/aws_mediapackage/__init__.py +644 -0
- aws_cdk/interfaces/aws_mediapackagev2/__init__.py +618 -0
- aws_cdk/interfaces/aws_mediastore/__init__.py +146 -0
- aws_cdk/interfaces/aws_mediatailor/__init__.py +788 -0
- aws_cdk/interfaces/aws_memorydb/__init__.py +685 -0
- aws_cdk/interfaces/aws_mpa/__init__.py +249 -0
- aws_cdk/interfaces/aws_msk/__init__.py +764 -0
- aws_cdk/interfaces/aws_mwaa/__init__.py +166 -0
- aws_cdk/interfaces/aws_neptune/__init__.py +663 -0
- aws_cdk/interfaces/aws_neptunegraph/__init__.py +265 -0
- aws_cdk/interfaces/aws_networkfirewall/__init__.py +669 -0
- aws_cdk/interfaces/aws_networkmanager/__init__.py +1832 -0
- aws_cdk/interfaces/aws_nimblestudio/__init__.py +388 -0
- aws_cdk/interfaces/aws_notifications/__init__.py +868 -0
- aws_cdk/interfaces/aws_notificationscontacts/__init__.py +148 -0
- aws_cdk/interfaces/aws_oam/__init__.py +249 -0
- aws_cdk/interfaces/aws_observabilityadmin/__init__.py +362 -0
- aws_cdk/interfaces/aws_odb/__init__.py +562 -0
- aws_cdk/interfaces/aws_omics/__init__.py +838 -0
- aws_cdk/interfaces/aws_opensearchserverless/__init__.py +859 -0
- aws_cdk/interfaces/aws_opensearchservice/__init__.py +283 -0
- aws_cdk/interfaces/aws_opsworks/__init__.py +772 -0
- aws_cdk/interfaces/aws_opsworkscm/__init__.py +146 -0
- aws_cdk/interfaces/aws_organizations/__init__.py +646 -0
- aws_cdk/interfaces/aws_osis/__init__.py +146 -0
- aws_cdk/interfaces/aws_panorama/__init__.py +420 -0
- aws_cdk/interfaces/aws_paymentcryptography/__init__.py +249 -0
- aws_cdk/interfaces/aws_pcaconnectorad/__init__.py +608 -0
- aws_cdk/interfaces/aws_pcaconnectorscep/__init__.py +249 -0
- aws_cdk/interfaces/aws_pcs/__init__.py +352 -0
- aws_cdk/interfaces/aws_personalize/__init__.py +455 -0
- aws_cdk/interfaces/aws_pinpoint/__init__.py +2125 -0
- aws_cdk/interfaces/aws_pinpointemail/__init__.py +467 -0
- aws_cdk/interfaces/aws_pipes/__init__.py +158 -0
- aws_cdk/interfaces/aws_proton/__init__.py +360 -0
- aws_cdk/interfaces/aws_qbusiness/__init__.py +1122 -0
- aws_cdk/interfaces/aws_qldb/__init__.py +283 -0
- aws_cdk/interfaces/aws_quicksight/__init__.py +1566 -0
- aws_cdk/interfaces/aws_ram/__init__.py +249 -0
- aws_cdk/interfaces/aws_rbin/__init__.py +146 -0
- aws_cdk/interfaces/aws_rds/__init__.py +1780 -0
- aws_cdk/interfaces/aws_redshift/__init__.py +1104 -0
- aws_cdk/interfaces/aws_redshiftserverless/__init__.py +356 -0
- aws_cdk/interfaces/aws_refactorspaces/__init__.py +605 -0
- aws_cdk/interfaces/aws_rekognition/__init__.py +406 -0
- aws_cdk/interfaces/aws_resiliencehub/__init__.py +251 -0
- aws_cdk/interfaces/aws_resourceexplorer2/__init__.py +354 -0
- aws_cdk/interfaces/aws_resourcegroups/__init__.py +261 -0
- aws_cdk/interfaces/aws_robomaker/__init__.py +673 -0
- aws_cdk/interfaces/aws_rolesanywhere/__init__.py +384 -0
- aws_cdk/interfaces/aws_route53/__init__.py +804 -0
- aws_cdk/interfaces/aws_route53profiles/__init__.py +368 -0
- aws_cdk/interfaces/aws_route53recoverycontrol/__init__.py +463 -0
- aws_cdk/interfaces/aws_route53recoveryreadiness/__init__.py +535 -0
- aws_cdk/interfaces/aws_route53resolver/__init__.py +1356 -0
- aws_cdk/interfaces/aws_rtbfabric/__init__.py +352 -0
- aws_cdk/interfaces/aws_rum/__init__.py +146 -0
- aws_cdk/interfaces/aws_s3/__init__.py +1171 -0
- aws_cdk/interfaces/aws_s3express/__init__.py +392 -0
- aws_cdk/interfaces/aws_s3objectlambda/__init__.py +271 -0
- aws_cdk/interfaces/aws_s3outposts/__init__.py +455 -0
- aws_cdk/interfaces/aws_s3tables/__init__.py +575 -0
- aws_cdk/interfaces/aws_s3vectors/__init__.py +354 -0
- aws_cdk/interfaces/aws_sagemaker/__init__.py +3797 -0
- aws_cdk/interfaces/aws_sam/__init__.py +603 -0
- aws_cdk/interfaces/aws_scheduler/__init__.py +286 -0
- aws_cdk/interfaces/aws_sdb/__init__.py +146 -0
- aws_cdk/interfaces/aws_secretsmanager/__init__.py +461 -0
- aws_cdk/interfaces/aws_securityhub/__init__.py +1499 -0
- aws_cdk/interfaces/aws_securitylake/__init__.py +474 -0
- aws_cdk/interfaces/aws_servicecatalog/__init__.py +1829 -0
- aws_cdk/interfaces/aws_servicecatalogappregistry/__init__.py +557 -0
- aws_cdk/interfaces/aws_servicediscovery/__init__.py +636 -0
- aws_cdk/interfaces/aws_ses/__init__.py +2018 -0
- aws_cdk/interfaces/aws_shield/__init__.py +455 -0
- aws_cdk/interfaces/aws_signer/__init__.py +266 -0
- aws_cdk/interfaces/aws_simspaceweaver/__init__.py +146 -0
- aws_cdk/interfaces/aws_smsvoice/__init__.py +892 -0
- aws_cdk/interfaces/aws_sns/__init__.py +455 -0
- aws_cdk/interfaces/aws_sqs/__init__.py +364 -0
- aws_cdk/interfaces/aws_ssm/__init__.py +982 -0
- aws_cdk/interfaces/aws_ssmcontacts/__init__.py +455 -0
- aws_cdk/interfaces/aws_ssmguiconnect/__init__.py +146 -0
- aws_cdk/interfaces/aws_ssmincidents/__init__.py +249 -0
- aws_cdk/interfaces/aws_ssmquicksetup/__init__.py +253 -0
- aws_cdk/interfaces/aws_sso/__init__.py +797 -0
- aws_cdk/interfaces/aws_stepfunctions/__init__.py +459 -0
- aws_cdk/interfaces/aws_supportapp/__init__.py +372 -0
- aws_cdk/interfaces/aws_synthetics/__init__.py +249 -0
- aws_cdk/interfaces/aws_systemsmanagersap/__init__.py +148 -0
- aws_cdk/interfaces/aws_timestream/__init__.py +526 -0
- aws_cdk/interfaces/aws_transfer/__init__.py +967 -0
- aws_cdk/interfaces/aws_verifiedpermissions/__init__.py +538 -0
- aws_cdk/interfaces/aws_voiceid/__init__.py +146 -0
- aws_cdk/interfaces/aws_vpclattice/__init__.py +1418 -0
- aws_cdk/interfaces/aws_waf/__init__.py +764 -0
- aws_cdk/interfaces/aws_wafregional/__init__.py +1182 -0
- aws_cdk/interfaces/aws_wafv2/__init__.py +870 -0
- aws_cdk/interfaces/aws_wisdom/__init__.py +1556 -0
- aws_cdk/interfaces/aws_workspaces/__init__.py +352 -0
- aws_cdk/interfaces/aws_workspacesinstances/__init__.py +390 -0
- aws_cdk/interfaces/aws_workspacesthinclient/__init__.py +168 -0
- aws_cdk/interfaces/aws_workspacesweb/__init__.py +1085 -0
- aws_cdk/interfaces/aws_xray/__init__.py +457 -0
- aws_cdk/pipelines/__init__.py +192 -42
- aws_cdk/region_info/__init__.py +3 -0
- aws_cdk/triggers/__init__.py +60 -18
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/METADATA +338 -16
- aws_cdk_lib-2.224.0.dist-info/RECORD +584 -0
- aws_cdk_lib-2.200.2.dist-info/RECORD +0 -304
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,2377 @@
|
|
|
1
|
+
from pkgutil import extend_path
|
|
2
|
+
__path__ = extend_path(__path__, __name__)
|
|
3
|
+
|
|
4
|
+
import abc
|
|
5
|
+
import builtins
|
|
6
|
+
import datetime
|
|
7
|
+
import enum
|
|
8
|
+
import typing
|
|
9
|
+
|
|
10
|
+
import jsii
|
|
11
|
+
import publication
|
|
12
|
+
import typing_extensions
|
|
13
|
+
|
|
14
|
+
import typeguard
|
|
15
|
+
from importlib.metadata import version as _metadata_package_version
|
|
16
|
+
TYPEGUARD_MAJOR_VERSION = int(_metadata_package_version('typeguard').split('.')[0])
|
|
17
|
+
|
|
18
|
+
def check_type(argname: str, value: object, expected_type: typing.Any) -> typing.Any:
|
|
19
|
+
if TYPEGUARD_MAJOR_VERSION <= 2:
|
|
20
|
+
return typeguard.check_type(argname=argname, value=value, expected_type=expected_type) # type:ignore
|
|
21
|
+
else:
|
|
22
|
+
if isinstance(value, jsii._reference_map.InterfaceDynamicProxy): # pyright: ignore [reportAttributeAccessIssue]
|
|
23
|
+
pass
|
|
24
|
+
else:
|
|
25
|
+
if TYPEGUARD_MAJOR_VERSION == 3:
|
|
26
|
+
typeguard.config.collection_check_strategy = typeguard.CollectionCheckStrategy.ALL_ITEMS # type:ignore
|
|
27
|
+
typeguard.check_type(value=value, expected_type=expected_type) # type:ignore
|
|
28
|
+
else:
|
|
29
|
+
typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
|
|
30
|
+
|
|
31
|
+
from ..._jsii import *
|
|
32
|
+
|
|
33
|
+
import constructs as _constructs_77d1e7e8
|
|
34
|
+
from .. import IEnvironmentAware as _IEnvironmentAware_f39049ee
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
@jsii.data_type(
|
|
38
|
+
jsii_type="aws-cdk-lib.interfaces.aws_glue.ClassifierReference",
|
|
39
|
+
jsii_struct_bases=[],
|
|
40
|
+
name_mapping={"classifier_id": "classifierId"},
|
|
41
|
+
)
|
|
42
|
+
class ClassifierReference:
|
|
43
|
+
def __init__(self, *, classifier_id: builtins.str) -> None:
|
|
44
|
+
'''A reference to a Classifier resource.
|
|
45
|
+
|
|
46
|
+
:param classifier_id: The Id of the Classifier resource.
|
|
47
|
+
|
|
48
|
+
:exampleMetadata: fixture=_generated
|
|
49
|
+
|
|
50
|
+
Example::
|
|
51
|
+
|
|
52
|
+
# The code below shows an example of how to instantiate this type.
|
|
53
|
+
# The values are placeholders you should change.
|
|
54
|
+
from aws_cdk.interfaces import aws_glue as interfaces_aws_glue
|
|
55
|
+
|
|
56
|
+
classifier_reference = interfaces_aws_glue.ClassifierReference(
|
|
57
|
+
classifier_id="classifierId"
|
|
58
|
+
)
|
|
59
|
+
'''
|
|
60
|
+
if __debug__:
|
|
61
|
+
type_hints = typing.get_type_hints(_typecheckingstub__153075acc355fb8c67c2595f86bb736959d7a3490470e1496c4634652a073e55)
|
|
62
|
+
check_type(argname="argument classifier_id", value=classifier_id, expected_type=type_hints["classifier_id"])
|
|
63
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
64
|
+
"classifier_id": classifier_id,
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
@builtins.property
|
|
68
|
+
def classifier_id(self) -> builtins.str:
|
|
69
|
+
'''The Id of the Classifier resource.'''
|
|
70
|
+
result = self._values.get("classifier_id")
|
|
71
|
+
assert result is not None, "Required property 'classifier_id' is missing"
|
|
72
|
+
return typing.cast(builtins.str, result)
|
|
73
|
+
|
|
74
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
75
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
76
|
+
|
|
77
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
78
|
+
return not (rhs == self)
|
|
79
|
+
|
|
80
|
+
def __repr__(self) -> str:
|
|
81
|
+
return "ClassifierReference(%s)" % ", ".join(
|
|
82
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
83
|
+
)
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
@jsii.data_type(
|
|
87
|
+
jsii_type="aws-cdk-lib.interfaces.aws_glue.ConnectionReference",
|
|
88
|
+
jsii_struct_bases=[],
|
|
89
|
+
name_mapping={"connection_id": "connectionId"},
|
|
90
|
+
)
|
|
91
|
+
class ConnectionReference:
|
|
92
|
+
def __init__(self, *, connection_id: builtins.str) -> None:
|
|
93
|
+
'''A reference to a Connection resource.
|
|
94
|
+
|
|
95
|
+
:param connection_id: The Id of the Connection resource.
|
|
96
|
+
|
|
97
|
+
:exampleMetadata: fixture=_generated
|
|
98
|
+
|
|
99
|
+
Example::
|
|
100
|
+
|
|
101
|
+
# The code below shows an example of how to instantiate this type.
|
|
102
|
+
# The values are placeholders you should change.
|
|
103
|
+
from aws_cdk.interfaces import aws_glue as interfaces_aws_glue
|
|
104
|
+
|
|
105
|
+
connection_reference = interfaces_aws_glue.ConnectionReference(
|
|
106
|
+
connection_id="connectionId"
|
|
107
|
+
)
|
|
108
|
+
'''
|
|
109
|
+
if __debug__:
|
|
110
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d0c23f5314f51a17152319ab80f389d2f1b18975384c84d1d2931ac1a3121d9f)
|
|
111
|
+
check_type(argname="argument connection_id", value=connection_id, expected_type=type_hints["connection_id"])
|
|
112
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
113
|
+
"connection_id": connection_id,
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
@builtins.property
|
|
117
|
+
def connection_id(self) -> builtins.str:
|
|
118
|
+
'''The Id of the Connection resource.'''
|
|
119
|
+
result = self._values.get("connection_id")
|
|
120
|
+
assert result is not None, "Required property 'connection_id' is missing"
|
|
121
|
+
return typing.cast(builtins.str, result)
|
|
122
|
+
|
|
123
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
124
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
125
|
+
|
|
126
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
127
|
+
return not (rhs == self)
|
|
128
|
+
|
|
129
|
+
def __repr__(self) -> str:
|
|
130
|
+
return "ConnectionReference(%s)" % ", ".join(
|
|
131
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
132
|
+
)
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
@jsii.data_type(
|
|
136
|
+
jsii_type="aws-cdk-lib.interfaces.aws_glue.CrawlerReference",
|
|
137
|
+
jsii_struct_bases=[],
|
|
138
|
+
name_mapping={"crawler_name": "crawlerName"},
|
|
139
|
+
)
|
|
140
|
+
class CrawlerReference:
|
|
141
|
+
def __init__(self, *, crawler_name: builtins.str) -> None:
|
|
142
|
+
'''A reference to a Crawler resource.
|
|
143
|
+
|
|
144
|
+
:param crawler_name: The Name of the Crawler resource.
|
|
145
|
+
|
|
146
|
+
:exampleMetadata: fixture=_generated
|
|
147
|
+
|
|
148
|
+
Example::
|
|
149
|
+
|
|
150
|
+
# The code below shows an example of how to instantiate this type.
|
|
151
|
+
# The values are placeholders you should change.
|
|
152
|
+
from aws_cdk.interfaces import aws_glue as interfaces_aws_glue
|
|
153
|
+
|
|
154
|
+
crawler_reference = interfaces_aws_glue.CrawlerReference(
|
|
155
|
+
crawler_name="crawlerName"
|
|
156
|
+
)
|
|
157
|
+
'''
|
|
158
|
+
if __debug__:
|
|
159
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ad53740eb8897f033af56fd03963af3e4f644f727baf57ca71c35961fceb97b6)
|
|
160
|
+
check_type(argname="argument crawler_name", value=crawler_name, expected_type=type_hints["crawler_name"])
|
|
161
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
162
|
+
"crawler_name": crawler_name,
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
@builtins.property
|
|
166
|
+
def crawler_name(self) -> builtins.str:
|
|
167
|
+
'''The Name of the Crawler resource.'''
|
|
168
|
+
result = self._values.get("crawler_name")
|
|
169
|
+
assert result is not None, "Required property 'crawler_name' is missing"
|
|
170
|
+
return typing.cast(builtins.str, result)
|
|
171
|
+
|
|
172
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
173
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
174
|
+
|
|
175
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
176
|
+
return not (rhs == self)
|
|
177
|
+
|
|
178
|
+
def __repr__(self) -> str:
|
|
179
|
+
return "CrawlerReference(%s)" % ", ".join(
|
|
180
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
181
|
+
)
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
@jsii.data_type(
|
|
185
|
+
jsii_type="aws-cdk-lib.interfaces.aws_glue.CustomEntityTypeReference",
|
|
186
|
+
jsii_struct_bases=[],
|
|
187
|
+
name_mapping={"custom_entity_type_id": "customEntityTypeId"},
|
|
188
|
+
)
|
|
189
|
+
class CustomEntityTypeReference:
|
|
190
|
+
def __init__(self, *, custom_entity_type_id: builtins.str) -> None:
|
|
191
|
+
'''A reference to a CustomEntityType resource.
|
|
192
|
+
|
|
193
|
+
:param custom_entity_type_id: The Id of the CustomEntityType resource.
|
|
194
|
+
|
|
195
|
+
:exampleMetadata: fixture=_generated
|
|
196
|
+
|
|
197
|
+
Example::
|
|
198
|
+
|
|
199
|
+
# The code below shows an example of how to instantiate this type.
|
|
200
|
+
# The values are placeholders you should change.
|
|
201
|
+
from aws_cdk.interfaces import aws_glue as interfaces_aws_glue
|
|
202
|
+
|
|
203
|
+
custom_entity_type_reference = interfaces_aws_glue.CustomEntityTypeReference(
|
|
204
|
+
custom_entity_type_id="customEntityTypeId"
|
|
205
|
+
)
|
|
206
|
+
'''
|
|
207
|
+
if __debug__:
|
|
208
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2752daff245d03b65a99c918eff72a3eb4c7c58fc56a5bf622d9117515921d7f)
|
|
209
|
+
check_type(argname="argument custom_entity_type_id", value=custom_entity_type_id, expected_type=type_hints["custom_entity_type_id"])
|
|
210
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
211
|
+
"custom_entity_type_id": custom_entity_type_id,
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
@builtins.property
|
|
215
|
+
def custom_entity_type_id(self) -> builtins.str:
|
|
216
|
+
'''The Id of the CustomEntityType resource.'''
|
|
217
|
+
result = self._values.get("custom_entity_type_id")
|
|
218
|
+
assert result is not None, "Required property 'custom_entity_type_id' is missing"
|
|
219
|
+
return typing.cast(builtins.str, result)
|
|
220
|
+
|
|
221
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
222
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
223
|
+
|
|
224
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
225
|
+
return not (rhs == self)
|
|
226
|
+
|
|
227
|
+
def __repr__(self) -> str:
|
|
228
|
+
return "CustomEntityTypeReference(%s)" % ", ".join(
|
|
229
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
230
|
+
)
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
@jsii.data_type(
|
|
234
|
+
jsii_type="aws-cdk-lib.interfaces.aws_glue.DataCatalogEncryptionSettingsReference",
|
|
235
|
+
jsii_struct_bases=[],
|
|
236
|
+
name_mapping={
|
|
237
|
+
"data_catalog_encryption_settings_id": "dataCatalogEncryptionSettingsId",
|
|
238
|
+
},
|
|
239
|
+
)
|
|
240
|
+
class DataCatalogEncryptionSettingsReference:
|
|
241
|
+
def __init__(self, *, data_catalog_encryption_settings_id: builtins.str) -> None:
|
|
242
|
+
'''A reference to a DataCatalogEncryptionSettings resource.
|
|
243
|
+
|
|
244
|
+
:param data_catalog_encryption_settings_id: The Id of the DataCatalogEncryptionSettings resource.
|
|
245
|
+
|
|
246
|
+
:exampleMetadata: fixture=_generated
|
|
247
|
+
|
|
248
|
+
Example::
|
|
249
|
+
|
|
250
|
+
# The code below shows an example of how to instantiate this type.
|
|
251
|
+
# The values are placeholders you should change.
|
|
252
|
+
from aws_cdk.interfaces import aws_glue as interfaces_aws_glue
|
|
253
|
+
|
|
254
|
+
data_catalog_encryption_settings_reference = interfaces_aws_glue.DataCatalogEncryptionSettingsReference(
|
|
255
|
+
data_catalog_encryption_settings_id="dataCatalogEncryptionSettingsId"
|
|
256
|
+
)
|
|
257
|
+
'''
|
|
258
|
+
if __debug__:
|
|
259
|
+
type_hints = typing.get_type_hints(_typecheckingstub__824f5a564c0864f04cf9c7b44937b6e5dbe2d9acb8bd8b048f28e3b1f667a924)
|
|
260
|
+
check_type(argname="argument data_catalog_encryption_settings_id", value=data_catalog_encryption_settings_id, expected_type=type_hints["data_catalog_encryption_settings_id"])
|
|
261
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
262
|
+
"data_catalog_encryption_settings_id": data_catalog_encryption_settings_id,
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
@builtins.property
|
|
266
|
+
def data_catalog_encryption_settings_id(self) -> builtins.str:
|
|
267
|
+
'''The Id of the DataCatalogEncryptionSettings resource.'''
|
|
268
|
+
result = self._values.get("data_catalog_encryption_settings_id")
|
|
269
|
+
assert result is not None, "Required property 'data_catalog_encryption_settings_id' is missing"
|
|
270
|
+
return typing.cast(builtins.str, result)
|
|
271
|
+
|
|
272
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
273
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
274
|
+
|
|
275
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
276
|
+
return not (rhs == self)
|
|
277
|
+
|
|
278
|
+
def __repr__(self) -> str:
|
|
279
|
+
return "DataCatalogEncryptionSettingsReference(%s)" % ", ".join(
|
|
280
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
281
|
+
)
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
@jsii.data_type(
|
|
285
|
+
jsii_type="aws-cdk-lib.interfaces.aws_glue.DataQualityRulesetReference",
|
|
286
|
+
jsii_struct_bases=[],
|
|
287
|
+
name_mapping={"data_quality_ruleset_id": "dataQualityRulesetId"},
|
|
288
|
+
)
|
|
289
|
+
class DataQualityRulesetReference:
|
|
290
|
+
def __init__(self, *, data_quality_ruleset_id: builtins.str) -> None:
|
|
291
|
+
'''A reference to a DataQualityRuleset resource.
|
|
292
|
+
|
|
293
|
+
:param data_quality_ruleset_id: The Id of the DataQualityRuleset resource.
|
|
294
|
+
|
|
295
|
+
:exampleMetadata: fixture=_generated
|
|
296
|
+
|
|
297
|
+
Example::
|
|
298
|
+
|
|
299
|
+
# The code below shows an example of how to instantiate this type.
|
|
300
|
+
# The values are placeholders you should change.
|
|
301
|
+
from aws_cdk.interfaces import aws_glue as interfaces_aws_glue
|
|
302
|
+
|
|
303
|
+
data_quality_ruleset_reference = interfaces_aws_glue.DataQualityRulesetReference(
|
|
304
|
+
data_quality_ruleset_id="dataQualityRulesetId"
|
|
305
|
+
)
|
|
306
|
+
'''
|
|
307
|
+
if __debug__:
|
|
308
|
+
type_hints = typing.get_type_hints(_typecheckingstub__637b7e752aad4e64a85b4673d0fd9fbde33283ca6452dac108809ad38887f3cd)
|
|
309
|
+
check_type(argname="argument data_quality_ruleset_id", value=data_quality_ruleset_id, expected_type=type_hints["data_quality_ruleset_id"])
|
|
310
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
311
|
+
"data_quality_ruleset_id": data_quality_ruleset_id,
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
@builtins.property
|
|
315
|
+
def data_quality_ruleset_id(self) -> builtins.str:
|
|
316
|
+
'''The Id of the DataQualityRuleset resource.'''
|
|
317
|
+
result = self._values.get("data_quality_ruleset_id")
|
|
318
|
+
assert result is not None, "Required property 'data_quality_ruleset_id' is missing"
|
|
319
|
+
return typing.cast(builtins.str, result)
|
|
320
|
+
|
|
321
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
322
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
323
|
+
|
|
324
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
325
|
+
return not (rhs == self)
|
|
326
|
+
|
|
327
|
+
def __repr__(self) -> str:
|
|
328
|
+
return "DataQualityRulesetReference(%s)" % ", ".join(
|
|
329
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
330
|
+
)
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
@jsii.data_type(
|
|
334
|
+
jsii_type="aws-cdk-lib.interfaces.aws_glue.DatabaseReference",
|
|
335
|
+
jsii_struct_bases=[],
|
|
336
|
+
name_mapping={"database_name": "databaseName"},
|
|
337
|
+
)
|
|
338
|
+
class DatabaseReference:
|
|
339
|
+
def __init__(self, *, database_name: builtins.str) -> None:
|
|
340
|
+
'''A reference to a Database resource.
|
|
341
|
+
|
|
342
|
+
:param database_name: The DatabaseName of the Database resource.
|
|
343
|
+
|
|
344
|
+
:exampleMetadata: fixture=_generated
|
|
345
|
+
|
|
346
|
+
Example::
|
|
347
|
+
|
|
348
|
+
# The code below shows an example of how to instantiate this type.
|
|
349
|
+
# The values are placeholders you should change.
|
|
350
|
+
from aws_cdk.interfaces import aws_glue as interfaces_aws_glue
|
|
351
|
+
|
|
352
|
+
database_reference = interfaces_aws_glue.DatabaseReference(
|
|
353
|
+
database_name="databaseName"
|
|
354
|
+
)
|
|
355
|
+
'''
|
|
356
|
+
if __debug__:
|
|
357
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b006942e6851e8e5b67ab80d761f762e021506f9975b704097cc0df559962e7e)
|
|
358
|
+
check_type(argname="argument database_name", value=database_name, expected_type=type_hints["database_name"])
|
|
359
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
360
|
+
"database_name": database_name,
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
@builtins.property
|
|
364
|
+
def database_name(self) -> builtins.str:
|
|
365
|
+
'''The DatabaseName of the Database resource.'''
|
|
366
|
+
result = self._values.get("database_name")
|
|
367
|
+
assert result is not None, "Required property 'database_name' is missing"
|
|
368
|
+
return typing.cast(builtins.str, result)
|
|
369
|
+
|
|
370
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
371
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
372
|
+
|
|
373
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
374
|
+
return not (rhs == self)
|
|
375
|
+
|
|
376
|
+
def __repr__(self) -> str:
|
|
377
|
+
return "DatabaseReference(%s)" % ", ".join(
|
|
378
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
379
|
+
)
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
@jsii.data_type(
|
|
383
|
+
jsii_type="aws-cdk-lib.interfaces.aws_glue.DevEndpointReference",
|
|
384
|
+
jsii_struct_bases=[],
|
|
385
|
+
name_mapping={"dev_endpoint_id": "devEndpointId"},
|
|
386
|
+
)
|
|
387
|
+
class DevEndpointReference:
|
|
388
|
+
def __init__(self, *, dev_endpoint_id: builtins.str) -> None:
|
|
389
|
+
'''A reference to a DevEndpoint resource.
|
|
390
|
+
|
|
391
|
+
:param dev_endpoint_id: The Id of the DevEndpoint resource.
|
|
392
|
+
|
|
393
|
+
:exampleMetadata: fixture=_generated
|
|
394
|
+
|
|
395
|
+
Example::
|
|
396
|
+
|
|
397
|
+
# The code below shows an example of how to instantiate this type.
|
|
398
|
+
# The values are placeholders you should change.
|
|
399
|
+
from aws_cdk.interfaces import aws_glue as interfaces_aws_glue
|
|
400
|
+
|
|
401
|
+
dev_endpoint_reference = interfaces_aws_glue.DevEndpointReference(
|
|
402
|
+
dev_endpoint_id="devEndpointId"
|
|
403
|
+
)
|
|
404
|
+
'''
|
|
405
|
+
if __debug__:
|
|
406
|
+
type_hints = typing.get_type_hints(_typecheckingstub__050454acd533b9c974358b1bfdec6277e66592a87a752610c62dc6b896b95d0f)
|
|
407
|
+
check_type(argname="argument dev_endpoint_id", value=dev_endpoint_id, expected_type=type_hints["dev_endpoint_id"])
|
|
408
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
409
|
+
"dev_endpoint_id": dev_endpoint_id,
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
@builtins.property
|
|
413
|
+
def dev_endpoint_id(self) -> builtins.str:
|
|
414
|
+
'''The Id of the DevEndpoint resource.'''
|
|
415
|
+
result = self._values.get("dev_endpoint_id")
|
|
416
|
+
assert result is not None, "Required property 'dev_endpoint_id' is missing"
|
|
417
|
+
return typing.cast(builtins.str, result)
|
|
418
|
+
|
|
419
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
420
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
421
|
+
|
|
422
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
423
|
+
return not (rhs == self)
|
|
424
|
+
|
|
425
|
+
def __repr__(self) -> str:
|
|
426
|
+
return "DevEndpointReference(%s)" % ", ".join(
|
|
427
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
428
|
+
)
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_glue.IClassifierRef")
|
|
432
|
+
class IClassifierRef(
|
|
433
|
+
_constructs_77d1e7e8.IConstruct,
|
|
434
|
+
_IEnvironmentAware_f39049ee,
|
|
435
|
+
typing_extensions.Protocol,
|
|
436
|
+
):
|
|
437
|
+
'''(experimental) Indicates that this resource can be referenced as a Classifier.
|
|
438
|
+
|
|
439
|
+
:stability: experimental
|
|
440
|
+
'''
|
|
441
|
+
|
|
442
|
+
@builtins.property
|
|
443
|
+
@jsii.member(jsii_name="classifierRef")
|
|
444
|
+
def classifier_ref(self) -> ClassifierReference:
|
|
445
|
+
'''(experimental) A reference to a Classifier resource.
|
|
446
|
+
|
|
447
|
+
:stability: experimental
|
|
448
|
+
'''
|
|
449
|
+
...
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
class _IClassifierRefProxy(
|
|
453
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
454
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
455
|
+
):
|
|
456
|
+
'''(experimental) Indicates that this resource can be referenced as a Classifier.
|
|
457
|
+
|
|
458
|
+
:stability: experimental
|
|
459
|
+
'''
|
|
460
|
+
|
|
461
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_glue.IClassifierRef"
|
|
462
|
+
|
|
463
|
+
@builtins.property
|
|
464
|
+
@jsii.member(jsii_name="classifierRef")
|
|
465
|
+
def classifier_ref(self) -> ClassifierReference:
|
|
466
|
+
'''(experimental) A reference to a Classifier resource.
|
|
467
|
+
|
|
468
|
+
:stability: experimental
|
|
469
|
+
'''
|
|
470
|
+
return typing.cast(ClassifierReference, jsii.get(self, "classifierRef"))
|
|
471
|
+
|
|
472
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
473
|
+
typing.cast(typing.Any, IClassifierRef).__jsii_proxy_class__ = lambda : _IClassifierRefProxy
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_glue.IConnectionRef")
|
|
477
|
+
class IConnectionRef(
|
|
478
|
+
_constructs_77d1e7e8.IConstruct,
|
|
479
|
+
_IEnvironmentAware_f39049ee,
|
|
480
|
+
typing_extensions.Protocol,
|
|
481
|
+
):
|
|
482
|
+
'''(experimental) Indicates that this resource can be referenced as a Connection.
|
|
483
|
+
|
|
484
|
+
:stability: experimental
|
|
485
|
+
'''
|
|
486
|
+
|
|
487
|
+
@builtins.property
|
|
488
|
+
@jsii.member(jsii_name="connectionRef")
|
|
489
|
+
def connection_ref(self) -> ConnectionReference:
|
|
490
|
+
'''(experimental) A reference to a Connection resource.
|
|
491
|
+
|
|
492
|
+
:stability: experimental
|
|
493
|
+
'''
|
|
494
|
+
...
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
class _IConnectionRefProxy(
|
|
498
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
499
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
500
|
+
):
|
|
501
|
+
'''(experimental) Indicates that this resource can be referenced as a Connection.
|
|
502
|
+
|
|
503
|
+
:stability: experimental
|
|
504
|
+
'''
|
|
505
|
+
|
|
506
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_glue.IConnectionRef"
|
|
507
|
+
|
|
508
|
+
@builtins.property
|
|
509
|
+
@jsii.member(jsii_name="connectionRef")
|
|
510
|
+
def connection_ref(self) -> ConnectionReference:
|
|
511
|
+
'''(experimental) A reference to a Connection resource.
|
|
512
|
+
|
|
513
|
+
:stability: experimental
|
|
514
|
+
'''
|
|
515
|
+
return typing.cast(ConnectionReference, jsii.get(self, "connectionRef"))
|
|
516
|
+
|
|
517
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
518
|
+
typing.cast(typing.Any, IConnectionRef).__jsii_proxy_class__ = lambda : _IConnectionRefProxy
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_glue.ICrawlerRef")
|
|
522
|
+
class ICrawlerRef(
|
|
523
|
+
_constructs_77d1e7e8.IConstruct,
|
|
524
|
+
_IEnvironmentAware_f39049ee,
|
|
525
|
+
typing_extensions.Protocol,
|
|
526
|
+
):
|
|
527
|
+
'''(experimental) Indicates that this resource can be referenced as a Crawler.
|
|
528
|
+
|
|
529
|
+
:stability: experimental
|
|
530
|
+
'''
|
|
531
|
+
|
|
532
|
+
@builtins.property
|
|
533
|
+
@jsii.member(jsii_name="crawlerRef")
|
|
534
|
+
def crawler_ref(self) -> CrawlerReference:
|
|
535
|
+
'''(experimental) A reference to a Crawler resource.
|
|
536
|
+
|
|
537
|
+
:stability: experimental
|
|
538
|
+
'''
|
|
539
|
+
...
|
|
540
|
+
|
|
541
|
+
|
|
542
|
+
class _ICrawlerRefProxy(
|
|
543
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
544
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
545
|
+
):
|
|
546
|
+
'''(experimental) Indicates that this resource can be referenced as a Crawler.
|
|
547
|
+
|
|
548
|
+
:stability: experimental
|
|
549
|
+
'''
|
|
550
|
+
|
|
551
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_glue.ICrawlerRef"
|
|
552
|
+
|
|
553
|
+
@builtins.property
|
|
554
|
+
@jsii.member(jsii_name="crawlerRef")
|
|
555
|
+
def crawler_ref(self) -> CrawlerReference:
|
|
556
|
+
'''(experimental) A reference to a Crawler resource.
|
|
557
|
+
|
|
558
|
+
:stability: experimental
|
|
559
|
+
'''
|
|
560
|
+
return typing.cast(CrawlerReference, jsii.get(self, "crawlerRef"))
|
|
561
|
+
|
|
562
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
563
|
+
typing.cast(typing.Any, ICrawlerRef).__jsii_proxy_class__ = lambda : _ICrawlerRefProxy
|
|
564
|
+
|
|
565
|
+
|
|
566
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_glue.ICustomEntityTypeRef")
|
|
567
|
+
class ICustomEntityTypeRef(
|
|
568
|
+
_constructs_77d1e7e8.IConstruct,
|
|
569
|
+
_IEnvironmentAware_f39049ee,
|
|
570
|
+
typing_extensions.Protocol,
|
|
571
|
+
):
|
|
572
|
+
'''(experimental) Indicates that this resource can be referenced as a CustomEntityType.
|
|
573
|
+
|
|
574
|
+
:stability: experimental
|
|
575
|
+
'''
|
|
576
|
+
|
|
577
|
+
@builtins.property
|
|
578
|
+
@jsii.member(jsii_name="customEntityTypeRef")
|
|
579
|
+
def custom_entity_type_ref(self) -> CustomEntityTypeReference:
|
|
580
|
+
'''(experimental) A reference to a CustomEntityType resource.
|
|
581
|
+
|
|
582
|
+
:stability: experimental
|
|
583
|
+
'''
|
|
584
|
+
...
|
|
585
|
+
|
|
586
|
+
|
|
587
|
+
class _ICustomEntityTypeRefProxy(
|
|
588
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
589
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
590
|
+
):
|
|
591
|
+
'''(experimental) Indicates that this resource can be referenced as a CustomEntityType.
|
|
592
|
+
|
|
593
|
+
:stability: experimental
|
|
594
|
+
'''
|
|
595
|
+
|
|
596
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_glue.ICustomEntityTypeRef"
|
|
597
|
+
|
|
598
|
+
@builtins.property
|
|
599
|
+
@jsii.member(jsii_name="customEntityTypeRef")
|
|
600
|
+
def custom_entity_type_ref(self) -> CustomEntityTypeReference:
|
|
601
|
+
'''(experimental) A reference to a CustomEntityType resource.
|
|
602
|
+
|
|
603
|
+
:stability: experimental
|
|
604
|
+
'''
|
|
605
|
+
return typing.cast(CustomEntityTypeReference, jsii.get(self, "customEntityTypeRef"))
|
|
606
|
+
|
|
607
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
608
|
+
typing.cast(typing.Any, ICustomEntityTypeRef).__jsii_proxy_class__ = lambda : _ICustomEntityTypeRefProxy
|
|
609
|
+
|
|
610
|
+
|
|
611
|
+
@jsii.interface(
|
|
612
|
+
jsii_type="aws-cdk-lib.interfaces.aws_glue.IDataCatalogEncryptionSettingsRef"
|
|
613
|
+
)
|
|
614
|
+
class IDataCatalogEncryptionSettingsRef(
|
|
615
|
+
_constructs_77d1e7e8.IConstruct,
|
|
616
|
+
_IEnvironmentAware_f39049ee,
|
|
617
|
+
typing_extensions.Protocol,
|
|
618
|
+
):
|
|
619
|
+
'''(experimental) Indicates that this resource can be referenced as a DataCatalogEncryptionSettings.
|
|
620
|
+
|
|
621
|
+
:stability: experimental
|
|
622
|
+
'''
|
|
623
|
+
|
|
624
|
+
@builtins.property
|
|
625
|
+
@jsii.member(jsii_name="dataCatalogEncryptionSettingsRef")
|
|
626
|
+
def data_catalog_encryption_settings_ref(
|
|
627
|
+
self,
|
|
628
|
+
) -> DataCatalogEncryptionSettingsReference:
|
|
629
|
+
'''(experimental) A reference to a DataCatalogEncryptionSettings resource.
|
|
630
|
+
|
|
631
|
+
:stability: experimental
|
|
632
|
+
'''
|
|
633
|
+
...
|
|
634
|
+
|
|
635
|
+
|
|
636
|
+
class _IDataCatalogEncryptionSettingsRefProxy(
|
|
637
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
638
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
639
|
+
):
|
|
640
|
+
'''(experimental) Indicates that this resource can be referenced as a DataCatalogEncryptionSettings.
|
|
641
|
+
|
|
642
|
+
:stability: experimental
|
|
643
|
+
'''
|
|
644
|
+
|
|
645
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_glue.IDataCatalogEncryptionSettingsRef"
|
|
646
|
+
|
|
647
|
+
@builtins.property
|
|
648
|
+
@jsii.member(jsii_name="dataCatalogEncryptionSettingsRef")
|
|
649
|
+
def data_catalog_encryption_settings_ref(
|
|
650
|
+
self,
|
|
651
|
+
) -> DataCatalogEncryptionSettingsReference:
|
|
652
|
+
'''(experimental) A reference to a DataCatalogEncryptionSettings resource.
|
|
653
|
+
|
|
654
|
+
:stability: experimental
|
|
655
|
+
'''
|
|
656
|
+
return typing.cast(DataCatalogEncryptionSettingsReference, jsii.get(self, "dataCatalogEncryptionSettingsRef"))
|
|
657
|
+
|
|
658
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
659
|
+
typing.cast(typing.Any, IDataCatalogEncryptionSettingsRef).__jsii_proxy_class__ = lambda : _IDataCatalogEncryptionSettingsRefProxy
|
|
660
|
+
|
|
661
|
+
|
|
662
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_glue.IDataQualityRulesetRef")
|
|
663
|
+
class IDataQualityRulesetRef(
|
|
664
|
+
_constructs_77d1e7e8.IConstruct,
|
|
665
|
+
_IEnvironmentAware_f39049ee,
|
|
666
|
+
typing_extensions.Protocol,
|
|
667
|
+
):
|
|
668
|
+
'''(experimental) Indicates that this resource can be referenced as a DataQualityRuleset.
|
|
669
|
+
|
|
670
|
+
:stability: experimental
|
|
671
|
+
'''
|
|
672
|
+
|
|
673
|
+
@builtins.property
|
|
674
|
+
@jsii.member(jsii_name="dataQualityRulesetRef")
|
|
675
|
+
def data_quality_ruleset_ref(self) -> DataQualityRulesetReference:
|
|
676
|
+
'''(experimental) A reference to a DataQualityRuleset resource.
|
|
677
|
+
|
|
678
|
+
:stability: experimental
|
|
679
|
+
'''
|
|
680
|
+
...
|
|
681
|
+
|
|
682
|
+
|
|
683
|
+
class _IDataQualityRulesetRefProxy(
|
|
684
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
685
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
686
|
+
):
|
|
687
|
+
'''(experimental) Indicates that this resource can be referenced as a DataQualityRuleset.
|
|
688
|
+
|
|
689
|
+
:stability: experimental
|
|
690
|
+
'''
|
|
691
|
+
|
|
692
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_glue.IDataQualityRulesetRef"
|
|
693
|
+
|
|
694
|
+
@builtins.property
|
|
695
|
+
@jsii.member(jsii_name="dataQualityRulesetRef")
|
|
696
|
+
def data_quality_ruleset_ref(self) -> DataQualityRulesetReference:
|
|
697
|
+
'''(experimental) A reference to a DataQualityRuleset resource.
|
|
698
|
+
|
|
699
|
+
:stability: experimental
|
|
700
|
+
'''
|
|
701
|
+
return typing.cast(DataQualityRulesetReference, jsii.get(self, "dataQualityRulesetRef"))
|
|
702
|
+
|
|
703
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
704
|
+
typing.cast(typing.Any, IDataQualityRulesetRef).__jsii_proxy_class__ = lambda : _IDataQualityRulesetRefProxy
|
|
705
|
+
|
|
706
|
+
|
|
707
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_glue.IDatabaseRef")
|
|
708
|
+
class IDatabaseRef(
|
|
709
|
+
_constructs_77d1e7e8.IConstruct,
|
|
710
|
+
_IEnvironmentAware_f39049ee,
|
|
711
|
+
typing_extensions.Protocol,
|
|
712
|
+
):
|
|
713
|
+
'''(experimental) Indicates that this resource can be referenced as a Database.
|
|
714
|
+
|
|
715
|
+
:stability: experimental
|
|
716
|
+
'''
|
|
717
|
+
|
|
718
|
+
@builtins.property
|
|
719
|
+
@jsii.member(jsii_name="databaseRef")
|
|
720
|
+
def database_ref(self) -> DatabaseReference:
|
|
721
|
+
'''(experimental) A reference to a Database resource.
|
|
722
|
+
|
|
723
|
+
:stability: experimental
|
|
724
|
+
'''
|
|
725
|
+
...
|
|
726
|
+
|
|
727
|
+
|
|
728
|
+
class _IDatabaseRefProxy(
|
|
729
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
730
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
731
|
+
):
|
|
732
|
+
'''(experimental) Indicates that this resource can be referenced as a Database.
|
|
733
|
+
|
|
734
|
+
:stability: experimental
|
|
735
|
+
'''
|
|
736
|
+
|
|
737
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_glue.IDatabaseRef"
|
|
738
|
+
|
|
739
|
+
@builtins.property
|
|
740
|
+
@jsii.member(jsii_name="databaseRef")
|
|
741
|
+
def database_ref(self) -> DatabaseReference:
|
|
742
|
+
'''(experimental) A reference to a Database resource.
|
|
743
|
+
|
|
744
|
+
:stability: experimental
|
|
745
|
+
'''
|
|
746
|
+
return typing.cast(DatabaseReference, jsii.get(self, "databaseRef"))
|
|
747
|
+
|
|
748
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
749
|
+
typing.cast(typing.Any, IDatabaseRef).__jsii_proxy_class__ = lambda : _IDatabaseRefProxy
|
|
750
|
+
|
|
751
|
+
|
|
752
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_glue.IDevEndpointRef")
|
|
753
|
+
class IDevEndpointRef(
|
|
754
|
+
_constructs_77d1e7e8.IConstruct,
|
|
755
|
+
_IEnvironmentAware_f39049ee,
|
|
756
|
+
typing_extensions.Protocol,
|
|
757
|
+
):
|
|
758
|
+
'''(experimental) Indicates that this resource can be referenced as a DevEndpoint.
|
|
759
|
+
|
|
760
|
+
:stability: experimental
|
|
761
|
+
'''
|
|
762
|
+
|
|
763
|
+
@builtins.property
|
|
764
|
+
@jsii.member(jsii_name="devEndpointRef")
|
|
765
|
+
def dev_endpoint_ref(self) -> DevEndpointReference:
|
|
766
|
+
'''(experimental) A reference to a DevEndpoint resource.
|
|
767
|
+
|
|
768
|
+
:stability: experimental
|
|
769
|
+
'''
|
|
770
|
+
...
|
|
771
|
+
|
|
772
|
+
|
|
773
|
+
class _IDevEndpointRefProxy(
|
|
774
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
775
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
776
|
+
):
|
|
777
|
+
'''(experimental) Indicates that this resource can be referenced as a DevEndpoint.
|
|
778
|
+
|
|
779
|
+
:stability: experimental
|
|
780
|
+
'''
|
|
781
|
+
|
|
782
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_glue.IDevEndpointRef"
|
|
783
|
+
|
|
784
|
+
@builtins.property
|
|
785
|
+
@jsii.member(jsii_name="devEndpointRef")
|
|
786
|
+
def dev_endpoint_ref(self) -> DevEndpointReference:
|
|
787
|
+
'''(experimental) A reference to a DevEndpoint resource.
|
|
788
|
+
|
|
789
|
+
:stability: experimental
|
|
790
|
+
'''
|
|
791
|
+
return typing.cast(DevEndpointReference, jsii.get(self, "devEndpointRef"))
|
|
792
|
+
|
|
793
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
794
|
+
typing.cast(typing.Any, IDevEndpointRef).__jsii_proxy_class__ = lambda : _IDevEndpointRefProxy
|
|
795
|
+
|
|
796
|
+
|
|
797
|
+
@jsii.interface(
|
|
798
|
+
jsii_type="aws-cdk-lib.interfaces.aws_glue.IIntegrationResourcePropertyRef"
|
|
799
|
+
)
|
|
800
|
+
class IIntegrationResourcePropertyRef(
|
|
801
|
+
_constructs_77d1e7e8.IConstruct,
|
|
802
|
+
_IEnvironmentAware_f39049ee,
|
|
803
|
+
typing_extensions.Protocol,
|
|
804
|
+
):
|
|
805
|
+
'''(experimental) Indicates that this resource can be referenced as a IntegrationResourceProperty.
|
|
806
|
+
|
|
807
|
+
:stability: experimental
|
|
808
|
+
'''
|
|
809
|
+
|
|
810
|
+
@builtins.property
|
|
811
|
+
@jsii.member(jsii_name="integrationResourcePropertyRef")
|
|
812
|
+
def integration_resource_property_ref(
|
|
813
|
+
self,
|
|
814
|
+
) -> "IntegrationResourcePropertyReference":
|
|
815
|
+
'''(experimental) A reference to a IntegrationResourceProperty resource.
|
|
816
|
+
|
|
817
|
+
:stability: experimental
|
|
818
|
+
'''
|
|
819
|
+
...
|
|
820
|
+
|
|
821
|
+
|
|
822
|
+
class _IIntegrationResourcePropertyRefProxy(
|
|
823
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
824
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
825
|
+
):
|
|
826
|
+
'''(experimental) Indicates that this resource can be referenced as a IntegrationResourceProperty.
|
|
827
|
+
|
|
828
|
+
:stability: experimental
|
|
829
|
+
'''
|
|
830
|
+
|
|
831
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_glue.IIntegrationResourcePropertyRef"
|
|
832
|
+
|
|
833
|
+
@builtins.property
|
|
834
|
+
@jsii.member(jsii_name="integrationResourcePropertyRef")
|
|
835
|
+
def integration_resource_property_ref(
|
|
836
|
+
self,
|
|
837
|
+
) -> "IntegrationResourcePropertyReference":
|
|
838
|
+
'''(experimental) A reference to a IntegrationResourceProperty resource.
|
|
839
|
+
|
|
840
|
+
:stability: experimental
|
|
841
|
+
'''
|
|
842
|
+
return typing.cast("IntegrationResourcePropertyReference", jsii.get(self, "integrationResourcePropertyRef"))
|
|
843
|
+
|
|
844
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
845
|
+
typing.cast(typing.Any, IIntegrationResourcePropertyRef).__jsii_proxy_class__ = lambda : _IIntegrationResourcePropertyRefProxy
|
|
846
|
+
|
|
847
|
+
|
|
848
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_glue.IJobRef")
|
|
849
|
+
class IJobRef(
|
|
850
|
+
_constructs_77d1e7e8.IConstruct,
|
|
851
|
+
_IEnvironmentAware_f39049ee,
|
|
852
|
+
typing_extensions.Protocol,
|
|
853
|
+
):
|
|
854
|
+
'''(experimental) Indicates that this resource can be referenced as a Job.
|
|
855
|
+
|
|
856
|
+
:stability: experimental
|
|
857
|
+
'''
|
|
858
|
+
|
|
859
|
+
@builtins.property
|
|
860
|
+
@jsii.member(jsii_name="jobRef")
|
|
861
|
+
def job_ref(self) -> "JobReference":
|
|
862
|
+
'''(experimental) A reference to a Job resource.
|
|
863
|
+
|
|
864
|
+
:stability: experimental
|
|
865
|
+
'''
|
|
866
|
+
...
|
|
867
|
+
|
|
868
|
+
|
|
869
|
+
class _IJobRefProxy(
|
|
870
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
871
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
872
|
+
):
|
|
873
|
+
'''(experimental) Indicates that this resource can be referenced as a Job.
|
|
874
|
+
|
|
875
|
+
:stability: experimental
|
|
876
|
+
'''
|
|
877
|
+
|
|
878
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_glue.IJobRef"
|
|
879
|
+
|
|
880
|
+
@builtins.property
|
|
881
|
+
@jsii.member(jsii_name="jobRef")
|
|
882
|
+
def job_ref(self) -> "JobReference":
|
|
883
|
+
'''(experimental) A reference to a Job resource.
|
|
884
|
+
|
|
885
|
+
:stability: experimental
|
|
886
|
+
'''
|
|
887
|
+
return typing.cast("JobReference", jsii.get(self, "jobRef"))
|
|
888
|
+
|
|
889
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
890
|
+
typing.cast(typing.Any, IJobRef).__jsii_proxy_class__ = lambda : _IJobRefProxy
|
|
891
|
+
|
|
892
|
+
|
|
893
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_glue.IMLTransformRef")
|
|
894
|
+
class IMLTransformRef(
|
|
895
|
+
_constructs_77d1e7e8.IConstruct,
|
|
896
|
+
_IEnvironmentAware_f39049ee,
|
|
897
|
+
typing_extensions.Protocol,
|
|
898
|
+
):
|
|
899
|
+
'''(experimental) Indicates that this resource can be referenced as a MLTransform.
|
|
900
|
+
|
|
901
|
+
:stability: experimental
|
|
902
|
+
'''
|
|
903
|
+
|
|
904
|
+
@builtins.property
|
|
905
|
+
@jsii.member(jsii_name="mlTransformRef")
|
|
906
|
+
def ml_transform_ref(self) -> "MLTransformReference":
|
|
907
|
+
'''(experimental) A reference to a MLTransform resource.
|
|
908
|
+
|
|
909
|
+
:stability: experimental
|
|
910
|
+
'''
|
|
911
|
+
...
|
|
912
|
+
|
|
913
|
+
|
|
914
|
+
class _IMLTransformRefProxy(
|
|
915
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
916
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
917
|
+
):
|
|
918
|
+
'''(experimental) Indicates that this resource can be referenced as a MLTransform.
|
|
919
|
+
|
|
920
|
+
:stability: experimental
|
|
921
|
+
'''
|
|
922
|
+
|
|
923
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_glue.IMLTransformRef"
|
|
924
|
+
|
|
925
|
+
@builtins.property
|
|
926
|
+
@jsii.member(jsii_name="mlTransformRef")
|
|
927
|
+
def ml_transform_ref(self) -> "MLTransformReference":
|
|
928
|
+
'''(experimental) A reference to a MLTransform resource.
|
|
929
|
+
|
|
930
|
+
:stability: experimental
|
|
931
|
+
'''
|
|
932
|
+
return typing.cast("MLTransformReference", jsii.get(self, "mlTransformRef"))
|
|
933
|
+
|
|
934
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
935
|
+
typing.cast(typing.Any, IMLTransformRef).__jsii_proxy_class__ = lambda : _IMLTransformRefProxy
|
|
936
|
+
|
|
937
|
+
|
|
938
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_glue.IPartitionRef")
|
|
939
|
+
class IPartitionRef(
|
|
940
|
+
_constructs_77d1e7e8.IConstruct,
|
|
941
|
+
_IEnvironmentAware_f39049ee,
|
|
942
|
+
typing_extensions.Protocol,
|
|
943
|
+
):
|
|
944
|
+
'''(experimental) Indicates that this resource can be referenced as a Partition.
|
|
945
|
+
|
|
946
|
+
:stability: experimental
|
|
947
|
+
'''
|
|
948
|
+
|
|
949
|
+
@builtins.property
|
|
950
|
+
@jsii.member(jsii_name="partitionRef")
|
|
951
|
+
def partition_ref(self) -> "PartitionReference":
|
|
952
|
+
'''(experimental) A reference to a Partition resource.
|
|
953
|
+
|
|
954
|
+
:stability: experimental
|
|
955
|
+
'''
|
|
956
|
+
...
|
|
957
|
+
|
|
958
|
+
|
|
959
|
+
class _IPartitionRefProxy(
|
|
960
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
961
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
962
|
+
):
|
|
963
|
+
'''(experimental) Indicates that this resource can be referenced as a Partition.
|
|
964
|
+
|
|
965
|
+
:stability: experimental
|
|
966
|
+
'''
|
|
967
|
+
|
|
968
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_glue.IPartitionRef"
|
|
969
|
+
|
|
970
|
+
@builtins.property
|
|
971
|
+
@jsii.member(jsii_name="partitionRef")
|
|
972
|
+
def partition_ref(self) -> "PartitionReference":
|
|
973
|
+
'''(experimental) A reference to a Partition resource.
|
|
974
|
+
|
|
975
|
+
:stability: experimental
|
|
976
|
+
'''
|
|
977
|
+
return typing.cast("PartitionReference", jsii.get(self, "partitionRef"))
|
|
978
|
+
|
|
979
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
980
|
+
typing.cast(typing.Any, IPartitionRef).__jsii_proxy_class__ = lambda : _IPartitionRefProxy
|
|
981
|
+
|
|
982
|
+
|
|
983
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_glue.IRegistryRef")
|
|
984
|
+
class IRegistryRef(
|
|
985
|
+
_constructs_77d1e7e8.IConstruct,
|
|
986
|
+
_IEnvironmentAware_f39049ee,
|
|
987
|
+
typing_extensions.Protocol,
|
|
988
|
+
):
|
|
989
|
+
'''(experimental) Indicates that this resource can be referenced as a Registry.
|
|
990
|
+
|
|
991
|
+
:stability: experimental
|
|
992
|
+
'''
|
|
993
|
+
|
|
994
|
+
@builtins.property
|
|
995
|
+
@jsii.member(jsii_name="registryRef")
|
|
996
|
+
def registry_ref(self) -> "RegistryReference":
|
|
997
|
+
'''(experimental) A reference to a Registry resource.
|
|
998
|
+
|
|
999
|
+
:stability: experimental
|
|
1000
|
+
'''
|
|
1001
|
+
...
|
|
1002
|
+
|
|
1003
|
+
|
|
1004
|
+
class _IRegistryRefProxy(
|
|
1005
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1006
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1007
|
+
):
|
|
1008
|
+
'''(experimental) Indicates that this resource can be referenced as a Registry.
|
|
1009
|
+
|
|
1010
|
+
:stability: experimental
|
|
1011
|
+
'''
|
|
1012
|
+
|
|
1013
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_glue.IRegistryRef"
|
|
1014
|
+
|
|
1015
|
+
@builtins.property
|
|
1016
|
+
@jsii.member(jsii_name="registryRef")
|
|
1017
|
+
def registry_ref(self) -> "RegistryReference":
|
|
1018
|
+
'''(experimental) A reference to a Registry resource.
|
|
1019
|
+
|
|
1020
|
+
:stability: experimental
|
|
1021
|
+
'''
|
|
1022
|
+
return typing.cast("RegistryReference", jsii.get(self, "registryRef"))
|
|
1023
|
+
|
|
1024
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1025
|
+
typing.cast(typing.Any, IRegistryRef).__jsii_proxy_class__ = lambda : _IRegistryRefProxy
|
|
1026
|
+
|
|
1027
|
+
|
|
1028
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_glue.ISchemaRef")
|
|
1029
|
+
class ISchemaRef(
|
|
1030
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1031
|
+
_IEnvironmentAware_f39049ee,
|
|
1032
|
+
typing_extensions.Protocol,
|
|
1033
|
+
):
|
|
1034
|
+
'''(experimental) Indicates that this resource can be referenced as a Schema.
|
|
1035
|
+
|
|
1036
|
+
:stability: experimental
|
|
1037
|
+
'''
|
|
1038
|
+
|
|
1039
|
+
@builtins.property
|
|
1040
|
+
@jsii.member(jsii_name="schemaRef")
|
|
1041
|
+
def schema_ref(self) -> "SchemaReference":
|
|
1042
|
+
'''(experimental) A reference to a Schema resource.
|
|
1043
|
+
|
|
1044
|
+
:stability: experimental
|
|
1045
|
+
'''
|
|
1046
|
+
...
|
|
1047
|
+
|
|
1048
|
+
|
|
1049
|
+
class _ISchemaRefProxy(
|
|
1050
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1051
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1052
|
+
):
|
|
1053
|
+
'''(experimental) Indicates that this resource can be referenced as a Schema.
|
|
1054
|
+
|
|
1055
|
+
:stability: experimental
|
|
1056
|
+
'''
|
|
1057
|
+
|
|
1058
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_glue.ISchemaRef"
|
|
1059
|
+
|
|
1060
|
+
@builtins.property
|
|
1061
|
+
@jsii.member(jsii_name="schemaRef")
|
|
1062
|
+
def schema_ref(self) -> "SchemaReference":
|
|
1063
|
+
'''(experimental) A reference to a Schema resource.
|
|
1064
|
+
|
|
1065
|
+
:stability: experimental
|
|
1066
|
+
'''
|
|
1067
|
+
return typing.cast("SchemaReference", jsii.get(self, "schemaRef"))
|
|
1068
|
+
|
|
1069
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1070
|
+
typing.cast(typing.Any, ISchemaRef).__jsii_proxy_class__ = lambda : _ISchemaRefProxy
|
|
1071
|
+
|
|
1072
|
+
|
|
1073
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_glue.ISchemaVersionMetadataRef")
|
|
1074
|
+
class ISchemaVersionMetadataRef(
|
|
1075
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1076
|
+
_IEnvironmentAware_f39049ee,
|
|
1077
|
+
typing_extensions.Protocol,
|
|
1078
|
+
):
|
|
1079
|
+
'''(experimental) Indicates that this resource can be referenced as a SchemaVersionMetadata.
|
|
1080
|
+
|
|
1081
|
+
:stability: experimental
|
|
1082
|
+
'''
|
|
1083
|
+
|
|
1084
|
+
@builtins.property
|
|
1085
|
+
@jsii.member(jsii_name="schemaVersionMetadataRef")
|
|
1086
|
+
def schema_version_metadata_ref(self) -> "SchemaVersionMetadataReference":
|
|
1087
|
+
'''(experimental) A reference to a SchemaVersionMetadata resource.
|
|
1088
|
+
|
|
1089
|
+
:stability: experimental
|
|
1090
|
+
'''
|
|
1091
|
+
...
|
|
1092
|
+
|
|
1093
|
+
|
|
1094
|
+
class _ISchemaVersionMetadataRefProxy(
|
|
1095
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1096
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1097
|
+
):
|
|
1098
|
+
'''(experimental) Indicates that this resource can be referenced as a SchemaVersionMetadata.
|
|
1099
|
+
|
|
1100
|
+
:stability: experimental
|
|
1101
|
+
'''
|
|
1102
|
+
|
|
1103
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_glue.ISchemaVersionMetadataRef"
|
|
1104
|
+
|
|
1105
|
+
@builtins.property
|
|
1106
|
+
@jsii.member(jsii_name="schemaVersionMetadataRef")
|
|
1107
|
+
def schema_version_metadata_ref(self) -> "SchemaVersionMetadataReference":
|
|
1108
|
+
'''(experimental) A reference to a SchemaVersionMetadata resource.
|
|
1109
|
+
|
|
1110
|
+
:stability: experimental
|
|
1111
|
+
'''
|
|
1112
|
+
return typing.cast("SchemaVersionMetadataReference", jsii.get(self, "schemaVersionMetadataRef"))
|
|
1113
|
+
|
|
1114
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1115
|
+
typing.cast(typing.Any, ISchemaVersionMetadataRef).__jsii_proxy_class__ = lambda : _ISchemaVersionMetadataRefProxy
|
|
1116
|
+
|
|
1117
|
+
|
|
1118
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_glue.ISchemaVersionRef")
|
|
1119
|
+
class ISchemaVersionRef(
|
|
1120
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1121
|
+
_IEnvironmentAware_f39049ee,
|
|
1122
|
+
typing_extensions.Protocol,
|
|
1123
|
+
):
|
|
1124
|
+
'''(experimental) Indicates that this resource can be referenced as a SchemaVersion.
|
|
1125
|
+
|
|
1126
|
+
:stability: experimental
|
|
1127
|
+
'''
|
|
1128
|
+
|
|
1129
|
+
@builtins.property
|
|
1130
|
+
@jsii.member(jsii_name="schemaVersionRef")
|
|
1131
|
+
def schema_version_ref(self) -> "SchemaVersionReference":
|
|
1132
|
+
'''(experimental) A reference to a SchemaVersion resource.
|
|
1133
|
+
|
|
1134
|
+
:stability: experimental
|
|
1135
|
+
'''
|
|
1136
|
+
...
|
|
1137
|
+
|
|
1138
|
+
|
|
1139
|
+
class _ISchemaVersionRefProxy(
|
|
1140
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1141
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1142
|
+
):
|
|
1143
|
+
'''(experimental) Indicates that this resource can be referenced as a SchemaVersion.
|
|
1144
|
+
|
|
1145
|
+
:stability: experimental
|
|
1146
|
+
'''
|
|
1147
|
+
|
|
1148
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_glue.ISchemaVersionRef"
|
|
1149
|
+
|
|
1150
|
+
@builtins.property
|
|
1151
|
+
@jsii.member(jsii_name="schemaVersionRef")
|
|
1152
|
+
def schema_version_ref(self) -> "SchemaVersionReference":
|
|
1153
|
+
'''(experimental) A reference to a SchemaVersion resource.
|
|
1154
|
+
|
|
1155
|
+
:stability: experimental
|
|
1156
|
+
'''
|
|
1157
|
+
return typing.cast("SchemaVersionReference", jsii.get(self, "schemaVersionRef"))
|
|
1158
|
+
|
|
1159
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1160
|
+
typing.cast(typing.Any, ISchemaVersionRef).__jsii_proxy_class__ = lambda : _ISchemaVersionRefProxy
|
|
1161
|
+
|
|
1162
|
+
|
|
1163
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_glue.ISecurityConfigurationRef")
|
|
1164
|
+
class ISecurityConfigurationRef(
|
|
1165
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1166
|
+
_IEnvironmentAware_f39049ee,
|
|
1167
|
+
typing_extensions.Protocol,
|
|
1168
|
+
):
|
|
1169
|
+
'''(experimental) Indicates that this resource can be referenced as a SecurityConfiguration.
|
|
1170
|
+
|
|
1171
|
+
:stability: experimental
|
|
1172
|
+
'''
|
|
1173
|
+
|
|
1174
|
+
@builtins.property
|
|
1175
|
+
@jsii.member(jsii_name="securityConfigurationRef")
|
|
1176
|
+
def security_configuration_ref(self) -> "SecurityConfigurationReference":
|
|
1177
|
+
'''(experimental) A reference to a SecurityConfiguration resource.
|
|
1178
|
+
|
|
1179
|
+
:stability: experimental
|
|
1180
|
+
'''
|
|
1181
|
+
...
|
|
1182
|
+
|
|
1183
|
+
|
|
1184
|
+
class _ISecurityConfigurationRefProxy(
|
|
1185
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1186
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1187
|
+
):
|
|
1188
|
+
'''(experimental) Indicates that this resource can be referenced as a SecurityConfiguration.
|
|
1189
|
+
|
|
1190
|
+
:stability: experimental
|
|
1191
|
+
'''
|
|
1192
|
+
|
|
1193
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_glue.ISecurityConfigurationRef"
|
|
1194
|
+
|
|
1195
|
+
@builtins.property
|
|
1196
|
+
@jsii.member(jsii_name="securityConfigurationRef")
|
|
1197
|
+
def security_configuration_ref(self) -> "SecurityConfigurationReference":
|
|
1198
|
+
'''(experimental) A reference to a SecurityConfiguration resource.
|
|
1199
|
+
|
|
1200
|
+
:stability: experimental
|
|
1201
|
+
'''
|
|
1202
|
+
return typing.cast("SecurityConfigurationReference", jsii.get(self, "securityConfigurationRef"))
|
|
1203
|
+
|
|
1204
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1205
|
+
typing.cast(typing.Any, ISecurityConfigurationRef).__jsii_proxy_class__ = lambda : _ISecurityConfigurationRefProxy
|
|
1206
|
+
|
|
1207
|
+
|
|
1208
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_glue.ITableOptimizerRef")
|
|
1209
|
+
class ITableOptimizerRef(
|
|
1210
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1211
|
+
_IEnvironmentAware_f39049ee,
|
|
1212
|
+
typing_extensions.Protocol,
|
|
1213
|
+
):
|
|
1214
|
+
'''(experimental) Indicates that this resource can be referenced as a TableOptimizer.
|
|
1215
|
+
|
|
1216
|
+
:stability: experimental
|
|
1217
|
+
'''
|
|
1218
|
+
|
|
1219
|
+
@builtins.property
|
|
1220
|
+
@jsii.member(jsii_name="tableOptimizerRef")
|
|
1221
|
+
def table_optimizer_ref(self) -> "TableOptimizerReference":
|
|
1222
|
+
'''(experimental) A reference to a TableOptimizer resource.
|
|
1223
|
+
|
|
1224
|
+
:stability: experimental
|
|
1225
|
+
'''
|
|
1226
|
+
...
|
|
1227
|
+
|
|
1228
|
+
|
|
1229
|
+
class _ITableOptimizerRefProxy(
|
|
1230
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1231
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1232
|
+
):
|
|
1233
|
+
'''(experimental) Indicates that this resource can be referenced as a TableOptimizer.
|
|
1234
|
+
|
|
1235
|
+
:stability: experimental
|
|
1236
|
+
'''
|
|
1237
|
+
|
|
1238
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_glue.ITableOptimizerRef"
|
|
1239
|
+
|
|
1240
|
+
@builtins.property
|
|
1241
|
+
@jsii.member(jsii_name="tableOptimizerRef")
|
|
1242
|
+
def table_optimizer_ref(self) -> "TableOptimizerReference":
|
|
1243
|
+
'''(experimental) A reference to a TableOptimizer resource.
|
|
1244
|
+
|
|
1245
|
+
:stability: experimental
|
|
1246
|
+
'''
|
|
1247
|
+
return typing.cast("TableOptimizerReference", jsii.get(self, "tableOptimizerRef"))
|
|
1248
|
+
|
|
1249
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1250
|
+
typing.cast(typing.Any, ITableOptimizerRef).__jsii_proxy_class__ = lambda : _ITableOptimizerRefProxy
|
|
1251
|
+
|
|
1252
|
+
|
|
1253
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_glue.ITableRef")
|
|
1254
|
+
class ITableRef(
|
|
1255
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1256
|
+
_IEnvironmentAware_f39049ee,
|
|
1257
|
+
typing_extensions.Protocol,
|
|
1258
|
+
):
|
|
1259
|
+
'''(experimental) Indicates that this resource can be referenced as a Table.
|
|
1260
|
+
|
|
1261
|
+
:stability: experimental
|
|
1262
|
+
'''
|
|
1263
|
+
|
|
1264
|
+
@builtins.property
|
|
1265
|
+
@jsii.member(jsii_name="tableRef")
|
|
1266
|
+
def table_ref(self) -> "TableReference":
|
|
1267
|
+
'''(experimental) A reference to a Table resource.
|
|
1268
|
+
|
|
1269
|
+
:stability: experimental
|
|
1270
|
+
'''
|
|
1271
|
+
...
|
|
1272
|
+
|
|
1273
|
+
|
|
1274
|
+
class _ITableRefProxy(
|
|
1275
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1276
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1277
|
+
):
|
|
1278
|
+
'''(experimental) Indicates that this resource can be referenced as a Table.
|
|
1279
|
+
|
|
1280
|
+
:stability: experimental
|
|
1281
|
+
'''
|
|
1282
|
+
|
|
1283
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_glue.ITableRef"
|
|
1284
|
+
|
|
1285
|
+
@builtins.property
|
|
1286
|
+
@jsii.member(jsii_name="tableRef")
|
|
1287
|
+
def table_ref(self) -> "TableReference":
|
|
1288
|
+
'''(experimental) A reference to a Table resource.
|
|
1289
|
+
|
|
1290
|
+
:stability: experimental
|
|
1291
|
+
'''
|
|
1292
|
+
return typing.cast("TableReference", jsii.get(self, "tableRef"))
|
|
1293
|
+
|
|
1294
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1295
|
+
typing.cast(typing.Any, ITableRef).__jsii_proxy_class__ = lambda : _ITableRefProxy
|
|
1296
|
+
|
|
1297
|
+
|
|
1298
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_glue.ITriggerRef")
|
|
1299
|
+
class ITriggerRef(
|
|
1300
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1301
|
+
_IEnvironmentAware_f39049ee,
|
|
1302
|
+
typing_extensions.Protocol,
|
|
1303
|
+
):
|
|
1304
|
+
'''(experimental) Indicates that this resource can be referenced as a Trigger.
|
|
1305
|
+
|
|
1306
|
+
:stability: experimental
|
|
1307
|
+
'''
|
|
1308
|
+
|
|
1309
|
+
@builtins.property
|
|
1310
|
+
@jsii.member(jsii_name="triggerRef")
|
|
1311
|
+
def trigger_ref(self) -> "TriggerReference":
|
|
1312
|
+
'''(experimental) A reference to a Trigger resource.
|
|
1313
|
+
|
|
1314
|
+
:stability: experimental
|
|
1315
|
+
'''
|
|
1316
|
+
...
|
|
1317
|
+
|
|
1318
|
+
|
|
1319
|
+
class _ITriggerRefProxy(
|
|
1320
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1321
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1322
|
+
):
|
|
1323
|
+
'''(experimental) Indicates that this resource can be referenced as a Trigger.
|
|
1324
|
+
|
|
1325
|
+
:stability: experimental
|
|
1326
|
+
'''
|
|
1327
|
+
|
|
1328
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_glue.ITriggerRef"
|
|
1329
|
+
|
|
1330
|
+
@builtins.property
|
|
1331
|
+
@jsii.member(jsii_name="triggerRef")
|
|
1332
|
+
def trigger_ref(self) -> "TriggerReference":
|
|
1333
|
+
'''(experimental) A reference to a Trigger resource.
|
|
1334
|
+
|
|
1335
|
+
:stability: experimental
|
|
1336
|
+
'''
|
|
1337
|
+
return typing.cast("TriggerReference", jsii.get(self, "triggerRef"))
|
|
1338
|
+
|
|
1339
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1340
|
+
typing.cast(typing.Any, ITriggerRef).__jsii_proxy_class__ = lambda : _ITriggerRefProxy
|
|
1341
|
+
|
|
1342
|
+
|
|
1343
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_glue.IUsageProfileRef")
|
|
1344
|
+
class IUsageProfileRef(
|
|
1345
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1346
|
+
_IEnvironmentAware_f39049ee,
|
|
1347
|
+
typing_extensions.Protocol,
|
|
1348
|
+
):
|
|
1349
|
+
'''(experimental) Indicates that this resource can be referenced as a UsageProfile.
|
|
1350
|
+
|
|
1351
|
+
:stability: experimental
|
|
1352
|
+
'''
|
|
1353
|
+
|
|
1354
|
+
@builtins.property
|
|
1355
|
+
@jsii.member(jsii_name="usageProfileRef")
|
|
1356
|
+
def usage_profile_ref(self) -> "UsageProfileReference":
|
|
1357
|
+
'''(experimental) A reference to a UsageProfile resource.
|
|
1358
|
+
|
|
1359
|
+
:stability: experimental
|
|
1360
|
+
'''
|
|
1361
|
+
...
|
|
1362
|
+
|
|
1363
|
+
|
|
1364
|
+
class _IUsageProfileRefProxy(
|
|
1365
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1366
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1367
|
+
):
|
|
1368
|
+
'''(experimental) Indicates that this resource can be referenced as a UsageProfile.
|
|
1369
|
+
|
|
1370
|
+
:stability: experimental
|
|
1371
|
+
'''
|
|
1372
|
+
|
|
1373
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_glue.IUsageProfileRef"
|
|
1374
|
+
|
|
1375
|
+
@builtins.property
|
|
1376
|
+
@jsii.member(jsii_name="usageProfileRef")
|
|
1377
|
+
def usage_profile_ref(self) -> "UsageProfileReference":
|
|
1378
|
+
'''(experimental) A reference to a UsageProfile resource.
|
|
1379
|
+
|
|
1380
|
+
:stability: experimental
|
|
1381
|
+
'''
|
|
1382
|
+
return typing.cast("UsageProfileReference", jsii.get(self, "usageProfileRef"))
|
|
1383
|
+
|
|
1384
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1385
|
+
typing.cast(typing.Any, IUsageProfileRef).__jsii_proxy_class__ = lambda : _IUsageProfileRefProxy
|
|
1386
|
+
|
|
1387
|
+
|
|
1388
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_glue.IWorkflowRef")
|
|
1389
|
+
class IWorkflowRef(
|
|
1390
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1391
|
+
_IEnvironmentAware_f39049ee,
|
|
1392
|
+
typing_extensions.Protocol,
|
|
1393
|
+
):
|
|
1394
|
+
'''(experimental) Indicates that this resource can be referenced as a Workflow.
|
|
1395
|
+
|
|
1396
|
+
:stability: experimental
|
|
1397
|
+
'''
|
|
1398
|
+
|
|
1399
|
+
@builtins.property
|
|
1400
|
+
@jsii.member(jsii_name="workflowRef")
|
|
1401
|
+
def workflow_ref(self) -> "WorkflowReference":
|
|
1402
|
+
'''(experimental) A reference to a Workflow resource.
|
|
1403
|
+
|
|
1404
|
+
:stability: experimental
|
|
1405
|
+
'''
|
|
1406
|
+
...
|
|
1407
|
+
|
|
1408
|
+
|
|
1409
|
+
class _IWorkflowRefProxy(
|
|
1410
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1411
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1412
|
+
):
|
|
1413
|
+
'''(experimental) Indicates that this resource can be referenced as a Workflow.
|
|
1414
|
+
|
|
1415
|
+
:stability: experimental
|
|
1416
|
+
'''
|
|
1417
|
+
|
|
1418
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_glue.IWorkflowRef"
|
|
1419
|
+
|
|
1420
|
+
@builtins.property
|
|
1421
|
+
@jsii.member(jsii_name="workflowRef")
|
|
1422
|
+
def workflow_ref(self) -> "WorkflowReference":
|
|
1423
|
+
'''(experimental) A reference to a Workflow resource.
|
|
1424
|
+
|
|
1425
|
+
:stability: experimental
|
|
1426
|
+
'''
|
|
1427
|
+
return typing.cast("WorkflowReference", jsii.get(self, "workflowRef"))
|
|
1428
|
+
|
|
1429
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1430
|
+
typing.cast(typing.Any, IWorkflowRef).__jsii_proxy_class__ = lambda : _IWorkflowRefProxy
|
|
1431
|
+
|
|
1432
|
+
|
|
1433
|
+
@jsii.data_type(
|
|
1434
|
+
jsii_type="aws-cdk-lib.interfaces.aws_glue.IntegrationResourcePropertyReference",
|
|
1435
|
+
jsii_struct_bases=[],
|
|
1436
|
+
name_mapping={
|
|
1437
|
+
"resource_arn": "resourceArn",
|
|
1438
|
+
"resource_property_arn": "resourcePropertyArn",
|
|
1439
|
+
},
|
|
1440
|
+
)
|
|
1441
|
+
class IntegrationResourcePropertyReference:
|
|
1442
|
+
def __init__(
|
|
1443
|
+
self,
|
|
1444
|
+
*,
|
|
1445
|
+
resource_arn: builtins.str,
|
|
1446
|
+
resource_property_arn: builtins.str,
|
|
1447
|
+
) -> None:
|
|
1448
|
+
'''A reference to a IntegrationResourceProperty resource.
|
|
1449
|
+
|
|
1450
|
+
:param resource_arn: The ResourceArn of the IntegrationResourceProperty resource.
|
|
1451
|
+
:param resource_property_arn: The ResourcePropertyArn of the IntegrationResourceProperty resource.
|
|
1452
|
+
|
|
1453
|
+
:exampleMetadata: fixture=_generated
|
|
1454
|
+
|
|
1455
|
+
Example::
|
|
1456
|
+
|
|
1457
|
+
# The code below shows an example of how to instantiate this type.
|
|
1458
|
+
# The values are placeholders you should change.
|
|
1459
|
+
from aws_cdk.interfaces import aws_glue as interfaces_aws_glue
|
|
1460
|
+
|
|
1461
|
+
integration_resource_property_reference = interfaces_aws_glue.IntegrationResourcePropertyReference(
|
|
1462
|
+
resource_arn="resourceArn",
|
|
1463
|
+
resource_property_arn="resourcePropertyArn"
|
|
1464
|
+
)
|
|
1465
|
+
'''
|
|
1466
|
+
if __debug__:
|
|
1467
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d78e927b289090d3ea11c2e52f58b5cdc45b50ebf0cb9ac19af7a86759d45975)
|
|
1468
|
+
check_type(argname="argument resource_arn", value=resource_arn, expected_type=type_hints["resource_arn"])
|
|
1469
|
+
check_type(argname="argument resource_property_arn", value=resource_property_arn, expected_type=type_hints["resource_property_arn"])
|
|
1470
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1471
|
+
"resource_arn": resource_arn,
|
|
1472
|
+
"resource_property_arn": resource_property_arn,
|
|
1473
|
+
}
|
|
1474
|
+
|
|
1475
|
+
@builtins.property
|
|
1476
|
+
def resource_arn(self) -> builtins.str:
|
|
1477
|
+
'''The ResourceArn of the IntegrationResourceProperty resource.'''
|
|
1478
|
+
result = self._values.get("resource_arn")
|
|
1479
|
+
assert result is not None, "Required property 'resource_arn' is missing"
|
|
1480
|
+
return typing.cast(builtins.str, result)
|
|
1481
|
+
|
|
1482
|
+
@builtins.property
|
|
1483
|
+
def resource_property_arn(self) -> builtins.str:
|
|
1484
|
+
'''The ResourcePropertyArn of the IntegrationResourceProperty resource.'''
|
|
1485
|
+
result = self._values.get("resource_property_arn")
|
|
1486
|
+
assert result is not None, "Required property 'resource_property_arn' is missing"
|
|
1487
|
+
return typing.cast(builtins.str, result)
|
|
1488
|
+
|
|
1489
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1490
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1491
|
+
|
|
1492
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1493
|
+
return not (rhs == self)
|
|
1494
|
+
|
|
1495
|
+
def __repr__(self) -> str:
|
|
1496
|
+
return "IntegrationResourcePropertyReference(%s)" % ", ".join(
|
|
1497
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1498
|
+
)
|
|
1499
|
+
|
|
1500
|
+
|
|
1501
|
+
@jsii.data_type(
|
|
1502
|
+
jsii_type="aws-cdk-lib.interfaces.aws_glue.JobReference",
|
|
1503
|
+
jsii_struct_bases=[],
|
|
1504
|
+
name_mapping={"job_name": "jobName"},
|
|
1505
|
+
)
|
|
1506
|
+
class JobReference:
|
|
1507
|
+
def __init__(self, *, job_name: builtins.str) -> None:
|
|
1508
|
+
'''A reference to a Job resource.
|
|
1509
|
+
|
|
1510
|
+
:param job_name: The Name of the Job resource.
|
|
1511
|
+
|
|
1512
|
+
:exampleMetadata: fixture=_generated
|
|
1513
|
+
|
|
1514
|
+
Example::
|
|
1515
|
+
|
|
1516
|
+
# The code below shows an example of how to instantiate this type.
|
|
1517
|
+
# The values are placeholders you should change.
|
|
1518
|
+
from aws_cdk.interfaces import aws_glue as interfaces_aws_glue
|
|
1519
|
+
|
|
1520
|
+
job_reference = interfaces_aws_glue.JobReference(
|
|
1521
|
+
job_name="jobName"
|
|
1522
|
+
)
|
|
1523
|
+
'''
|
|
1524
|
+
if __debug__:
|
|
1525
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f8c47c403cca6462755fa024cf63a9b8531d52ca6834543a739c13e8ee51c9e9)
|
|
1526
|
+
check_type(argname="argument job_name", value=job_name, expected_type=type_hints["job_name"])
|
|
1527
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1528
|
+
"job_name": job_name,
|
|
1529
|
+
}
|
|
1530
|
+
|
|
1531
|
+
@builtins.property
|
|
1532
|
+
def job_name(self) -> builtins.str:
|
|
1533
|
+
'''The Name of the Job resource.'''
|
|
1534
|
+
result = self._values.get("job_name")
|
|
1535
|
+
assert result is not None, "Required property 'job_name' is missing"
|
|
1536
|
+
return typing.cast(builtins.str, result)
|
|
1537
|
+
|
|
1538
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1539
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1540
|
+
|
|
1541
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1542
|
+
return not (rhs == self)
|
|
1543
|
+
|
|
1544
|
+
def __repr__(self) -> str:
|
|
1545
|
+
return "JobReference(%s)" % ", ".join(
|
|
1546
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1547
|
+
)
|
|
1548
|
+
|
|
1549
|
+
|
|
1550
|
+
@jsii.data_type(
|
|
1551
|
+
jsii_type="aws-cdk-lib.interfaces.aws_glue.MLTransformReference",
|
|
1552
|
+
jsii_struct_bases=[],
|
|
1553
|
+
name_mapping={"ml_transform_id": "mlTransformId"},
|
|
1554
|
+
)
|
|
1555
|
+
class MLTransformReference:
|
|
1556
|
+
def __init__(self, *, ml_transform_id: builtins.str) -> None:
|
|
1557
|
+
'''A reference to a MLTransform resource.
|
|
1558
|
+
|
|
1559
|
+
:param ml_transform_id: The Id of the MLTransform resource.
|
|
1560
|
+
|
|
1561
|
+
:exampleMetadata: fixture=_generated
|
|
1562
|
+
|
|
1563
|
+
Example::
|
|
1564
|
+
|
|
1565
|
+
# The code below shows an example of how to instantiate this type.
|
|
1566
|
+
# The values are placeholders you should change.
|
|
1567
|
+
from aws_cdk.interfaces import aws_glue as interfaces_aws_glue
|
|
1568
|
+
|
|
1569
|
+
m_lTransform_reference = interfaces_aws_glue.MLTransformReference(
|
|
1570
|
+
ml_transform_id="mlTransformId"
|
|
1571
|
+
)
|
|
1572
|
+
'''
|
|
1573
|
+
if __debug__:
|
|
1574
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b3f1a2f7b4f39bcc3b7be922b88fffd5ccf9f63df878ae375f85fa00250d7cff)
|
|
1575
|
+
check_type(argname="argument ml_transform_id", value=ml_transform_id, expected_type=type_hints["ml_transform_id"])
|
|
1576
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1577
|
+
"ml_transform_id": ml_transform_id,
|
|
1578
|
+
}
|
|
1579
|
+
|
|
1580
|
+
@builtins.property
|
|
1581
|
+
def ml_transform_id(self) -> builtins.str:
|
|
1582
|
+
'''The Id of the MLTransform resource.'''
|
|
1583
|
+
result = self._values.get("ml_transform_id")
|
|
1584
|
+
assert result is not None, "Required property 'ml_transform_id' is missing"
|
|
1585
|
+
return typing.cast(builtins.str, result)
|
|
1586
|
+
|
|
1587
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1588
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1589
|
+
|
|
1590
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1591
|
+
return not (rhs == self)
|
|
1592
|
+
|
|
1593
|
+
def __repr__(self) -> str:
|
|
1594
|
+
return "MLTransformReference(%s)" % ", ".join(
|
|
1595
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1596
|
+
)
|
|
1597
|
+
|
|
1598
|
+
|
|
1599
|
+
@jsii.data_type(
|
|
1600
|
+
jsii_type="aws-cdk-lib.interfaces.aws_glue.PartitionReference",
|
|
1601
|
+
jsii_struct_bases=[],
|
|
1602
|
+
name_mapping={"partition_id": "partitionId"},
|
|
1603
|
+
)
|
|
1604
|
+
class PartitionReference:
|
|
1605
|
+
def __init__(self, *, partition_id: builtins.str) -> None:
|
|
1606
|
+
'''A reference to a Partition resource.
|
|
1607
|
+
|
|
1608
|
+
:param partition_id: The Id of the Partition resource.
|
|
1609
|
+
|
|
1610
|
+
:exampleMetadata: fixture=_generated
|
|
1611
|
+
|
|
1612
|
+
Example::
|
|
1613
|
+
|
|
1614
|
+
# The code below shows an example of how to instantiate this type.
|
|
1615
|
+
# The values are placeholders you should change.
|
|
1616
|
+
from aws_cdk.interfaces import aws_glue as interfaces_aws_glue
|
|
1617
|
+
|
|
1618
|
+
partition_reference = interfaces_aws_glue.PartitionReference(
|
|
1619
|
+
partition_id="partitionId"
|
|
1620
|
+
)
|
|
1621
|
+
'''
|
|
1622
|
+
if __debug__:
|
|
1623
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5a9698059eb8899c746fb237350793d2faff1bdfa61b71f202add91131734519)
|
|
1624
|
+
check_type(argname="argument partition_id", value=partition_id, expected_type=type_hints["partition_id"])
|
|
1625
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1626
|
+
"partition_id": partition_id,
|
|
1627
|
+
}
|
|
1628
|
+
|
|
1629
|
+
@builtins.property
|
|
1630
|
+
def partition_id(self) -> builtins.str:
|
|
1631
|
+
'''The Id of the Partition resource.'''
|
|
1632
|
+
result = self._values.get("partition_id")
|
|
1633
|
+
assert result is not None, "Required property 'partition_id' is missing"
|
|
1634
|
+
return typing.cast(builtins.str, result)
|
|
1635
|
+
|
|
1636
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1637
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1638
|
+
|
|
1639
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1640
|
+
return not (rhs == self)
|
|
1641
|
+
|
|
1642
|
+
def __repr__(self) -> str:
|
|
1643
|
+
return "PartitionReference(%s)" % ", ".join(
|
|
1644
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1645
|
+
)
|
|
1646
|
+
|
|
1647
|
+
|
|
1648
|
+
@jsii.data_type(
|
|
1649
|
+
jsii_type="aws-cdk-lib.interfaces.aws_glue.RegistryReference",
|
|
1650
|
+
jsii_struct_bases=[],
|
|
1651
|
+
name_mapping={"registry_arn": "registryArn"},
|
|
1652
|
+
)
|
|
1653
|
+
class RegistryReference:
|
|
1654
|
+
def __init__(self, *, registry_arn: builtins.str) -> None:
|
|
1655
|
+
'''A reference to a Registry resource.
|
|
1656
|
+
|
|
1657
|
+
:param registry_arn: The Arn of the Registry resource.
|
|
1658
|
+
|
|
1659
|
+
:exampleMetadata: fixture=_generated
|
|
1660
|
+
|
|
1661
|
+
Example::
|
|
1662
|
+
|
|
1663
|
+
# The code below shows an example of how to instantiate this type.
|
|
1664
|
+
# The values are placeholders you should change.
|
|
1665
|
+
from aws_cdk.interfaces import aws_glue as interfaces_aws_glue
|
|
1666
|
+
|
|
1667
|
+
registry_reference = interfaces_aws_glue.RegistryReference(
|
|
1668
|
+
registry_arn="registryArn"
|
|
1669
|
+
)
|
|
1670
|
+
'''
|
|
1671
|
+
if __debug__:
|
|
1672
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2f46875075b9b44d3958fe5be64778d351238ba406d2bfaf624a127c572ecfdd)
|
|
1673
|
+
check_type(argname="argument registry_arn", value=registry_arn, expected_type=type_hints["registry_arn"])
|
|
1674
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1675
|
+
"registry_arn": registry_arn,
|
|
1676
|
+
}
|
|
1677
|
+
|
|
1678
|
+
@builtins.property
|
|
1679
|
+
def registry_arn(self) -> builtins.str:
|
|
1680
|
+
'''The Arn of the Registry resource.'''
|
|
1681
|
+
result = self._values.get("registry_arn")
|
|
1682
|
+
assert result is not None, "Required property 'registry_arn' is missing"
|
|
1683
|
+
return typing.cast(builtins.str, result)
|
|
1684
|
+
|
|
1685
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1686
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1687
|
+
|
|
1688
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1689
|
+
return not (rhs == self)
|
|
1690
|
+
|
|
1691
|
+
def __repr__(self) -> str:
|
|
1692
|
+
return "RegistryReference(%s)" % ", ".join(
|
|
1693
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1694
|
+
)
|
|
1695
|
+
|
|
1696
|
+
|
|
1697
|
+
@jsii.data_type(
|
|
1698
|
+
jsii_type="aws-cdk-lib.interfaces.aws_glue.SchemaReference",
|
|
1699
|
+
jsii_struct_bases=[],
|
|
1700
|
+
name_mapping={"schema_arn": "schemaArn"},
|
|
1701
|
+
)
|
|
1702
|
+
class SchemaReference:
|
|
1703
|
+
def __init__(self, *, schema_arn: builtins.str) -> None:
|
|
1704
|
+
'''A reference to a Schema resource.
|
|
1705
|
+
|
|
1706
|
+
:param schema_arn: The Arn of the Schema resource.
|
|
1707
|
+
|
|
1708
|
+
:exampleMetadata: fixture=_generated
|
|
1709
|
+
|
|
1710
|
+
Example::
|
|
1711
|
+
|
|
1712
|
+
# The code below shows an example of how to instantiate this type.
|
|
1713
|
+
# The values are placeholders you should change.
|
|
1714
|
+
from aws_cdk.interfaces import aws_glue as interfaces_aws_glue
|
|
1715
|
+
|
|
1716
|
+
schema_reference = interfaces_aws_glue.SchemaReference(
|
|
1717
|
+
schema_arn="schemaArn"
|
|
1718
|
+
)
|
|
1719
|
+
'''
|
|
1720
|
+
if __debug__:
|
|
1721
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b578c469d6ed870abb6802e9d10670c2f571c62a79988a4ded4d3dccbcf0754e)
|
|
1722
|
+
check_type(argname="argument schema_arn", value=schema_arn, expected_type=type_hints["schema_arn"])
|
|
1723
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1724
|
+
"schema_arn": schema_arn,
|
|
1725
|
+
}
|
|
1726
|
+
|
|
1727
|
+
@builtins.property
|
|
1728
|
+
def schema_arn(self) -> builtins.str:
|
|
1729
|
+
'''The Arn of the Schema resource.'''
|
|
1730
|
+
result = self._values.get("schema_arn")
|
|
1731
|
+
assert result is not None, "Required property 'schema_arn' is missing"
|
|
1732
|
+
return typing.cast(builtins.str, result)
|
|
1733
|
+
|
|
1734
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1735
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1736
|
+
|
|
1737
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1738
|
+
return not (rhs == self)
|
|
1739
|
+
|
|
1740
|
+
def __repr__(self) -> str:
|
|
1741
|
+
return "SchemaReference(%s)" % ", ".join(
|
|
1742
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1743
|
+
)
|
|
1744
|
+
|
|
1745
|
+
|
|
1746
|
+
@jsii.data_type(
|
|
1747
|
+
jsii_type="aws-cdk-lib.interfaces.aws_glue.SchemaVersionMetadataReference",
|
|
1748
|
+
jsii_struct_bases=[],
|
|
1749
|
+
name_mapping={
|
|
1750
|
+
"key": "key",
|
|
1751
|
+
"schema_version_id": "schemaVersionId",
|
|
1752
|
+
"value": "value",
|
|
1753
|
+
},
|
|
1754
|
+
)
|
|
1755
|
+
class SchemaVersionMetadataReference:
|
|
1756
|
+
def __init__(
|
|
1757
|
+
self,
|
|
1758
|
+
*,
|
|
1759
|
+
key: builtins.str,
|
|
1760
|
+
schema_version_id: builtins.str,
|
|
1761
|
+
value: builtins.str,
|
|
1762
|
+
) -> None:
|
|
1763
|
+
'''A reference to a SchemaVersionMetadata resource.
|
|
1764
|
+
|
|
1765
|
+
:param key: The Key of the SchemaVersionMetadata resource.
|
|
1766
|
+
:param schema_version_id: The SchemaVersionId of the SchemaVersionMetadata resource.
|
|
1767
|
+
:param value: The Value of the SchemaVersionMetadata resource.
|
|
1768
|
+
|
|
1769
|
+
:exampleMetadata: fixture=_generated
|
|
1770
|
+
|
|
1771
|
+
Example::
|
|
1772
|
+
|
|
1773
|
+
# The code below shows an example of how to instantiate this type.
|
|
1774
|
+
# The values are placeholders you should change.
|
|
1775
|
+
from aws_cdk.interfaces import aws_glue as interfaces_aws_glue
|
|
1776
|
+
|
|
1777
|
+
schema_version_metadata_reference = interfaces_aws_glue.SchemaVersionMetadataReference(
|
|
1778
|
+
key="key",
|
|
1779
|
+
schema_version_id="schemaVersionId",
|
|
1780
|
+
value="value"
|
|
1781
|
+
)
|
|
1782
|
+
'''
|
|
1783
|
+
if __debug__:
|
|
1784
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d4b127790a6c1e064bc511d8914a963c65c84be0739a54f9274fdb48b4f2105d)
|
|
1785
|
+
check_type(argname="argument key", value=key, expected_type=type_hints["key"])
|
|
1786
|
+
check_type(argname="argument schema_version_id", value=schema_version_id, expected_type=type_hints["schema_version_id"])
|
|
1787
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1788
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1789
|
+
"key": key,
|
|
1790
|
+
"schema_version_id": schema_version_id,
|
|
1791
|
+
"value": value,
|
|
1792
|
+
}
|
|
1793
|
+
|
|
1794
|
+
@builtins.property
|
|
1795
|
+
def key(self) -> builtins.str:
|
|
1796
|
+
'''The Key of the SchemaVersionMetadata resource.'''
|
|
1797
|
+
result = self._values.get("key")
|
|
1798
|
+
assert result is not None, "Required property 'key' is missing"
|
|
1799
|
+
return typing.cast(builtins.str, result)
|
|
1800
|
+
|
|
1801
|
+
@builtins.property
|
|
1802
|
+
def schema_version_id(self) -> builtins.str:
|
|
1803
|
+
'''The SchemaVersionId of the SchemaVersionMetadata resource.'''
|
|
1804
|
+
result = self._values.get("schema_version_id")
|
|
1805
|
+
assert result is not None, "Required property 'schema_version_id' is missing"
|
|
1806
|
+
return typing.cast(builtins.str, result)
|
|
1807
|
+
|
|
1808
|
+
@builtins.property
|
|
1809
|
+
def value(self) -> builtins.str:
|
|
1810
|
+
'''The Value of the SchemaVersionMetadata resource.'''
|
|
1811
|
+
result = self._values.get("value")
|
|
1812
|
+
assert result is not None, "Required property 'value' is missing"
|
|
1813
|
+
return typing.cast(builtins.str, result)
|
|
1814
|
+
|
|
1815
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1816
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1817
|
+
|
|
1818
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1819
|
+
return not (rhs == self)
|
|
1820
|
+
|
|
1821
|
+
def __repr__(self) -> str:
|
|
1822
|
+
return "SchemaVersionMetadataReference(%s)" % ", ".join(
|
|
1823
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1824
|
+
)
|
|
1825
|
+
|
|
1826
|
+
|
|
1827
|
+
@jsii.data_type(
|
|
1828
|
+
jsii_type="aws-cdk-lib.interfaces.aws_glue.SchemaVersionReference",
|
|
1829
|
+
jsii_struct_bases=[],
|
|
1830
|
+
name_mapping={"version_id": "versionId"},
|
|
1831
|
+
)
|
|
1832
|
+
class SchemaVersionReference:
|
|
1833
|
+
def __init__(self, *, version_id: builtins.str) -> None:
|
|
1834
|
+
'''A reference to a SchemaVersion resource.
|
|
1835
|
+
|
|
1836
|
+
:param version_id: The VersionId of the SchemaVersion resource.
|
|
1837
|
+
|
|
1838
|
+
:exampleMetadata: fixture=_generated
|
|
1839
|
+
|
|
1840
|
+
Example::
|
|
1841
|
+
|
|
1842
|
+
# The code below shows an example of how to instantiate this type.
|
|
1843
|
+
# The values are placeholders you should change.
|
|
1844
|
+
from aws_cdk.interfaces import aws_glue as interfaces_aws_glue
|
|
1845
|
+
|
|
1846
|
+
schema_version_reference = interfaces_aws_glue.SchemaVersionReference(
|
|
1847
|
+
version_id="versionId"
|
|
1848
|
+
)
|
|
1849
|
+
'''
|
|
1850
|
+
if __debug__:
|
|
1851
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8183bbaf7cbe72ac30393afbba3db6508105f9305b6e69bf1acef9abffd833d2)
|
|
1852
|
+
check_type(argname="argument version_id", value=version_id, expected_type=type_hints["version_id"])
|
|
1853
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1854
|
+
"version_id": version_id,
|
|
1855
|
+
}
|
|
1856
|
+
|
|
1857
|
+
@builtins.property
|
|
1858
|
+
def version_id(self) -> builtins.str:
|
|
1859
|
+
'''The VersionId of the SchemaVersion resource.'''
|
|
1860
|
+
result = self._values.get("version_id")
|
|
1861
|
+
assert result is not None, "Required property 'version_id' is missing"
|
|
1862
|
+
return typing.cast(builtins.str, result)
|
|
1863
|
+
|
|
1864
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1865
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1866
|
+
|
|
1867
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1868
|
+
return not (rhs == self)
|
|
1869
|
+
|
|
1870
|
+
def __repr__(self) -> str:
|
|
1871
|
+
return "SchemaVersionReference(%s)" % ", ".join(
|
|
1872
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1873
|
+
)
|
|
1874
|
+
|
|
1875
|
+
|
|
1876
|
+
@jsii.data_type(
|
|
1877
|
+
jsii_type="aws-cdk-lib.interfaces.aws_glue.SecurityConfigurationReference",
|
|
1878
|
+
jsii_struct_bases=[],
|
|
1879
|
+
name_mapping={"security_configuration_id": "securityConfigurationId"},
|
|
1880
|
+
)
|
|
1881
|
+
class SecurityConfigurationReference:
|
|
1882
|
+
def __init__(self, *, security_configuration_id: builtins.str) -> None:
|
|
1883
|
+
'''A reference to a SecurityConfiguration resource.
|
|
1884
|
+
|
|
1885
|
+
:param security_configuration_id: The Id of the SecurityConfiguration resource.
|
|
1886
|
+
|
|
1887
|
+
:exampleMetadata: fixture=_generated
|
|
1888
|
+
|
|
1889
|
+
Example::
|
|
1890
|
+
|
|
1891
|
+
# The code below shows an example of how to instantiate this type.
|
|
1892
|
+
# The values are placeholders you should change.
|
|
1893
|
+
from aws_cdk.interfaces import aws_glue as interfaces_aws_glue
|
|
1894
|
+
|
|
1895
|
+
security_configuration_reference = interfaces_aws_glue.SecurityConfigurationReference(
|
|
1896
|
+
security_configuration_id="securityConfigurationId"
|
|
1897
|
+
)
|
|
1898
|
+
'''
|
|
1899
|
+
if __debug__:
|
|
1900
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5f762055d8744dcdcadf6d3ee48e027edbbedb409f2aee69d69051529ab7d003)
|
|
1901
|
+
check_type(argname="argument security_configuration_id", value=security_configuration_id, expected_type=type_hints["security_configuration_id"])
|
|
1902
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1903
|
+
"security_configuration_id": security_configuration_id,
|
|
1904
|
+
}
|
|
1905
|
+
|
|
1906
|
+
@builtins.property
|
|
1907
|
+
def security_configuration_id(self) -> builtins.str:
|
|
1908
|
+
'''The Id of the SecurityConfiguration resource.'''
|
|
1909
|
+
result = self._values.get("security_configuration_id")
|
|
1910
|
+
assert result is not None, "Required property 'security_configuration_id' is missing"
|
|
1911
|
+
return typing.cast(builtins.str, result)
|
|
1912
|
+
|
|
1913
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1914
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1915
|
+
|
|
1916
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1917
|
+
return not (rhs == self)
|
|
1918
|
+
|
|
1919
|
+
def __repr__(self) -> str:
|
|
1920
|
+
return "SecurityConfigurationReference(%s)" % ", ".join(
|
|
1921
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1922
|
+
)
|
|
1923
|
+
|
|
1924
|
+
|
|
1925
|
+
@jsii.data_type(
|
|
1926
|
+
jsii_type="aws-cdk-lib.interfaces.aws_glue.TableOptimizerReference",
|
|
1927
|
+
jsii_struct_bases=[],
|
|
1928
|
+
name_mapping={"table_optimizer_id": "tableOptimizerId"},
|
|
1929
|
+
)
|
|
1930
|
+
class TableOptimizerReference:
|
|
1931
|
+
def __init__(self, *, table_optimizer_id: builtins.str) -> None:
|
|
1932
|
+
'''A reference to a TableOptimizer resource.
|
|
1933
|
+
|
|
1934
|
+
:param table_optimizer_id: The Id of the TableOptimizer resource.
|
|
1935
|
+
|
|
1936
|
+
:exampleMetadata: fixture=_generated
|
|
1937
|
+
|
|
1938
|
+
Example::
|
|
1939
|
+
|
|
1940
|
+
# The code below shows an example of how to instantiate this type.
|
|
1941
|
+
# The values are placeholders you should change.
|
|
1942
|
+
from aws_cdk.interfaces import aws_glue as interfaces_aws_glue
|
|
1943
|
+
|
|
1944
|
+
table_optimizer_reference = interfaces_aws_glue.TableOptimizerReference(
|
|
1945
|
+
table_optimizer_id="tableOptimizerId"
|
|
1946
|
+
)
|
|
1947
|
+
'''
|
|
1948
|
+
if __debug__:
|
|
1949
|
+
type_hints = typing.get_type_hints(_typecheckingstub__36d18932d532cd2df3f2355353c78a3d21a028fa0d2181f51b94ae7c9101726b)
|
|
1950
|
+
check_type(argname="argument table_optimizer_id", value=table_optimizer_id, expected_type=type_hints["table_optimizer_id"])
|
|
1951
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1952
|
+
"table_optimizer_id": table_optimizer_id,
|
|
1953
|
+
}
|
|
1954
|
+
|
|
1955
|
+
@builtins.property
|
|
1956
|
+
def table_optimizer_id(self) -> builtins.str:
|
|
1957
|
+
'''The Id of the TableOptimizer resource.'''
|
|
1958
|
+
result = self._values.get("table_optimizer_id")
|
|
1959
|
+
assert result is not None, "Required property 'table_optimizer_id' is missing"
|
|
1960
|
+
return typing.cast(builtins.str, result)
|
|
1961
|
+
|
|
1962
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1963
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1964
|
+
|
|
1965
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1966
|
+
return not (rhs == self)
|
|
1967
|
+
|
|
1968
|
+
def __repr__(self) -> str:
|
|
1969
|
+
return "TableOptimizerReference(%s)" % ", ".join(
|
|
1970
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1971
|
+
)
|
|
1972
|
+
|
|
1973
|
+
|
|
1974
|
+
@jsii.data_type(
|
|
1975
|
+
jsii_type="aws-cdk-lib.interfaces.aws_glue.TableReference",
|
|
1976
|
+
jsii_struct_bases=[],
|
|
1977
|
+
name_mapping={"table_id": "tableId"},
|
|
1978
|
+
)
|
|
1979
|
+
class TableReference:
|
|
1980
|
+
def __init__(self, *, table_id: builtins.str) -> None:
|
|
1981
|
+
'''A reference to a Table resource.
|
|
1982
|
+
|
|
1983
|
+
:param table_id: The Id of the Table resource.
|
|
1984
|
+
|
|
1985
|
+
:exampleMetadata: fixture=_generated
|
|
1986
|
+
|
|
1987
|
+
Example::
|
|
1988
|
+
|
|
1989
|
+
# The code below shows an example of how to instantiate this type.
|
|
1990
|
+
# The values are placeholders you should change.
|
|
1991
|
+
from aws_cdk.interfaces import aws_glue as interfaces_aws_glue
|
|
1992
|
+
|
|
1993
|
+
table_reference = interfaces_aws_glue.TableReference(
|
|
1994
|
+
table_id="tableId"
|
|
1995
|
+
)
|
|
1996
|
+
'''
|
|
1997
|
+
if __debug__:
|
|
1998
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d91e1bc0dff8ee618900793d998bcf5ed91fd48153fcbcc02d63186fa2219535)
|
|
1999
|
+
check_type(argname="argument table_id", value=table_id, expected_type=type_hints["table_id"])
|
|
2000
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2001
|
+
"table_id": table_id,
|
|
2002
|
+
}
|
|
2003
|
+
|
|
2004
|
+
@builtins.property
|
|
2005
|
+
def table_id(self) -> builtins.str:
|
|
2006
|
+
'''The Id of the Table resource.'''
|
|
2007
|
+
result = self._values.get("table_id")
|
|
2008
|
+
assert result is not None, "Required property 'table_id' is missing"
|
|
2009
|
+
return typing.cast(builtins.str, result)
|
|
2010
|
+
|
|
2011
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2012
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2013
|
+
|
|
2014
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2015
|
+
return not (rhs == self)
|
|
2016
|
+
|
|
2017
|
+
def __repr__(self) -> str:
|
|
2018
|
+
return "TableReference(%s)" % ", ".join(
|
|
2019
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2020
|
+
)
|
|
2021
|
+
|
|
2022
|
+
|
|
2023
|
+
@jsii.data_type(
|
|
2024
|
+
jsii_type="aws-cdk-lib.interfaces.aws_glue.TriggerReference",
|
|
2025
|
+
jsii_struct_bases=[],
|
|
2026
|
+
name_mapping={"trigger_name": "triggerName"},
|
|
2027
|
+
)
|
|
2028
|
+
class TriggerReference:
|
|
2029
|
+
def __init__(self, *, trigger_name: builtins.str) -> None:
|
|
2030
|
+
'''A reference to a Trigger resource.
|
|
2031
|
+
|
|
2032
|
+
:param trigger_name: The Name of the Trigger resource.
|
|
2033
|
+
|
|
2034
|
+
:exampleMetadata: fixture=_generated
|
|
2035
|
+
|
|
2036
|
+
Example::
|
|
2037
|
+
|
|
2038
|
+
# The code below shows an example of how to instantiate this type.
|
|
2039
|
+
# The values are placeholders you should change.
|
|
2040
|
+
from aws_cdk.interfaces import aws_glue as interfaces_aws_glue
|
|
2041
|
+
|
|
2042
|
+
trigger_reference = interfaces_aws_glue.TriggerReference(
|
|
2043
|
+
trigger_name="triggerName"
|
|
2044
|
+
)
|
|
2045
|
+
'''
|
|
2046
|
+
if __debug__:
|
|
2047
|
+
type_hints = typing.get_type_hints(_typecheckingstub__85c96b93a2c298c01219667b5012a8e417cd40c14e36afd3fd093081bbfc5a3e)
|
|
2048
|
+
check_type(argname="argument trigger_name", value=trigger_name, expected_type=type_hints["trigger_name"])
|
|
2049
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2050
|
+
"trigger_name": trigger_name,
|
|
2051
|
+
}
|
|
2052
|
+
|
|
2053
|
+
@builtins.property
|
|
2054
|
+
def trigger_name(self) -> builtins.str:
|
|
2055
|
+
'''The Name of the Trigger resource.'''
|
|
2056
|
+
result = self._values.get("trigger_name")
|
|
2057
|
+
assert result is not None, "Required property 'trigger_name' is missing"
|
|
2058
|
+
return typing.cast(builtins.str, result)
|
|
2059
|
+
|
|
2060
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2061
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2062
|
+
|
|
2063
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2064
|
+
return not (rhs == self)
|
|
2065
|
+
|
|
2066
|
+
def __repr__(self) -> str:
|
|
2067
|
+
return "TriggerReference(%s)" % ", ".join(
|
|
2068
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2069
|
+
)
|
|
2070
|
+
|
|
2071
|
+
|
|
2072
|
+
@jsii.data_type(
|
|
2073
|
+
jsii_type="aws-cdk-lib.interfaces.aws_glue.UsageProfileReference",
|
|
2074
|
+
jsii_struct_bases=[],
|
|
2075
|
+
name_mapping={"usage_profile_name": "usageProfileName"},
|
|
2076
|
+
)
|
|
2077
|
+
class UsageProfileReference:
|
|
2078
|
+
def __init__(self, *, usage_profile_name: builtins.str) -> None:
|
|
2079
|
+
'''A reference to a UsageProfile resource.
|
|
2080
|
+
|
|
2081
|
+
:param usage_profile_name: The Name of the UsageProfile resource.
|
|
2082
|
+
|
|
2083
|
+
:exampleMetadata: fixture=_generated
|
|
2084
|
+
|
|
2085
|
+
Example::
|
|
2086
|
+
|
|
2087
|
+
# The code below shows an example of how to instantiate this type.
|
|
2088
|
+
# The values are placeholders you should change.
|
|
2089
|
+
from aws_cdk.interfaces import aws_glue as interfaces_aws_glue
|
|
2090
|
+
|
|
2091
|
+
usage_profile_reference = interfaces_aws_glue.UsageProfileReference(
|
|
2092
|
+
usage_profile_name="usageProfileName"
|
|
2093
|
+
)
|
|
2094
|
+
'''
|
|
2095
|
+
if __debug__:
|
|
2096
|
+
type_hints = typing.get_type_hints(_typecheckingstub__31cd7baf9c81bae2e0d29221ca6cf6bf1b06b730a8c9d8fedf8630e653710373)
|
|
2097
|
+
check_type(argname="argument usage_profile_name", value=usage_profile_name, expected_type=type_hints["usage_profile_name"])
|
|
2098
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2099
|
+
"usage_profile_name": usage_profile_name,
|
|
2100
|
+
}
|
|
2101
|
+
|
|
2102
|
+
@builtins.property
|
|
2103
|
+
def usage_profile_name(self) -> builtins.str:
|
|
2104
|
+
'''The Name of the UsageProfile resource.'''
|
|
2105
|
+
result = self._values.get("usage_profile_name")
|
|
2106
|
+
assert result is not None, "Required property 'usage_profile_name' is missing"
|
|
2107
|
+
return typing.cast(builtins.str, result)
|
|
2108
|
+
|
|
2109
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2110
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2111
|
+
|
|
2112
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2113
|
+
return not (rhs == self)
|
|
2114
|
+
|
|
2115
|
+
def __repr__(self) -> str:
|
|
2116
|
+
return "UsageProfileReference(%s)" % ", ".join(
|
|
2117
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2118
|
+
)
|
|
2119
|
+
|
|
2120
|
+
|
|
2121
|
+
@jsii.data_type(
|
|
2122
|
+
jsii_type="aws-cdk-lib.interfaces.aws_glue.WorkflowReference",
|
|
2123
|
+
jsii_struct_bases=[],
|
|
2124
|
+
name_mapping={"workflow_id": "workflowId"},
|
|
2125
|
+
)
|
|
2126
|
+
class WorkflowReference:
|
|
2127
|
+
def __init__(self, *, workflow_id: builtins.str) -> None:
|
|
2128
|
+
'''A reference to a Workflow resource.
|
|
2129
|
+
|
|
2130
|
+
:param workflow_id: The Id of the Workflow resource.
|
|
2131
|
+
|
|
2132
|
+
:exampleMetadata: fixture=_generated
|
|
2133
|
+
|
|
2134
|
+
Example::
|
|
2135
|
+
|
|
2136
|
+
# The code below shows an example of how to instantiate this type.
|
|
2137
|
+
# The values are placeholders you should change.
|
|
2138
|
+
from aws_cdk.interfaces import aws_glue as interfaces_aws_glue
|
|
2139
|
+
|
|
2140
|
+
workflow_reference = interfaces_aws_glue.WorkflowReference(
|
|
2141
|
+
workflow_id="workflowId"
|
|
2142
|
+
)
|
|
2143
|
+
'''
|
|
2144
|
+
if __debug__:
|
|
2145
|
+
type_hints = typing.get_type_hints(_typecheckingstub__05490662a534e7ac737a01a3e54258abf2c5d6dd3a563391b841bd656b5b6220)
|
|
2146
|
+
check_type(argname="argument workflow_id", value=workflow_id, expected_type=type_hints["workflow_id"])
|
|
2147
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2148
|
+
"workflow_id": workflow_id,
|
|
2149
|
+
}
|
|
2150
|
+
|
|
2151
|
+
@builtins.property
|
|
2152
|
+
def workflow_id(self) -> builtins.str:
|
|
2153
|
+
'''The Id of the Workflow resource.'''
|
|
2154
|
+
result = self._values.get("workflow_id")
|
|
2155
|
+
assert result is not None, "Required property 'workflow_id' is missing"
|
|
2156
|
+
return typing.cast(builtins.str, result)
|
|
2157
|
+
|
|
2158
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2159
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2160
|
+
|
|
2161
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2162
|
+
return not (rhs == self)
|
|
2163
|
+
|
|
2164
|
+
def __repr__(self) -> str:
|
|
2165
|
+
return "WorkflowReference(%s)" % ", ".join(
|
|
2166
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2167
|
+
)
|
|
2168
|
+
|
|
2169
|
+
|
|
2170
|
+
__all__ = [
|
|
2171
|
+
"ClassifierReference",
|
|
2172
|
+
"ConnectionReference",
|
|
2173
|
+
"CrawlerReference",
|
|
2174
|
+
"CustomEntityTypeReference",
|
|
2175
|
+
"DataCatalogEncryptionSettingsReference",
|
|
2176
|
+
"DataQualityRulesetReference",
|
|
2177
|
+
"DatabaseReference",
|
|
2178
|
+
"DevEndpointReference",
|
|
2179
|
+
"IClassifierRef",
|
|
2180
|
+
"IConnectionRef",
|
|
2181
|
+
"ICrawlerRef",
|
|
2182
|
+
"ICustomEntityTypeRef",
|
|
2183
|
+
"IDataCatalogEncryptionSettingsRef",
|
|
2184
|
+
"IDataQualityRulesetRef",
|
|
2185
|
+
"IDatabaseRef",
|
|
2186
|
+
"IDevEndpointRef",
|
|
2187
|
+
"IIntegrationResourcePropertyRef",
|
|
2188
|
+
"IJobRef",
|
|
2189
|
+
"IMLTransformRef",
|
|
2190
|
+
"IPartitionRef",
|
|
2191
|
+
"IRegistryRef",
|
|
2192
|
+
"ISchemaRef",
|
|
2193
|
+
"ISchemaVersionMetadataRef",
|
|
2194
|
+
"ISchemaVersionRef",
|
|
2195
|
+
"ISecurityConfigurationRef",
|
|
2196
|
+
"ITableOptimizerRef",
|
|
2197
|
+
"ITableRef",
|
|
2198
|
+
"ITriggerRef",
|
|
2199
|
+
"IUsageProfileRef",
|
|
2200
|
+
"IWorkflowRef",
|
|
2201
|
+
"IntegrationResourcePropertyReference",
|
|
2202
|
+
"JobReference",
|
|
2203
|
+
"MLTransformReference",
|
|
2204
|
+
"PartitionReference",
|
|
2205
|
+
"RegistryReference",
|
|
2206
|
+
"SchemaReference",
|
|
2207
|
+
"SchemaVersionMetadataReference",
|
|
2208
|
+
"SchemaVersionReference",
|
|
2209
|
+
"SecurityConfigurationReference",
|
|
2210
|
+
"TableOptimizerReference",
|
|
2211
|
+
"TableReference",
|
|
2212
|
+
"TriggerReference",
|
|
2213
|
+
"UsageProfileReference",
|
|
2214
|
+
"WorkflowReference",
|
|
2215
|
+
]
|
|
2216
|
+
|
|
2217
|
+
publication.publish()
|
|
2218
|
+
|
|
2219
|
+
def _typecheckingstub__153075acc355fb8c67c2595f86bb736959d7a3490470e1496c4634652a073e55(
|
|
2220
|
+
*,
|
|
2221
|
+
classifier_id: builtins.str,
|
|
2222
|
+
) -> None:
|
|
2223
|
+
"""Type checking stubs"""
|
|
2224
|
+
pass
|
|
2225
|
+
|
|
2226
|
+
def _typecheckingstub__d0c23f5314f51a17152319ab80f389d2f1b18975384c84d1d2931ac1a3121d9f(
|
|
2227
|
+
*,
|
|
2228
|
+
connection_id: builtins.str,
|
|
2229
|
+
) -> None:
|
|
2230
|
+
"""Type checking stubs"""
|
|
2231
|
+
pass
|
|
2232
|
+
|
|
2233
|
+
def _typecheckingstub__ad53740eb8897f033af56fd03963af3e4f644f727baf57ca71c35961fceb97b6(
|
|
2234
|
+
*,
|
|
2235
|
+
crawler_name: builtins.str,
|
|
2236
|
+
) -> None:
|
|
2237
|
+
"""Type checking stubs"""
|
|
2238
|
+
pass
|
|
2239
|
+
|
|
2240
|
+
def _typecheckingstub__2752daff245d03b65a99c918eff72a3eb4c7c58fc56a5bf622d9117515921d7f(
|
|
2241
|
+
*,
|
|
2242
|
+
custom_entity_type_id: builtins.str,
|
|
2243
|
+
) -> None:
|
|
2244
|
+
"""Type checking stubs"""
|
|
2245
|
+
pass
|
|
2246
|
+
|
|
2247
|
+
def _typecheckingstub__824f5a564c0864f04cf9c7b44937b6e5dbe2d9acb8bd8b048f28e3b1f667a924(
|
|
2248
|
+
*,
|
|
2249
|
+
data_catalog_encryption_settings_id: builtins.str,
|
|
2250
|
+
) -> None:
|
|
2251
|
+
"""Type checking stubs"""
|
|
2252
|
+
pass
|
|
2253
|
+
|
|
2254
|
+
def _typecheckingstub__637b7e752aad4e64a85b4673d0fd9fbde33283ca6452dac108809ad38887f3cd(
|
|
2255
|
+
*,
|
|
2256
|
+
data_quality_ruleset_id: builtins.str,
|
|
2257
|
+
) -> None:
|
|
2258
|
+
"""Type checking stubs"""
|
|
2259
|
+
pass
|
|
2260
|
+
|
|
2261
|
+
def _typecheckingstub__b006942e6851e8e5b67ab80d761f762e021506f9975b704097cc0df559962e7e(
|
|
2262
|
+
*,
|
|
2263
|
+
database_name: builtins.str,
|
|
2264
|
+
) -> None:
|
|
2265
|
+
"""Type checking stubs"""
|
|
2266
|
+
pass
|
|
2267
|
+
|
|
2268
|
+
def _typecheckingstub__050454acd533b9c974358b1bfdec6277e66592a87a752610c62dc6b896b95d0f(
|
|
2269
|
+
*,
|
|
2270
|
+
dev_endpoint_id: builtins.str,
|
|
2271
|
+
) -> None:
|
|
2272
|
+
"""Type checking stubs"""
|
|
2273
|
+
pass
|
|
2274
|
+
|
|
2275
|
+
def _typecheckingstub__d78e927b289090d3ea11c2e52f58b5cdc45b50ebf0cb9ac19af7a86759d45975(
|
|
2276
|
+
*,
|
|
2277
|
+
resource_arn: builtins.str,
|
|
2278
|
+
resource_property_arn: builtins.str,
|
|
2279
|
+
) -> None:
|
|
2280
|
+
"""Type checking stubs"""
|
|
2281
|
+
pass
|
|
2282
|
+
|
|
2283
|
+
def _typecheckingstub__f8c47c403cca6462755fa024cf63a9b8531d52ca6834543a739c13e8ee51c9e9(
|
|
2284
|
+
*,
|
|
2285
|
+
job_name: builtins.str,
|
|
2286
|
+
) -> None:
|
|
2287
|
+
"""Type checking stubs"""
|
|
2288
|
+
pass
|
|
2289
|
+
|
|
2290
|
+
def _typecheckingstub__b3f1a2f7b4f39bcc3b7be922b88fffd5ccf9f63df878ae375f85fa00250d7cff(
|
|
2291
|
+
*,
|
|
2292
|
+
ml_transform_id: builtins.str,
|
|
2293
|
+
) -> None:
|
|
2294
|
+
"""Type checking stubs"""
|
|
2295
|
+
pass
|
|
2296
|
+
|
|
2297
|
+
def _typecheckingstub__5a9698059eb8899c746fb237350793d2faff1bdfa61b71f202add91131734519(
|
|
2298
|
+
*,
|
|
2299
|
+
partition_id: builtins.str,
|
|
2300
|
+
) -> None:
|
|
2301
|
+
"""Type checking stubs"""
|
|
2302
|
+
pass
|
|
2303
|
+
|
|
2304
|
+
def _typecheckingstub__2f46875075b9b44d3958fe5be64778d351238ba406d2bfaf624a127c572ecfdd(
|
|
2305
|
+
*,
|
|
2306
|
+
registry_arn: builtins.str,
|
|
2307
|
+
) -> None:
|
|
2308
|
+
"""Type checking stubs"""
|
|
2309
|
+
pass
|
|
2310
|
+
|
|
2311
|
+
def _typecheckingstub__b578c469d6ed870abb6802e9d10670c2f571c62a79988a4ded4d3dccbcf0754e(
|
|
2312
|
+
*,
|
|
2313
|
+
schema_arn: builtins.str,
|
|
2314
|
+
) -> None:
|
|
2315
|
+
"""Type checking stubs"""
|
|
2316
|
+
pass
|
|
2317
|
+
|
|
2318
|
+
def _typecheckingstub__d4b127790a6c1e064bc511d8914a963c65c84be0739a54f9274fdb48b4f2105d(
|
|
2319
|
+
*,
|
|
2320
|
+
key: builtins.str,
|
|
2321
|
+
schema_version_id: builtins.str,
|
|
2322
|
+
value: builtins.str,
|
|
2323
|
+
) -> None:
|
|
2324
|
+
"""Type checking stubs"""
|
|
2325
|
+
pass
|
|
2326
|
+
|
|
2327
|
+
def _typecheckingstub__8183bbaf7cbe72ac30393afbba3db6508105f9305b6e69bf1acef9abffd833d2(
|
|
2328
|
+
*,
|
|
2329
|
+
version_id: builtins.str,
|
|
2330
|
+
) -> None:
|
|
2331
|
+
"""Type checking stubs"""
|
|
2332
|
+
pass
|
|
2333
|
+
|
|
2334
|
+
def _typecheckingstub__5f762055d8744dcdcadf6d3ee48e027edbbedb409f2aee69d69051529ab7d003(
|
|
2335
|
+
*,
|
|
2336
|
+
security_configuration_id: builtins.str,
|
|
2337
|
+
) -> None:
|
|
2338
|
+
"""Type checking stubs"""
|
|
2339
|
+
pass
|
|
2340
|
+
|
|
2341
|
+
def _typecheckingstub__36d18932d532cd2df3f2355353c78a3d21a028fa0d2181f51b94ae7c9101726b(
|
|
2342
|
+
*,
|
|
2343
|
+
table_optimizer_id: builtins.str,
|
|
2344
|
+
) -> None:
|
|
2345
|
+
"""Type checking stubs"""
|
|
2346
|
+
pass
|
|
2347
|
+
|
|
2348
|
+
def _typecheckingstub__d91e1bc0dff8ee618900793d998bcf5ed91fd48153fcbcc02d63186fa2219535(
|
|
2349
|
+
*,
|
|
2350
|
+
table_id: builtins.str,
|
|
2351
|
+
) -> None:
|
|
2352
|
+
"""Type checking stubs"""
|
|
2353
|
+
pass
|
|
2354
|
+
|
|
2355
|
+
def _typecheckingstub__85c96b93a2c298c01219667b5012a8e417cd40c14e36afd3fd093081bbfc5a3e(
|
|
2356
|
+
*,
|
|
2357
|
+
trigger_name: builtins.str,
|
|
2358
|
+
) -> None:
|
|
2359
|
+
"""Type checking stubs"""
|
|
2360
|
+
pass
|
|
2361
|
+
|
|
2362
|
+
def _typecheckingstub__31cd7baf9c81bae2e0d29221ca6cf6bf1b06b730a8c9d8fedf8630e653710373(
|
|
2363
|
+
*,
|
|
2364
|
+
usage_profile_name: builtins.str,
|
|
2365
|
+
) -> None:
|
|
2366
|
+
"""Type checking stubs"""
|
|
2367
|
+
pass
|
|
2368
|
+
|
|
2369
|
+
def _typecheckingstub__05490662a534e7ac737a01a3e54258abf2c5d6dd3a563391b841bd656b5b6220(
|
|
2370
|
+
*,
|
|
2371
|
+
workflow_id: builtins.str,
|
|
2372
|
+
) -> None:
|
|
2373
|
+
"""Type checking stubs"""
|
|
2374
|
+
pass
|
|
2375
|
+
|
|
2376
|
+
for cls in [IClassifierRef, IConnectionRef, ICrawlerRef, ICustomEntityTypeRef, IDataCatalogEncryptionSettingsRef, IDataQualityRulesetRef, IDatabaseRef, IDevEndpointRef, IIntegrationResourcePropertyRef, IJobRef, IMLTransformRef, IPartitionRef, IRegistryRef, ISchemaRef, ISchemaVersionMetadataRef, ISchemaVersionRef, ISecurityConfigurationRef, ITableOptimizerRef, ITableRef, ITriggerRef, IUsageProfileRef, IWorkflowRef]:
|
|
2377
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|