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,2238 @@
|
|
|
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_datazone.ConnectionReference",
|
|
39
|
+
jsii_struct_bases=[],
|
|
40
|
+
name_mapping={"connection_id": "connectionId", "domain_id": "domainId"},
|
|
41
|
+
)
|
|
42
|
+
class ConnectionReference:
|
|
43
|
+
def __init__(self, *, connection_id: builtins.str, domain_id: builtins.str) -> None:
|
|
44
|
+
'''A reference to a Connection resource.
|
|
45
|
+
|
|
46
|
+
:param connection_id: The ConnectionId of the Connection resource.
|
|
47
|
+
:param domain_id: The DomainId of the Connection resource.
|
|
48
|
+
|
|
49
|
+
:exampleMetadata: fixture=_generated
|
|
50
|
+
|
|
51
|
+
Example::
|
|
52
|
+
|
|
53
|
+
# The code below shows an example of how to instantiate this type.
|
|
54
|
+
# The values are placeholders you should change.
|
|
55
|
+
from aws_cdk.interfaces import aws_datazone as interfaces_aws_datazone
|
|
56
|
+
|
|
57
|
+
connection_reference = interfaces_aws_datazone.ConnectionReference(
|
|
58
|
+
connection_id="connectionId",
|
|
59
|
+
domain_id="domainId"
|
|
60
|
+
)
|
|
61
|
+
'''
|
|
62
|
+
if __debug__:
|
|
63
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2f7850fde9fef51a80e2d06ac28cd4fe81de985a525e994d643ac6d109536637)
|
|
64
|
+
check_type(argname="argument connection_id", value=connection_id, expected_type=type_hints["connection_id"])
|
|
65
|
+
check_type(argname="argument domain_id", value=domain_id, expected_type=type_hints["domain_id"])
|
|
66
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
67
|
+
"connection_id": connection_id,
|
|
68
|
+
"domain_id": domain_id,
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
@builtins.property
|
|
72
|
+
def connection_id(self) -> builtins.str:
|
|
73
|
+
'''The ConnectionId of the Connection resource.'''
|
|
74
|
+
result = self._values.get("connection_id")
|
|
75
|
+
assert result is not None, "Required property 'connection_id' is missing"
|
|
76
|
+
return typing.cast(builtins.str, result)
|
|
77
|
+
|
|
78
|
+
@builtins.property
|
|
79
|
+
def domain_id(self) -> builtins.str:
|
|
80
|
+
'''The DomainId of the Connection resource.'''
|
|
81
|
+
result = self._values.get("domain_id")
|
|
82
|
+
assert result is not None, "Required property 'domain_id' is missing"
|
|
83
|
+
return typing.cast(builtins.str, result)
|
|
84
|
+
|
|
85
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
86
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
87
|
+
|
|
88
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
89
|
+
return not (rhs == self)
|
|
90
|
+
|
|
91
|
+
def __repr__(self) -> str:
|
|
92
|
+
return "ConnectionReference(%s)" % ", ".join(
|
|
93
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
94
|
+
)
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
@jsii.data_type(
|
|
98
|
+
jsii_type="aws-cdk-lib.interfaces.aws_datazone.DataSourceReference",
|
|
99
|
+
jsii_struct_bases=[],
|
|
100
|
+
name_mapping={"data_source_id": "dataSourceId", "domain_id": "domainId"},
|
|
101
|
+
)
|
|
102
|
+
class DataSourceReference:
|
|
103
|
+
def __init__(
|
|
104
|
+
self,
|
|
105
|
+
*,
|
|
106
|
+
data_source_id: builtins.str,
|
|
107
|
+
domain_id: builtins.str,
|
|
108
|
+
) -> None:
|
|
109
|
+
'''A reference to a DataSource resource.
|
|
110
|
+
|
|
111
|
+
:param data_source_id: The Id of the DataSource resource.
|
|
112
|
+
:param domain_id: The DomainId of the DataSource resource.
|
|
113
|
+
|
|
114
|
+
:exampleMetadata: fixture=_generated
|
|
115
|
+
|
|
116
|
+
Example::
|
|
117
|
+
|
|
118
|
+
# The code below shows an example of how to instantiate this type.
|
|
119
|
+
# The values are placeholders you should change.
|
|
120
|
+
from aws_cdk.interfaces import aws_datazone as interfaces_aws_datazone
|
|
121
|
+
|
|
122
|
+
data_source_reference = interfaces_aws_datazone.DataSourceReference(
|
|
123
|
+
data_source_id="dataSourceId",
|
|
124
|
+
domain_id="domainId"
|
|
125
|
+
)
|
|
126
|
+
'''
|
|
127
|
+
if __debug__:
|
|
128
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6871dc8841d605ea74965422b16e2a095c2fa3cefc233d56325c05b81d859c3a)
|
|
129
|
+
check_type(argname="argument data_source_id", value=data_source_id, expected_type=type_hints["data_source_id"])
|
|
130
|
+
check_type(argname="argument domain_id", value=domain_id, expected_type=type_hints["domain_id"])
|
|
131
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
132
|
+
"data_source_id": data_source_id,
|
|
133
|
+
"domain_id": domain_id,
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
@builtins.property
|
|
137
|
+
def data_source_id(self) -> builtins.str:
|
|
138
|
+
'''The Id of the DataSource resource.'''
|
|
139
|
+
result = self._values.get("data_source_id")
|
|
140
|
+
assert result is not None, "Required property 'data_source_id' is missing"
|
|
141
|
+
return typing.cast(builtins.str, result)
|
|
142
|
+
|
|
143
|
+
@builtins.property
|
|
144
|
+
def domain_id(self) -> builtins.str:
|
|
145
|
+
'''The DomainId of the DataSource resource.'''
|
|
146
|
+
result = self._values.get("domain_id")
|
|
147
|
+
assert result is not None, "Required property 'domain_id' is missing"
|
|
148
|
+
return typing.cast(builtins.str, result)
|
|
149
|
+
|
|
150
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
151
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
152
|
+
|
|
153
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
154
|
+
return not (rhs == self)
|
|
155
|
+
|
|
156
|
+
def __repr__(self) -> str:
|
|
157
|
+
return "DataSourceReference(%s)" % ", ".join(
|
|
158
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
159
|
+
)
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
@jsii.data_type(
|
|
163
|
+
jsii_type="aws-cdk-lib.interfaces.aws_datazone.DomainReference",
|
|
164
|
+
jsii_struct_bases=[],
|
|
165
|
+
name_mapping={"domain_arn": "domainArn", "domain_id": "domainId"},
|
|
166
|
+
)
|
|
167
|
+
class DomainReference:
|
|
168
|
+
def __init__(self, *, domain_arn: builtins.str, domain_id: builtins.str) -> None:
|
|
169
|
+
'''A reference to a Domain resource.
|
|
170
|
+
|
|
171
|
+
:param domain_arn: The ARN of the Domain resource.
|
|
172
|
+
:param domain_id: The Id of the Domain resource.
|
|
173
|
+
|
|
174
|
+
:exampleMetadata: fixture=_generated
|
|
175
|
+
|
|
176
|
+
Example::
|
|
177
|
+
|
|
178
|
+
# The code below shows an example of how to instantiate this type.
|
|
179
|
+
# The values are placeholders you should change.
|
|
180
|
+
from aws_cdk.interfaces import aws_datazone as interfaces_aws_datazone
|
|
181
|
+
|
|
182
|
+
domain_reference = interfaces_aws_datazone.DomainReference(
|
|
183
|
+
domain_arn="domainArn",
|
|
184
|
+
domain_id="domainId"
|
|
185
|
+
)
|
|
186
|
+
'''
|
|
187
|
+
if __debug__:
|
|
188
|
+
type_hints = typing.get_type_hints(_typecheckingstub__eb767451ab5e19a7b28b12c6fceb9e1a1d5fd6b93294c9455242952d67797a9e)
|
|
189
|
+
check_type(argname="argument domain_arn", value=domain_arn, expected_type=type_hints["domain_arn"])
|
|
190
|
+
check_type(argname="argument domain_id", value=domain_id, expected_type=type_hints["domain_id"])
|
|
191
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
192
|
+
"domain_arn": domain_arn,
|
|
193
|
+
"domain_id": domain_id,
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
@builtins.property
|
|
197
|
+
def domain_arn(self) -> builtins.str:
|
|
198
|
+
'''The ARN of the Domain resource.'''
|
|
199
|
+
result = self._values.get("domain_arn")
|
|
200
|
+
assert result is not None, "Required property 'domain_arn' is missing"
|
|
201
|
+
return typing.cast(builtins.str, result)
|
|
202
|
+
|
|
203
|
+
@builtins.property
|
|
204
|
+
def domain_id(self) -> builtins.str:
|
|
205
|
+
'''The Id of the Domain resource.'''
|
|
206
|
+
result = self._values.get("domain_id")
|
|
207
|
+
assert result is not None, "Required property 'domain_id' is missing"
|
|
208
|
+
return typing.cast(builtins.str, result)
|
|
209
|
+
|
|
210
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
211
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
212
|
+
|
|
213
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
214
|
+
return not (rhs == self)
|
|
215
|
+
|
|
216
|
+
def __repr__(self) -> str:
|
|
217
|
+
return "DomainReference(%s)" % ", ".join(
|
|
218
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
219
|
+
)
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
@jsii.data_type(
|
|
223
|
+
jsii_type="aws-cdk-lib.interfaces.aws_datazone.DomainUnitReference",
|
|
224
|
+
jsii_struct_bases=[],
|
|
225
|
+
name_mapping={"domain_id": "domainId", "domain_unit_id": "domainUnitId"},
|
|
226
|
+
)
|
|
227
|
+
class DomainUnitReference:
|
|
228
|
+
def __init__(
|
|
229
|
+
self,
|
|
230
|
+
*,
|
|
231
|
+
domain_id: builtins.str,
|
|
232
|
+
domain_unit_id: builtins.str,
|
|
233
|
+
) -> None:
|
|
234
|
+
'''A reference to a DomainUnit resource.
|
|
235
|
+
|
|
236
|
+
:param domain_id: The DomainId of the DomainUnit resource.
|
|
237
|
+
:param domain_unit_id: The Id of the DomainUnit resource.
|
|
238
|
+
|
|
239
|
+
:exampleMetadata: fixture=_generated
|
|
240
|
+
|
|
241
|
+
Example::
|
|
242
|
+
|
|
243
|
+
# The code below shows an example of how to instantiate this type.
|
|
244
|
+
# The values are placeholders you should change.
|
|
245
|
+
from aws_cdk.interfaces import aws_datazone as interfaces_aws_datazone
|
|
246
|
+
|
|
247
|
+
domain_unit_reference = interfaces_aws_datazone.DomainUnitReference(
|
|
248
|
+
domain_id="domainId",
|
|
249
|
+
domain_unit_id="domainUnitId"
|
|
250
|
+
)
|
|
251
|
+
'''
|
|
252
|
+
if __debug__:
|
|
253
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c4c196b765e57c342c351f2229a31f253bc5dfd9e3885706168310286ca0c2c2)
|
|
254
|
+
check_type(argname="argument domain_id", value=domain_id, expected_type=type_hints["domain_id"])
|
|
255
|
+
check_type(argname="argument domain_unit_id", value=domain_unit_id, expected_type=type_hints["domain_unit_id"])
|
|
256
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
257
|
+
"domain_id": domain_id,
|
|
258
|
+
"domain_unit_id": domain_unit_id,
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
@builtins.property
|
|
262
|
+
def domain_id(self) -> builtins.str:
|
|
263
|
+
'''The DomainId of the DomainUnit resource.'''
|
|
264
|
+
result = self._values.get("domain_id")
|
|
265
|
+
assert result is not None, "Required property 'domain_id' is missing"
|
|
266
|
+
return typing.cast(builtins.str, result)
|
|
267
|
+
|
|
268
|
+
@builtins.property
|
|
269
|
+
def domain_unit_id(self) -> builtins.str:
|
|
270
|
+
'''The Id of the DomainUnit resource.'''
|
|
271
|
+
result = self._values.get("domain_unit_id")
|
|
272
|
+
assert result is not None, "Required property 'domain_unit_id' is missing"
|
|
273
|
+
return typing.cast(builtins.str, result)
|
|
274
|
+
|
|
275
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
276
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
277
|
+
|
|
278
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
279
|
+
return not (rhs == self)
|
|
280
|
+
|
|
281
|
+
def __repr__(self) -> str:
|
|
282
|
+
return "DomainUnitReference(%s)" % ", ".join(
|
|
283
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
284
|
+
)
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
@jsii.data_type(
|
|
288
|
+
jsii_type="aws-cdk-lib.interfaces.aws_datazone.EnvironmentActionsReference",
|
|
289
|
+
jsii_struct_bases=[],
|
|
290
|
+
name_mapping={
|
|
291
|
+
"domain_id": "domainId",
|
|
292
|
+
"environment_actions_id": "environmentActionsId",
|
|
293
|
+
"environment_id": "environmentId",
|
|
294
|
+
},
|
|
295
|
+
)
|
|
296
|
+
class EnvironmentActionsReference:
|
|
297
|
+
def __init__(
|
|
298
|
+
self,
|
|
299
|
+
*,
|
|
300
|
+
domain_id: builtins.str,
|
|
301
|
+
environment_actions_id: builtins.str,
|
|
302
|
+
environment_id: builtins.str,
|
|
303
|
+
) -> None:
|
|
304
|
+
'''A reference to a EnvironmentActions resource.
|
|
305
|
+
|
|
306
|
+
:param domain_id: The DomainId of the EnvironmentActions resource.
|
|
307
|
+
:param environment_actions_id: The Id of the EnvironmentActions resource.
|
|
308
|
+
:param environment_id: The EnvironmentId of the EnvironmentActions resource.
|
|
309
|
+
|
|
310
|
+
:exampleMetadata: fixture=_generated
|
|
311
|
+
|
|
312
|
+
Example::
|
|
313
|
+
|
|
314
|
+
# The code below shows an example of how to instantiate this type.
|
|
315
|
+
# The values are placeholders you should change.
|
|
316
|
+
from aws_cdk.interfaces import aws_datazone as interfaces_aws_datazone
|
|
317
|
+
|
|
318
|
+
environment_actions_reference = interfaces_aws_datazone.EnvironmentActionsReference(
|
|
319
|
+
domain_id="domainId",
|
|
320
|
+
environment_actions_id="environmentActionsId",
|
|
321
|
+
environment_id="environmentId"
|
|
322
|
+
)
|
|
323
|
+
'''
|
|
324
|
+
if __debug__:
|
|
325
|
+
type_hints = typing.get_type_hints(_typecheckingstub__1d0a753cfdc48e1908e540974b3fb1b37607132b5a1c7ba25ad51caaa8689c75)
|
|
326
|
+
check_type(argname="argument domain_id", value=domain_id, expected_type=type_hints["domain_id"])
|
|
327
|
+
check_type(argname="argument environment_actions_id", value=environment_actions_id, expected_type=type_hints["environment_actions_id"])
|
|
328
|
+
check_type(argname="argument environment_id", value=environment_id, expected_type=type_hints["environment_id"])
|
|
329
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
330
|
+
"domain_id": domain_id,
|
|
331
|
+
"environment_actions_id": environment_actions_id,
|
|
332
|
+
"environment_id": environment_id,
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
@builtins.property
|
|
336
|
+
def domain_id(self) -> builtins.str:
|
|
337
|
+
'''The DomainId of the EnvironmentActions resource.'''
|
|
338
|
+
result = self._values.get("domain_id")
|
|
339
|
+
assert result is not None, "Required property 'domain_id' is missing"
|
|
340
|
+
return typing.cast(builtins.str, result)
|
|
341
|
+
|
|
342
|
+
@builtins.property
|
|
343
|
+
def environment_actions_id(self) -> builtins.str:
|
|
344
|
+
'''The Id of the EnvironmentActions resource.'''
|
|
345
|
+
result = self._values.get("environment_actions_id")
|
|
346
|
+
assert result is not None, "Required property 'environment_actions_id' is missing"
|
|
347
|
+
return typing.cast(builtins.str, result)
|
|
348
|
+
|
|
349
|
+
@builtins.property
|
|
350
|
+
def environment_id(self) -> builtins.str:
|
|
351
|
+
'''The EnvironmentId of the EnvironmentActions resource.'''
|
|
352
|
+
result = self._values.get("environment_id")
|
|
353
|
+
assert result is not None, "Required property 'environment_id' is missing"
|
|
354
|
+
return typing.cast(builtins.str, result)
|
|
355
|
+
|
|
356
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
357
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
358
|
+
|
|
359
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
360
|
+
return not (rhs == self)
|
|
361
|
+
|
|
362
|
+
def __repr__(self) -> str:
|
|
363
|
+
return "EnvironmentActionsReference(%s)" % ", ".join(
|
|
364
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
365
|
+
)
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
@jsii.data_type(
|
|
369
|
+
jsii_type="aws-cdk-lib.interfaces.aws_datazone.EnvironmentBlueprintConfigurationReference",
|
|
370
|
+
jsii_struct_bases=[],
|
|
371
|
+
name_mapping={
|
|
372
|
+
"domain_id": "domainId",
|
|
373
|
+
"environment_blueprint_id": "environmentBlueprintId",
|
|
374
|
+
},
|
|
375
|
+
)
|
|
376
|
+
class EnvironmentBlueprintConfigurationReference:
|
|
377
|
+
def __init__(
|
|
378
|
+
self,
|
|
379
|
+
*,
|
|
380
|
+
domain_id: builtins.str,
|
|
381
|
+
environment_blueprint_id: builtins.str,
|
|
382
|
+
) -> None:
|
|
383
|
+
'''A reference to a EnvironmentBlueprintConfiguration resource.
|
|
384
|
+
|
|
385
|
+
:param domain_id: The DomainId of the EnvironmentBlueprintConfiguration resource.
|
|
386
|
+
:param environment_blueprint_id: The EnvironmentBlueprintId of the EnvironmentBlueprintConfiguration resource.
|
|
387
|
+
|
|
388
|
+
:exampleMetadata: fixture=_generated
|
|
389
|
+
|
|
390
|
+
Example::
|
|
391
|
+
|
|
392
|
+
# The code below shows an example of how to instantiate this type.
|
|
393
|
+
# The values are placeholders you should change.
|
|
394
|
+
from aws_cdk.interfaces import aws_datazone as interfaces_aws_datazone
|
|
395
|
+
|
|
396
|
+
environment_blueprint_configuration_reference = interfaces_aws_datazone.EnvironmentBlueprintConfigurationReference(
|
|
397
|
+
domain_id="domainId",
|
|
398
|
+
environment_blueprint_id="environmentBlueprintId"
|
|
399
|
+
)
|
|
400
|
+
'''
|
|
401
|
+
if __debug__:
|
|
402
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c3dfe34b538dd9e6fb1f8301a81eeb9b47a3c4d9878ab58c0ea301dbfa5d6053)
|
|
403
|
+
check_type(argname="argument domain_id", value=domain_id, expected_type=type_hints["domain_id"])
|
|
404
|
+
check_type(argname="argument environment_blueprint_id", value=environment_blueprint_id, expected_type=type_hints["environment_blueprint_id"])
|
|
405
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
406
|
+
"domain_id": domain_id,
|
|
407
|
+
"environment_blueprint_id": environment_blueprint_id,
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
@builtins.property
|
|
411
|
+
def domain_id(self) -> builtins.str:
|
|
412
|
+
'''The DomainId of the EnvironmentBlueprintConfiguration resource.'''
|
|
413
|
+
result = self._values.get("domain_id")
|
|
414
|
+
assert result is not None, "Required property 'domain_id' is missing"
|
|
415
|
+
return typing.cast(builtins.str, result)
|
|
416
|
+
|
|
417
|
+
@builtins.property
|
|
418
|
+
def environment_blueprint_id(self) -> builtins.str:
|
|
419
|
+
'''The EnvironmentBlueprintId of the EnvironmentBlueprintConfiguration resource.'''
|
|
420
|
+
result = self._values.get("environment_blueprint_id")
|
|
421
|
+
assert result is not None, "Required property 'environment_blueprint_id' is missing"
|
|
422
|
+
return typing.cast(builtins.str, result)
|
|
423
|
+
|
|
424
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
425
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
426
|
+
|
|
427
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
428
|
+
return not (rhs == self)
|
|
429
|
+
|
|
430
|
+
def __repr__(self) -> str:
|
|
431
|
+
return "EnvironmentBlueprintConfigurationReference(%s)" % ", ".join(
|
|
432
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
433
|
+
)
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
@jsii.data_type(
|
|
437
|
+
jsii_type="aws-cdk-lib.interfaces.aws_datazone.EnvironmentProfileReference",
|
|
438
|
+
jsii_struct_bases=[],
|
|
439
|
+
name_mapping={
|
|
440
|
+
"domain_id": "domainId",
|
|
441
|
+
"environment_profile_id": "environmentProfileId",
|
|
442
|
+
},
|
|
443
|
+
)
|
|
444
|
+
class EnvironmentProfileReference:
|
|
445
|
+
def __init__(
|
|
446
|
+
self,
|
|
447
|
+
*,
|
|
448
|
+
domain_id: builtins.str,
|
|
449
|
+
environment_profile_id: builtins.str,
|
|
450
|
+
) -> None:
|
|
451
|
+
'''A reference to a EnvironmentProfile resource.
|
|
452
|
+
|
|
453
|
+
:param domain_id: The DomainId of the EnvironmentProfile resource.
|
|
454
|
+
:param environment_profile_id: The Id of the EnvironmentProfile resource.
|
|
455
|
+
|
|
456
|
+
:exampleMetadata: fixture=_generated
|
|
457
|
+
|
|
458
|
+
Example::
|
|
459
|
+
|
|
460
|
+
# The code below shows an example of how to instantiate this type.
|
|
461
|
+
# The values are placeholders you should change.
|
|
462
|
+
from aws_cdk.interfaces import aws_datazone as interfaces_aws_datazone
|
|
463
|
+
|
|
464
|
+
environment_profile_reference = interfaces_aws_datazone.EnvironmentProfileReference(
|
|
465
|
+
domain_id="domainId",
|
|
466
|
+
environment_profile_id="environmentProfileId"
|
|
467
|
+
)
|
|
468
|
+
'''
|
|
469
|
+
if __debug__:
|
|
470
|
+
type_hints = typing.get_type_hints(_typecheckingstub__1e5797ce9ff71fb7ca1f857bfc1ebc8de57d2694bac8c3e1880544b1d5d106ec)
|
|
471
|
+
check_type(argname="argument domain_id", value=domain_id, expected_type=type_hints["domain_id"])
|
|
472
|
+
check_type(argname="argument environment_profile_id", value=environment_profile_id, expected_type=type_hints["environment_profile_id"])
|
|
473
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
474
|
+
"domain_id": domain_id,
|
|
475
|
+
"environment_profile_id": environment_profile_id,
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
@builtins.property
|
|
479
|
+
def domain_id(self) -> builtins.str:
|
|
480
|
+
'''The DomainId of the EnvironmentProfile resource.'''
|
|
481
|
+
result = self._values.get("domain_id")
|
|
482
|
+
assert result is not None, "Required property 'domain_id' is missing"
|
|
483
|
+
return typing.cast(builtins.str, result)
|
|
484
|
+
|
|
485
|
+
@builtins.property
|
|
486
|
+
def environment_profile_id(self) -> builtins.str:
|
|
487
|
+
'''The Id of the EnvironmentProfile resource.'''
|
|
488
|
+
result = self._values.get("environment_profile_id")
|
|
489
|
+
assert result is not None, "Required property 'environment_profile_id' is missing"
|
|
490
|
+
return typing.cast(builtins.str, result)
|
|
491
|
+
|
|
492
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
493
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
494
|
+
|
|
495
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
496
|
+
return not (rhs == self)
|
|
497
|
+
|
|
498
|
+
def __repr__(self) -> str:
|
|
499
|
+
return "EnvironmentProfileReference(%s)" % ", ".join(
|
|
500
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
501
|
+
)
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
@jsii.data_type(
|
|
505
|
+
jsii_type="aws-cdk-lib.interfaces.aws_datazone.EnvironmentReference",
|
|
506
|
+
jsii_struct_bases=[],
|
|
507
|
+
name_mapping={"domain_id": "domainId", "environment_id": "environmentId"},
|
|
508
|
+
)
|
|
509
|
+
class EnvironmentReference:
|
|
510
|
+
def __init__(
|
|
511
|
+
self,
|
|
512
|
+
*,
|
|
513
|
+
domain_id: builtins.str,
|
|
514
|
+
environment_id: builtins.str,
|
|
515
|
+
) -> None:
|
|
516
|
+
'''A reference to a Environment resource.
|
|
517
|
+
|
|
518
|
+
:param domain_id: The DomainId of the Environment resource.
|
|
519
|
+
:param environment_id: The Id of the Environment resource.
|
|
520
|
+
|
|
521
|
+
:exampleMetadata: fixture=_generated
|
|
522
|
+
|
|
523
|
+
Example::
|
|
524
|
+
|
|
525
|
+
# The code below shows an example of how to instantiate this type.
|
|
526
|
+
# The values are placeholders you should change.
|
|
527
|
+
from aws_cdk.interfaces import aws_datazone as interfaces_aws_datazone
|
|
528
|
+
|
|
529
|
+
environment_reference = interfaces_aws_datazone.EnvironmentReference(
|
|
530
|
+
domain_id="domainId",
|
|
531
|
+
environment_id="environmentId"
|
|
532
|
+
)
|
|
533
|
+
'''
|
|
534
|
+
if __debug__:
|
|
535
|
+
type_hints = typing.get_type_hints(_typecheckingstub__0598aa1fd0986ce9b7c3b0e4fd6a9a5f144a1fd6d959bf12f7dd2e000ba97a25)
|
|
536
|
+
check_type(argname="argument domain_id", value=domain_id, expected_type=type_hints["domain_id"])
|
|
537
|
+
check_type(argname="argument environment_id", value=environment_id, expected_type=type_hints["environment_id"])
|
|
538
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
539
|
+
"domain_id": domain_id,
|
|
540
|
+
"environment_id": environment_id,
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
@builtins.property
|
|
544
|
+
def domain_id(self) -> builtins.str:
|
|
545
|
+
'''The DomainId of the Environment resource.'''
|
|
546
|
+
result = self._values.get("domain_id")
|
|
547
|
+
assert result is not None, "Required property 'domain_id' is missing"
|
|
548
|
+
return typing.cast(builtins.str, result)
|
|
549
|
+
|
|
550
|
+
@builtins.property
|
|
551
|
+
def environment_id(self) -> builtins.str:
|
|
552
|
+
'''The Id of the Environment resource.'''
|
|
553
|
+
result = self._values.get("environment_id")
|
|
554
|
+
assert result is not None, "Required property 'environment_id' is missing"
|
|
555
|
+
return typing.cast(builtins.str, result)
|
|
556
|
+
|
|
557
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
558
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
559
|
+
|
|
560
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
561
|
+
return not (rhs == self)
|
|
562
|
+
|
|
563
|
+
def __repr__(self) -> str:
|
|
564
|
+
return "EnvironmentReference(%s)" % ", ".join(
|
|
565
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
566
|
+
)
|
|
567
|
+
|
|
568
|
+
|
|
569
|
+
@jsii.data_type(
|
|
570
|
+
jsii_type="aws-cdk-lib.interfaces.aws_datazone.FormTypeReference",
|
|
571
|
+
jsii_struct_bases=[],
|
|
572
|
+
name_mapping={
|
|
573
|
+
"domain_identifier": "domainIdentifier",
|
|
574
|
+
"form_type_identifier": "formTypeIdentifier",
|
|
575
|
+
},
|
|
576
|
+
)
|
|
577
|
+
class FormTypeReference:
|
|
578
|
+
def __init__(
|
|
579
|
+
self,
|
|
580
|
+
*,
|
|
581
|
+
domain_identifier: builtins.str,
|
|
582
|
+
form_type_identifier: builtins.str,
|
|
583
|
+
) -> None:
|
|
584
|
+
'''A reference to a FormType resource.
|
|
585
|
+
|
|
586
|
+
:param domain_identifier: The DomainIdentifier of the FormType resource.
|
|
587
|
+
:param form_type_identifier: The FormTypeIdentifier of the FormType resource.
|
|
588
|
+
|
|
589
|
+
:exampleMetadata: fixture=_generated
|
|
590
|
+
|
|
591
|
+
Example::
|
|
592
|
+
|
|
593
|
+
# The code below shows an example of how to instantiate this type.
|
|
594
|
+
# The values are placeholders you should change.
|
|
595
|
+
from aws_cdk.interfaces import aws_datazone as interfaces_aws_datazone
|
|
596
|
+
|
|
597
|
+
form_type_reference = interfaces_aws_datazone.FormTypeReference(
|
|
598
|
+
domain_identifier="domainIdentifier",
|
|
599
|
+
form_type_identifier="formTypeIdentifier"
|
|
600
|
+
)
|
|
601
|
+
'''
|
|
602
|
+
if __debug__:
|
|
603
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ab76ee3af4baa56b49082234e89d0e064c6abd968ab7a49bbc66020a57c938dc)
|
|
604
|
+
check_type(argname="argument domain_identifier", value=domain_identifier, expected_type=type_hints["domain_identifier"])
|
|
605
|
+
check_type(argname="argument form_type_identifier", value=form_type_identifier, expected_type=type_hints["form_type_identifier"])
|
|
606
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
607
|
+
"domain_identifier": domain_identifier,
|
|
608
|
+
"form_type_identifier": form_type_identifier,
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
@builtins.property
|
|
612
|
+
def domain_identifier(self) -> builtins.str:
|
|
613
|
+
'''The DomainIdentifier of the FormType resource.'''
|
|
614
|
+
result = self._values.get("domain_identifier")
|
|
615
|
+
assert result is not None, "Required property 'domain_identifier' is missing"
|
|
616
|
+
return typing.cast(builtins.str, result)
|
|
617
|
+
|
|
618
|
+
@builtins.property
|
|
619
|
+
def form_type_identifier(self) -> builtins.str:
|
|
620
|
+
'''The FormTypeIdentifier of the FormType resource.'''
|
|
621
|
+
result = self._values.get("form_type_identifier")
|
|
622
|
+
assert result is not None, "Required property 'form_type_identifier' is missing"
|
|
623
|
+
return typing.cast(builtins.str, result)
|
|
624
|
+
|
|
625
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
626
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
627
|
+
|
|
628
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
629
|
+
return not (rhs == self)
|
|
630
|
+
|
|
631
|
+
def __repr__(self) -> str:
|
|
632
|
+
return "FormTypeReference(%s)" % ", ".join(
|
|
633
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
634
|
+
)
|
|
635
|
+
|
|
636
|
+
|
|
637
|
+
@jsii.data_type(
|
|
638
|
+
jsii_type="aws-cdk-lib.interfaces.aws_datazone.GroupProfileReference",
|
|
639
|
+
jsii_struct_bases=[],
|
|
640
|
+
name_mapping={"domain_id": "domainId", "group_profile_id": "groupProfileId"},
|
|
641
|
+
)
|
|
642
|
+
class GroupProfileReference:
|
|
643
|
+
def __init__(
|
|
644
|
+
self,
|
|
645
|
+
*,
|
|
646
|
+
domain_id: builtins.str,
|
|
647
|
+
group_profile_id: builtins.str,
|
|
648
|
+
) -> None:
|
|
649
|
+
'''A reference to a GroupProfile resource.
|
|
650
|
+
|
|
651
|
+
:param domain_id: The DomainId of the GroupProfile resource.
|
|
652
|
+
:param group_profile_id: The Id of the GroupProfile resource.
|
|
653
|
+
|
|
654
|
+
:exampleMetadata: fixture=_generated
|
|
655
|
+
|
|
656
|
+
Example::
|
|
657
|
+
|
|
658
|
+
# The code below shows an example of how to instantiate this type.
|
|
659
|
+
# The values are placeholders you should change.
|
|
660
|
+
from aws_cdk.interfaces import aws_datazone as interfaces_aws_datazone
|
|
661
|
+
|
|
662
|
+
group_profile_reference = interfaces_aws_datazone.GroupProfileReference(
|
|
663
|
+
domain_id="domainId",
|
|
664
|
+
group_profile_id="groupProfileId"
|
|
665
|
+
)
|
|
666
|
+
'''
|
|
667
|
+
if __debug__:
|
|
668
|
+
type_hints = typing.get_type_hints(_typecheckingstub__91a1b5d0de041d5e3b32120d7f53ca62f70d31a4e431952ebbc8e9d9c3896096)
|
|
669
|
+
check_type(argname="argument domain_id", value=domain_id, expected_type=type_hints["domain_id"])
|
|
670
|
+
check_type(argname="argument group_profile_id", value=group_profile_id, expected_type=type_hints["group_profile_id"])
|
|
671
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
672
|
+
"domain_id": domain_id,
|
|
673
|
+
"group_profile_id": group_profile_id,
|
|
674
|
+
}
|
|
675
|
+
|
|
676
|
+
@builtins.property
|
|
677
|
+
def domain_id(self) -> builtins.str:
|
|
678
|
+
'''The DomainId of the GroupProfile resource.'''
|
|
679
|
+
result = self._values.get("domain_id")
|
|
680
|
+
assert result is not None, "Required property 'domain_id' is missing"
|
|
681
|
+
return typing.cast(builtins.str, result)
|
|
682
|
+
|
|
683
|
+
@builtins.property
|
|
684
|
+
def group_profile_id(self) -> builtins.str:
|
|
685
|
+
'''The Id of the GroupProfile resource.'''
|
|
686
|
+
result = self._values.get("group_profile_id")
|
|
687
|
+
assert result is not None, "Required property 'group_profile_id' is missing"
|
|
688
|
+
return typing.cast(builtins.str, result)
|
|
689
|
+
|
|
690
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
691
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
692
|
+
|
|
693
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
694
|
+
return not (rhs == self)
|
|
695
|
+
|
|
696
|
+
def __repr__(self) -> str:
|
|
697
|
+
return "GroupProfileReference(%s)" % ", ".join(
|
|
698
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
699
|
+
)
|
|
700
|
+
|
|
701
|
+
|
|
702
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_datazone.IConnectionRef")
|
|
703
|
+
class IConnectionRef(
|
|
704
|
+
_constructs_77d1e7e8.IConstruct,
|
|
705
|
+
_IEnvironmentAware_f39049ee,
|
|
706
|
+
typing_extensions.Protocol,
|
|
707
|
+
):
|
|
708
|
+
'''(experimental) Indicates that this resource can be referenced as a Connection.
|
|
709
|
+
|
|
710
|
+
:stability: experimental
|
|
711
|
+
'''
|
|
712
|
+
|
|
713
|
+
@builtins.property
|
|
714
|
+
@jsii.member(jsii_name="connectionRef")
|
|
715
|
+
def connection_ref(self) -> ConnectionReference:
|
|
716
|
+
'''(experimental) A reference to a Connection resource.
|
|
717
|
+
|
|
718
|
+
:stability: experimental
|
|
719
|
+
'''
|
|
720
|
+
...
|
|
721
|
+
|
|
722
|
+
|
|
723
|
+
class _IConnectionRefProxy(
|
|
724
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
725
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
726
|
+
):
|
|
727
|
+
'''(experimental) Indicates that this resource can be referenced as a Connection.
|
|
728
|
+
|
|
729
|
+
:stability: experimental
|
|
730
|
+
'''
|
|
731
|
+
|
|
732
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_datazone.IConnectionRef"
|
|
733
|
+
|
|
734
|
+
@builtins.property
|
|
735
|
+
@jsii.member(jsii_name="connectionRef")
|
|
736
|
+
def connection_ref(self) -> ConnectionReference:
|
|
737
|
+
'''(experimental) A reference to a Connection resource.
|
|
738
|
+
|
|
739
|
+
:stability: experimental
|
|
740
|
+
'''
|
|
741
|
+
return typing.cast(ConnectionReference, jsii.get(self, "connectionRef"))
|
|
742
|
+
|
|
743
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
744
|
+
typing.cast(typing.Any, IConnectionRef).__jsii_proxy_class__ = lambda : _IConnectionRefProxy
|
|
745
|
+
|
|
746
|
+
|
|
747
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_datazone.IDataSourceRef")
|
|
748
|
+
class IDataSourceRef(
|
|
749
|
+
_constructs_77d1e7e8.IConstruct,
|
|
750
|
+
_IEnvironmentAware_f39049ee,
|
|
751
|
+
typing_extensions.Protocol,
|
|
752
|
+
):
|
|
753
|
+
'''(experimental) Indicates that this resource can be referenced as a DataSource.
|
|
754
|
+
|
|
755
|
+
:stability: experimental
|
|
756
|
+
'''
|
|
757
|
+
|
|
758
|
+
@builtins.property
|
|
759
|
+
@jsii.member(jsii_name="dataSourceRef")
|
|
760
|
+
def data_source_ref(self) -> DataSourceReference:
|
|
761
|
+
'''(experimental) A reference to a DataSource resource.
|
|
762
|
+
|
|
763
|
+
:stability: experimental
|
|
764
|
+
'''
|
|
765
|
+
...
|
|
766
|
+
|
|
767
|
+
|
|
768
|
+
class _IDataSourceRefProxy(
|
|
769
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
770
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
771
|
+
):
|
|
772
|
+
'''(experimental) Indicates that this resource can be referenced as a DataSource.
|
|
773
|
+
|
|
774
|
+
:stability: experimental
|
|
775
|
+
'''
|
|
776
|
+
|
|
777
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_datazone.IDataSourceRef"
|
|
778
|
+
|
|
779
|
+
@builtins.property
|
|
780
|
+
@jsii.member(jsii_name="dataSourceRef")
|
|
781
|
+
def data_source_ref(self) -> DataSourceReference:
|
|
782
|
+
'''(experimental) A reference to a DataSource resource.
|
|
783
|
+
|
|
784
|
+
:stability: experimental
|
|
785
|
+
'''
|
|
786
|
+
return typing.cast(DataSourceReference, jsii.get(self, "dataSourceRef"))
|
|
787
|
+
|
|
788
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
789
|
+
typing.cast(typing.Any, IDataSourceRef).__jsii_proxy_class__ = lambda : _IDataSourceRefProxy
|
|
790
|
+
|
|
791
|
+
|
|
792
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_datazone.IDomainRef")
|
|
793
|
+
class IDomainRef(
|
|
794
|
+
_constructs_77d1e7e8.IConstruct,
|
|
795
|
+
_IEnvironmentAware_f39049ee,
|
|
796
|
+
typing_extensions.Protocol,
|
|
797
|
+
):
|
|
798
|
+
'''(experimental) Indicates that this resource can be referenced as a Domain.
|
|
799
|
+
|
|
800
|
+
:stability: experimental
|
|
801
|
+
'''
|
|
802
|
+
|
|
803
|
+
@builtins.property
|
|
804
|
+
@jsii.member(jsii_name="domainRef")
|
|
805
|
+
def domain_ref(self) -> DomainReference:
|
|
806
|
+
'''(experimental) A reference to a Domain resource.
|
|
807
|
+
|
|
808
|
+
:stability: experimental
|
|
809
|
+
'''
|
|
810
|
+
...
|
|
811
|
+
|
|
812
|
+
|
|
813
|
+
class _IDomainRefProxy(
|
|
814
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
815
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
816
|
+
):
|
|
817
|
+
'''(experimental) Indicates that this resource can be referenced as a Domain.
|
|
818
|
+
|
|
819
|
+
:stability: experimental
|
|
820
|
+
'''
|
|
821
|
+
|
|
822
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_datazone.IDomainRef"
|
|
823
|
+
|
|
824
|
+
@builtins.property
|
|
825
|
+
@jsii.member(jsii_name="domainRef")
|
|
826
|
+
def domain_ref(self) -> DomainReference:
|
|
827
|
+
'''(experimental) A reference to a Domain resource.
|
|
828
|
+
|
|
829
|
+
:stability: experimental
|
|
830
|
+
'''
|
|
831
|
+
return typing.cast(DomainReference, jsii.get(self, "domainRef"))
|
|
832
|
+
|
|
833
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
834
|
+
typing.cast(typing.Any, IDomainRef).__jsii_proxy_class__ = lambda : _IDomainRefProxy
|
|
835
|
+
|
|
836
|
+
|
|
837
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_datazone.IDomainUnitRef")
|
|
838
|
+
class IDomainUnitRef(
|
|
839
|
+
_constructs_77d1e7e8.IConstruct,
|
|
840
|
+
_IEnvironmentAware_f39049ee,
|
|
841
|
+
typing_extensions.Protocol,
|
|
842
|
+
):
|
|
843
|
+
'''(experimental) Indicates that this resource can be referenced as a DomainUnit.
|
|
844
|
+
|
|
845
|
+
:stability: experimental
|
|
846
|
+
'''
|
|
847
|
+
|
|
848
|
+
@builtins.property
|
|
849
|
+
@jsii.member(jsii_name="domainUnitRef")
|
|
850
|
+
def domain_unit_ref(self) -> DomainUnitReference:
|
|
851
|
+
'''(experimental) A reference to a DomainUnit resource.
|
|
852
|
+
|
|
853
|
+
:stability: experimental
|
|
854
|
+
'''
|
|
855
|
+
...
|
|
856
|
+
|
|
857
|
+
|
|
858
|
+
class _IDomainUnitRefProxy(
|
|
859
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
860
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
861
|
+
):
|
|
862
|
+
'''(experimental) Indicates that this resource can be referenced as a DomainUnit.
|
|
863
|
+
|
|
864
|
+
:stability: experimental
|
|
865
|
+
'''
|
|
866
|
+
|
|
867
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_datazone.IDomainUnitRef"
|
|
868
|
+
|
|
869
|
+
@builtins.property
|
|
870
|
+
@jsii.member(jsii_name="domainUnitRef")
|
|
871
|
+
def domain_unit_ref(self) -> DomainUnitReference:
|
|
872
|
+
'''(experimental) A reference to a DomainUnit resource.
|
|
873
|
+
|
|
874
|
+
:stability: experimental
|
|
875
|
+
'''
|
|
876
|
+
return typing.cast(DomainUnitReference, jsii.get(self, "domainUnitRef"))
|
|
877
|
+
|
|
878
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
879
|
+
typing.cast(typing.Any, IDomainUnitRef).__jsii_proxy_class__ = lambda : _IDomainUnitRefProxy
|
|
880
|
+
|
|
881
|
+
|
|
882
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_datazone.IEnvironmentActionsRef")
|
|
883
|
+
class IEnvironmentActionsRef(
|
|
884
|
+
_constructs_77d1e7e8.IConstruct,
|
|
885
|
+
_IEnvironmentAware_f39049ee,
|
|
886
|
+
typing_extensions.Protocol,
|
|
887
|
+
):
|
|
888
|
+
'''(experimental) Indicates that this resource can be referenced as a EnvironmentActions.
|
|
889
|
+
|
|
890
|
+
:stability: experimental
|
|
891
|
+
'''
|
|
892
|
+
|
|
893
|
+
@builtins.property
|
|
894
|
+
@jsii.member(jsii_name="environmentActionsRef")
|
|
895
|
+
def environment_actions_ref(self) -> EnvironmentActionsReference:
|
|
896
|
+
'''(experimental) A reference to a EnvironmentActions resource.
|
|
897
|
+
|
|
898
|
+
:stability: experimental
|
|
899
|
+
'''
|
|
900
|
+
...
|
|
901
|
+
|
|
902
|
+
|
|
903
|
+
class _IEnvironmentActionsRefProxy(
|
|
904
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
905
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
906
|
+
):
|
|
907
|
+
'''(experimental) Indicates that this resource can be referenced as a EnvironmentActions.
|
|
908
|
+
|
|
909
|
+
:stability: experimental
|
|
910
|
+
'''
|
|
911
|
+
|
|
912
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_datazone.IEnvironmentActionsRef"
|
|
913
|
+
|
|
914
|
+
@builtins.property
|
|
915
|
+
@jsii.member(jsii_name="environmentActionsRef")
|
|
916
|
+
def environment_actions_ref(self) -> EnvironmentActionsReference:
|
|
917
|
+
'''(experimental) A reference to a EnvironmentActions resource.
|
|
918
|
+
|
|
919
|
+
:stability: experimental
|
|
920
|
+
'''
|
|
921
|
+
return typing.cast(EnvironmentActionsReference, jsii.get(self, "environmentActionsRef"))
|
|
922
|
+
|
|
923
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
924
|
+
typing.cast(typing.Any, IEnvironmentActionsRef).__jsii_proxy_class__ = lambda : _IEnvironmentActionsRefProxy
|
|
925
|
+
|
|
926
|
+
|
|
927
|
+
@jsii.interface(
|
|
928
|
+
jsii_type="aws-cdk-lib.interfaces.aws_datazone.IEnvironmentBlueprintConfigurationRef"
|
|
929
|
+
)
|
|
930
|
+
class IEnvironmentBlueprintConfigurationRef(
|
|
931
|
+
_constructs_77d1e7e8.IConstruct,
|
|
932
|
+
_IEnvironmentAware_f39049ee,
|
|
933
|
+
typing_extensions.Protocol,
|
|
934
|
+
):
|
|
935
|
+
'''(experimental) Indicates that this resource can be referenced as a EnvironmentBlueprintConfiguration.
|
|
936
|
+
|
|
937
|
+
:stability: experimental
|
|
938
|
+
'''
|
|
939
|
+
|
|
940
|
+
@builtins.property
|
|
941
|
+
@jsii.member(jsii_name="environmentBlueprintConfigurationRef")
|
|
942
|
+
def environment_blueprint_configuration_ref(
|
|
943
|
+
self,
|
|
944
|
+
) -> EnvironmentBlueprintConfigurationReference:
|
|
945
|
+
'''(experimental) A reference to a EnvironmentBlueprintConfiguration resource.
|
|
946
|
+
|
|
947
|
+
:stability: experimental
|
|
948
|
+
'''
|
|
949
|
+
...
|
|
950
|
+
|
|
951
|
+
|
|
952
|
+
class _IEnvironmentBlueprintConfigurationRefProxy(
|
|
953
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
954
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
955
|
+
):
|
|
956
|
+
'''(experimental) Indicates that this resource can be referenced as a EnvironmentBlueprintConfiguration.
|
|
957
|
+
|
|
958
|
+
:stability: experimental
|
|
959
|
+
'''
|
|
960
|
+
|
|
961
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_datazone.IEnvironmentBlueprintConfigurationRef"
|
|
962
|
+
|
|
963
|
+
@builtins.property
|
|
964
|
+
@jsii.member(jsii_name="environmentBlueprintConfigurationRef")
|
|
965
|
+
def environment_blueprint_configuration_ref(
|
|
966
|
+
self,
|
|
967
|
+
) -> EnvironmentBlueprintConfigurationReference:
|
|
968
|
+
'''(experimental) A reference to a EnvironmentBlueprintConfiguration resource.
|
|
969
|
+
|
|
970
|
+
:stability: experimental
|
|
971
|
+
'''
|
|
972
|
+
return typing.cast(EnvironmentBlueprintConfigurationReference, jsii.get(self, "environmentBlueprintConfigurationRef"))
|
|
973
|
+
|
|
974
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
975
|
+
typing.cast(typing.Any, IEnvironmentBlueprintConfigurationRef).__jsii_proxy_class__ = lambda : _IEnvironmentBlueprintConfigurationRefProxy
|
|
976
|
+
|
|
977
|
+
|
|
978
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_datazone.IEnvironmentProfileRef")
|
|
979
|
+
class IEnvironmentProfileRef(
|
|
980
|
+
_constructs_77d1e7e8.IConstruct,
|
|
981
|
+
_IEnvironmentAware_f39049ee,
|
|
982
|
+
typing_extensions.Protocol,
|
|
983
|
+
):
|
|
984
|
+
'''(experimental) Indicates that this resource can be referenced as a EnvironmentProfile.
|
|
985
|
+
|
|
986
|
+
:stability: experimental
|
|
987
|
+
'''
|
|
988
|
+
|
|
989
|
+
@builtins.property
|
|
990
|
+
@jsii.member(jsii_name="environmentProfileRef")
|
|
991
|
+
def environment_profile_ref(self) -> EnvironmentProfileReference:
|
|
992
|
+
'''(experimental) A reference to a EnvironmentProfile resource.
|
|
993
|
+
|
|
994
|
+
:stability: experimental
|
|
995
|
+
'''
|
|
996
|
+
...
|
|
997
|
+
|
|
998
|
+
|
|
999
|
+
class _IEnvironmentProfileRefProxy(
|
|
1000
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1001
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1002
|
+
):
|
|
1003
|
+
'''(experimental) Indicates that this resource can be referenced as a EnvironmentProfile.
|
|
1004
|
+
|
|
1005
|
+
:stability: experimental
|
|
1006
|
+
'''
|
|
1007
|
+
|
|
1008
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_datazone.IEnvironmentProfileRef"
|
|
1009
|
+
|
|
1010
|
+
@builtins.property
|
|
1011
|
+
@jsii.member(jsii_name="environmentProfileRef")
|
|
1012
|
+
def environment_profile_ref(self) -> EnvironmentProfileReference:
|
|
1013
|
+
'''(experimental) A reference to a EnvironmentProfile resource.
|
|
1014
|
+
|
|
1015
|
+
:stability: experimental
|
|
1016
|
+
'''
|
|
1017
|
+
return typing.cast(EnvironmentProfileReference, jsii.get(self, "environmentProfileRef"))
|
|
1018
|
+
|
|
1019
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1020
|
+
typing.cast(typing.Any, IEnvironmentProfileRef).__jsii_proxy_class__ = lambda : _IEnvironmentProfileRefProxy
|
|
1021
|
+
|
|
1022
|
+
|
|
1023
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_datazone.IEnvironmentRef")
|
|
1024
|
+
class IEnvironmentRef(
|
|
1025
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1026
|
+
_IEnvironmentAware_f39049ee,
|
|
1027
|
+
typing_extensions.Protocol,
|
|
1028
|
+
):
|
|
1029
|
+
'''(experimental) Indicates that this resource can be referenced as a Environment.
|
|
1030
|
+
|
|
1031
|
+
:stability: experimental
|
|
1032
|
+
'''
|
|
1033
|
+
|
|
1034
|
+
@builtins.property
|
|
1035
|
+
@jsii.member(jsii_name="environmentRef")
|
|
1036
|
+
def environment_ref(self) -> EnvironmentReference:
|
|
1037
|
+
'''(experimental) A reference to a Environment resource.
|
|
1038
|
+
|
|
1039
|
+
:stability: experimental
|
|
1040
|
+
'''
|
|
1041
|
+
...
|
|
1042
|
+
|
|
1043
|
+
|
|
1044
|
+
class _IEnvironmentRefProxy(
|
|
1045
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1046
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1047
|
+
):
|
|
1048
|
+
'''(experimental) Indicates that this resource can be referenced as a Environment.
|
|
1049
|
+
|
|
1050
|
+
:stability: experimental
|
|
1051
|
+
'''
|
|
1052
|
+
|
|
1053
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_datazone.IEnvironmentRef"
|
|
1054
|
+
|
|
1055
|
+
@builtins.property
|
|
1056
|
+
@jsii.member(jsii_name="environmentRef")
|
|
1057
|
+
def environment_ref(self) -> EnvironmentReference:
|
|
1058
|
+
'''(experimental) A reference to a Environment resource.
|
|
1059
|
+
|
|
1060
|
+
:stability: experimental
|
|
1061
|
+
'''
|
|
1062
|
+
return typing.cast(EnvironmentReference, jsii.get(self, "environmentRef"))
|
|
1063
|
+
|
|
1064
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1065
|
+
typing.cast(typing.Any, IEnvironmentRef).__jsii_proxy_class__ = lambda : _IEnvironmentRefProxy
|
|
1066
|
+
|
|
1067
|
+
|
|
1068
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_datazone.IFormTypeRef")
|
|
1069
|
+
class IFormTypeRef(
|
|
1070
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1071
|
+
_IEnvironmentAware_f39049ee,
|
|
1072
|
+
typing_extensions.Protocol,
|
|
1073
|
+
):
|
|
1074
|
+
'''(experimental) Indicates that this resource can be referenced as a FormType.
|
|
1075
|
+
|
|
1076
|
+
:stability: experimental
|
|
1077
|
+
'''
|
|
1078
|
+
|
|
1079
|
+
@builtins.property
|
|
1080
|
+
@jsii.member(jsii_name="formTypeRef")
|
|
1081
|
+
def form_type_ref(self) -> FormTypeReference:
|
|
1082
|
+
'''(experimental) A reference to a FormType resource.
|
|
1083
|
+
|
|
1084
|
+
:stability: experimental
|
|
1085
|
+
'''
|
|
1086
|
+
...
|
|
1087
|
+
|
|
1088
|
+
|
|
1089
|
+
class _IFormTypeRefProxy(
|
|
1090
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1091
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1092
|
+
):
|
|
1093
|
+
'''(experimental) Indicates that this resource can be referenced as a FormType.
|
|
1094
|
+
|
|
1095
|
+
:stability: experimental
|
|
1096
|
+
'''
|
|
1097
|
+
|
|
1098
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_datazone.IFormTypeRef"
|
|
1099
|
+
|
|
1100
|
+
@builtins.property
|
|
1101
|
+
@jsii.member(jsii_name="formTypeRef")
|
|
1102
|
+
def form_type_ref(self) -> FormTypeReference:
|
|
1103
|
+
'''(experimental) A reference to a FormType resource.
|
|
1104
|
+
|
|
1105
|
+
:stability: experimental
|
|
1106
|
+
'''
|
|
1107
|
+
return typing.cast(FormTypeReference, jsii.get(self, "formTypeRef"))
|
|
1108
|
+
|
|
1109
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1110
|
+
typing.cast(typing.Any, IFormTypeRef).__jsii_proxy_class__ = lambda : _IFormTypeRefProxy
|
|
1111
|
+
|
|
1112
|
+
|
|
1113
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_datazone.IGroupProfileRef")
|
|
1114
|
+
class IGroupProfileRef(
|
|
1115
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1116
|
+
_IEnvironmentAware_f39049ee,
|
|
1117
|
+
typing_extensions.Protocol,
|
|
1118
|
+
):
|
|
1119
|
+
'''(experimental) Indicates that this resource can be referenced as a GroupProfile.
|
|
1120
|
+
|
|
1121
|
+
:stability: experimental
|
|
1122
|
+
'''
|
|
1123
|
+
|
|
1124
|
+
@builtins.property
|
|
1125
|
+
@jsii.member(jsii_name="groupProfileRef")
|
|
1126
|
+
def group_profile_ref(self) -> GroupProfileReference:
|
|
1127
|
+
'''(experimental) A reference to a GroupProfile resource.
|
|
1128
|
+
|
|
1129
|
+
:stability: experimental
|
|
1130
|
+
'''
|
|
1131
|
+
...
|
|
1132
|
+
|
|
1133
|
+
|
|
1134
|
+
class _IGroupProfileRefProxy(
|
|
1135
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1136
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1137
|
+
):
|
|
1138
|
+
'''(experimental) Indicates that this resource can be referenced as a GroupProfile.
|
|
1139
|
+
|
|
1140
|
+
:stability: experimental
|
|
1141
|
+
'''
|
|
1142
|
+
|
|
1143
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_datazone.IGroupProfileRef"
|
|
1144
|
+
|
|
1145
|
+
@builtins.property
|
|
1146
|
+
@jsii.member(jsii_name="groupProfileRef")
|
|
1147
|
+
def group_profile_ref(self) -> GroupProfileReference:
|
|
1148
|
+
'''(experimental) A reference to a GroupProfile resource.
|
|
1149
|
+
|
|
1150
|
+
:stability: experimental
|
|
1151
|
+
'''
|
|
1152
|
+
return typing.cast(GroupProfileReference, jsii.get(self, "groupProfileRef"))
|
|
1153
|
+
|
|
1154
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1155
|
+
typing.cast(typing.Any, IGroupProfileRef).__jsii_proxy_class__ = lambda : _IGroupProfileRefProxy
|
|
1156
|
+
|
|
1157
|
+
|
|
1158
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_datazone.IOwnerRef")
|
|
1159
|
+
class IOwnerRef(
|
|
1160
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1161
|
+
_IEnvironmentAware_f39049ee,
|
|
1162
|
+
typing_extensions.Protocol,
|
|
1163
|
+
):
|
|
1164
|
+
'''(experimental) Indicates that this resource can be referenced as a Owner.
|
|
1165
|
+
|
|
1166
|
+
:stability: experimental
|
|
1167
|
+
'''
|
|
1168
|
+
|
|
1169
|
+
@builtins.property
|
|
1170
|
+
@jsii.member(jsii_name="ownerRef")
|
|
1171
|
+
def owner_ref(self) -> "OwnerReference":
|
|
1172
|
+
'''(experimental) A reference to a Owner resource.
|
|
1173
|
+
|
|
1174
|
+
:stability: experimental
|
|
1175
|
+
'''
|
|
1176
|
+
...
|
|
1177
|
+
|
|
1178
|
+
|
|
1179
|
+
class _IOwnerRefProxy(
|
|
1180
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1181
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1182
|
+
):
|
|
1183
|
+
'''(experimental) Indicates that this resource can be referenced as a Owner.
|
|
1184
|
+
|
|
1185
|
+
:stability: experimental
|
|
1186
|
+
'''
|
|
1187
|
+
|
|
1188
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_datazone.IOwnerRef"
|
|
1189
|
+
|
|
1190
|
+
@builtins.property
|
|
1191
|
+
@jsii.member(jsii_name="ownerRef")
|
|
1192
|
+
def owner_ref(self) -> "OwnerReference":
|
|
1193
|
+
'''(experimental) A reference to a Owner resource.
|
|
1194
|
+
|
|
1195
|
+
:stability: experimental
|
|
1196
|
+
'''
|
|
1197
|
+
return typing.cast("OwnerReference", jsii.get(self, "ownerRef"))
|
|
1198
|
+
|
|
1199
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1200
|
+
typing.cast(typing.Any, IOwnerRef).__jsii_proxy_class__ = lambda : _IOwnerRefProxy
|
|
1201
|
+
|
|
1202
|
+
|
|
1203
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_datazone.IPolicyGrantRef")
|
|
1204
|
+
class IPolicyGrantRef(
|
|
1205
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1206
|
+
_IEnvironmentAware_f39049ee,
|
|
1207
|
+
typing_extensions.Protocol,
|
|
1208
|
+
):
|
|
1209
|
+
'''(experimental) Indicates that this resource can be referenced as a PolicyGrant.
|
|
1210
|
+
|
|
1211
|
+
:stability: experimental
|
|
1212
|
+
'''
|
|
1213
|
+
|
|
1214
|
+
@builtins.property
|
|
1215
|
+
@jsii.member(jsii_name="policyGrantRef")
|
|
1216
|
+
def policy_grant_ref(self) -> "PolicyGrantReference":
|
|
1217
|
+
'''(experimental) A reference to a PolicyGrant resource.
|
|
1218
|
+
|
|
1219
|
+
:stability: experimental
|
|
1220
|
+
'''
|
|
1221
|
+
...
|
|
1222
|
+
|
|
1223
|
+
|
|
1224
|
+
class _IPolicyGrantRefProxy(
|
|
1225
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1226
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1227
|
+
):
|
|
1228
|
+
'''(experimental) Indicates that this resource can be referenced as a PolicyGrant.
|
|
1229
|
+
|
|
1230
|
+
:stability: experimental
|
|
1231
|
+
'''
|
|
1232
|
+
|
|
1233
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_datazone.IPolicyGrantRef"
|
|
1234
|
+
|
|
1235
|
+
@builtins.property
|
|
1236
|
+
@jsii.member(jsii_name="policyGrantRef")
|
|
1237
|
+
def policy_grant_ref(self) -> "PolicyGrantReference":
|
|
1238
|
+
'''(experimental) A reference to a PolicyGrant resource.
|
|
1239
|
+
|
|
1240
|
+
:stability: experimental
|
|
1241
|
+
'''
|
|
1242
|
+
return typing.cast("PolicyGrantReference", jsii.get(self, "policyGrantRef"))
|
|
1243
|
+
|
|
1244
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1245
|
+
typing.cast(typing.Any, IPolicyGrantRef).__jsii_proxy_class__ = lambda : _IPolicyGrantRefProxy
|
|
1246
|
+
|
|
1247
|
+
|
|
1248
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_datazone.IProjectMembershipRef")
|
|
1249
|
+
class IProjectMembershipRef(
|
|
1250
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1251
|
+
_IEnvironmentAware_f39049ee,
|
|
1252
|
+
typing_extensions.Protocol,
|
|
1253
|
+
):
|
|
1254
|
+
'''(experimental) Indicates that this resource can be referenced as a ProjectMembership.
|
|
1255
|
+
|
|
1256
|
+
:stability: experimental
|
|
1257
|
+
'''
|
|
1258
|
+
|
|
1259
|
+
@builtins.property
|
|
1260
|
+
@jsii.member(jsii_name="projectMembershipRef")
|
|
1261
|
+
def project_membership_ref(self) -> "ProjectMembershipReference":
|
|
1262
|
+
'''(experimental) A reference to a ProjectMembership resource.
|
|
1263
|
+
|
|
1264
|
+
:stability: experimental
|
|
1265
|
+
'''
|
|
1266
|
+
...
|
|
1267
|
+
|
|
1268
|
+
|
|
1269
|
+
class _IProjectMembershipRefProxy(
|
|
1270
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1271
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1272
|
+
):
|
|
1273
|
+
'''(experimental) Indicates that this resource can be referenced as a ProjectMembership.
|
|
1274
|
+
|
|
1275
|
+
:stability: experimental
|
|
1276
|
+
'''
|
|
1277
|
+
|
|
1278
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_datazone.IProjectMembershipRef"
|
|
1279
|
+
|
|
1280
|
+
@builtins.property
|
|
1281
|
+
@jsii.member(jsii_name="projectMembershipRef")
|
|
1282
|
+
def project_membership_ref(self) -> "ProjectMembershipReference":
|
|
1283
|
+
'''(experimental) A reference to a ProjectMembership resource.
|
|
1284
|
+
|
|
1285
|
+
:stability: experimental
|
|
1286
|
+
'''
|
|
1287
|
+
return typing.cast("ProjectMembershipReference", jsii.get(self, "projectMembershipRef"))
|
|
1288
|
+
|
|
1289
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1290
|
+
typing.cast(typing.Any, IProjectMembershipRef).__jsii_proxy_class__ = lambda : _IProjectMembershipRefProxy
|
|
1291
|
+
|
|
1292
|
+
|
|
1293
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_datazone.IProjectProfileRef")
|
|
1294
|
+
class IProjectProfileRef(
|
|
1295
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1296
|
+
_IEnvironmentAware_f39049ee,
|
|
1297
|
+
typing_extensions.Protocol,
|
|
1298
|
+
):
|
|
1299
|
+
'''(experimental) Indicates that this resource can be referenced as a ProjectProfile.
|
|
1300
|
+
|
|
1301
|
+
:stability: experimental
|
|
1302
|
+
'''
|
|
1303
|
+
|
|
1304
|
+
@builtins.property
|
|
1305
|
+
@jsii.member(jsii_name="projectProfileRef")
|
|
1306
|
+
def project_profile_ref(self) -> "ProjectProfileReference":
|
|
1307
|
+
'''(experimental) A reference to a ProjectProfile resource.
|
|
1308
|
+
|
|
1309
|
+
:stability: experimental
|
|
1310
|
+
'''
|
|
1311
|
+
...
|
|
1312
|
+
|
|
1313
|
+
|
|
1314
|
+
class _IProjectProfileRefProxy(
|
|
1315
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1316
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1317
|
+
):
|
|
1318
|
+
'''(experimental) Indicates that this resource can be referenced as a ProjectProfile.
|
|
1319
|
+
|
|
1320
|
+
:stability: experimental
|
|
1321
|
+
'''
|
|
1322
|
+
|
|
1323
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_datazone.IProjectProfileRef"
|
|
1324
|
+
|
|
1325
|
+
@builtins.property
|
|
1326
|
+
@jsii.member(jsii_name="projectProfileRef")
|
|
1327
|
+
def project_profile_ref(self) -> "ProjectProfileReference":
|
|
1328
|
+
'''(experimental) A reference to a ProjectProfile resource.
|
|
1329
|
+
|
|
1330
|
+
:stability: experimental
|
|
1331
|
+
'''
|
|
1332
|
+
return typing.cast("ProjectProfileReference", jsii.get(self, "projectProfileRef"))
|
|
1333
|
+
|
|
1334
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1335
|
+
typing.cast(typing.Any, IProjectProfileRef).__jsii_proxy_class__ = lambda : _IProjectProfileRefProxy
|
|
1336
|
+
|
|
1337
|
+
|
|
1338
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_datazone.IProjectRef")
|
|
1339
|
+
class IProjectRef(
|
|
1340
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1341
|
+
_IEnvironmentAware_f39049ee,
|
|
1342
|
+
typing_extensions.Protocol,
|
|
1343
|
+
):
|
|
1344
|
+
'''(experimental) Indicates that this resource can be referenced as a Project.
|
|
1345
|
+
|
|
1346
|
+
:stability: experimental
|
|
1347
|
+
'''
|
|
1348
|
+
|
|
1349
|
+
@builtins.property
|
|
1350
|
+
@jsii.member(jsii_name="projectRef")
|
|
1351
|
+
def project_ref(self) -> "ProjectReference":
|
|
1352
|
+
'''(experimental) A reference to a Project resource.
|
|
1353
|
+
|
|
1354
|
+
:stability: experimental
|
|
1355
|
+
'''
|
|
1356
|
+
...
|
|
1357
|
+
|
|
1358
|
+
|
|
1359
|
+
class _IProjectRefProxy(
|
|
1360
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1361
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1362
|
+
):
|
|
1363
|
+
'''(experimental) Indicates that this resource can be referenced as a Project.
|
|
1364
|
+
|
|
1365
|
+
:stability: experimental
|
|
1366
|
+
'''
|
|
1367
|
+
|
|
1368
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_datazone.IProjectRef"
|
|
1369
|
+
|
|
1370
|
+
@builtins.property
|
|
1371
|
+
@jsii.member(jsii_name="projectRef")
|
|
1372
|
+
def project_ref(self) -> "ProjectReference":
|
|
1373
|
+
'''(experimental) A reference to a Project resource.
|
|
1374
|
+
|
|
1375
|
+
:stability: experimental
|
|
1376
|
+
'''
|
|
1377
|
+
return typing.cast("ProjectReference", jsii.get(self, "projectRef"))
|
|
1378
|
+
|
|
1379
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1380
|
+
typing.cast(typing.Any, IProjectRef).__jsii_proxy_class__ = lambda : _IProjectRefProxy
|
|
1381
|
+
|
|
1382
|
+
|
|
1383
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_datazone.ISubscriptionTargetRef")
|
|
1384
|
+
class ISubscriptionTargetRef(
|
|
1385
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1386
|
+
_IEnvironmentAware_f39049ee,
|
|
1387
|
+
typing_extensions.Protocol,
|
|
1388
|
+
):
|
|
1389
|
+
'''(experimental) Indicates that this resource can be referenced as a SubscriptionTarget.
|
|
1390
|
+
|
|
1391
|
+
:stability: experimental
|
|
1392
|
+
'''
|
|
1393
|
+
|
|
1394
|
+
@builtins.property
|
|
1395
|
+
@jsii.member(jsii_name="subscriptionTargetRef")
|
|
1396
|
+
def subscription_target_ref(self) -> "SubscriptionTargetReference":
|
|
1397
|
+
'''(experimental) A reference to a SubscriptionTarget resource.
|
|
1398
|
+
|
|
1399
|
+
:stability: experimental
|
|
1400
|
+
'''
|
|
1401
|
+
...
|
|
1402
|
+
|
|
1403
|
+
|
|
1404
|
+
class _ISubscriptionTargetRefProxy(
|
|
1405
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1406
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1407
|
+
):
|
|
1408
|
+
'''(experimental) Indicates that this resource can be referenced as a SubscriptionTarget.
|
|
1409
|
+
|
|
1410
|
+
:stability: experimental
|
|
1411
|
+
'''
|
|
1412
|
+
|
|
1413
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_datazone.ISubscriptionTargetRef"
|
|
1414
|
+
|
|
1415
|
+
@builtins.property
|
|
1416
|
+
@jsii.member(jsii_name="subscriptionTargetRef")
|
|
1417
|
+
def subscription_target_ref(self) -> "SubscriptionTargetReference":
|
|
1418
|
+
'''(experimental) A reference to a SubscriptionTarget resource.
|
|
1419
|
+
|
|
1420
|
+
:stability: experimental
|
|
1421
|
+
'''
|
|
1422
|
+
return typing.cast("SubscriptionTargetReference", jsii.get(self, "subscriptionTargetRef"))
|
|
1423
|
+
|
|
1424
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1425
|
+
typing.cast(typing.Any, ISubscriptionTargetRef).__jsii_proxy_class__ = lambda : _ISubscriptionTargetRefProxy
|
|
1426
|
+
|
|
1427
|
+
|
|
1428
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_datazone.IUserProfileRef")
|
|
1429
|
+
class IUserProfileRef(
|
|
1430
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1431
|
+
_IEnvironmentAware_f39049ee,
|
|
1432
|
+
typing_extensions.Protocol,
|
|
1433
|
+
):
|
|
1434
|
+
'''(experimental) Indicates that this resource can be referenced as a UserProfile.
|
|
1435
|
+
|
|
1436
|
+
:stability: experimental
|
|
1437
|
+
'''
|
|
1438
|
+
|
|
1439
|
+
@builtins.property
|
|
1440
|
+
@jsii.member(jsii_name="userProfileRef")
|
|
1441
|
+
def user_profile_ref(self) -> "UserProfileReference":
|
|
1442
|
+
'''(experimental) A reference to a UserProfile resource.
|
|
1443
|
+
|
|
1444
|
+
:stability: experimental
|
|
1445
|
+
'''
|
|
1446
|
+
...
|
|
1447
|
+
|
|
1448
|
+
|
|
1449
|
+
class _IUserProfileRefProxy(
|
|
1450
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1451
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1452
|
+
):
|
|
1453
|
+
'''(experimental) Indicates that this resource can be referenced as a UserProfile.
|
|
1454
|
+
|
|
1455
|
+
:stability: experimental
|
|
1456
|
+
'''
|
|
1457
|
+
|
|
1458
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_datazone.IUserProfileRef"
|
|
1459
|
+
|
|
1460
|
+
@builtins.property
|
|
1461
|
+
@jsii.member(jsii_name="userProfileRef")
|
|
1462
|
+
def user_profile_ref(self) -> "UserProfileReference":
|
|
1463
|
+
'''(experimental) A reference to a UserProfile resource.
|
|
1464
|
+
|
|
1465
|
+
:stability: experimental
|
|
1466
|
+
'''
|
|
1467
|
+
return typing.cast("UserProfileReference", jsii.get(self, "userProfileRef"))
|
|
1468
|
+
|
|
1469
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1470
|
+
typing.cast(typing.Any, IUserProfileRef).__jsii_proxy_class__ = lambda : _IUserProfileRefProxy
|
|
1471
|
+
|
|
1472
|
+
|
|
1473
|
+
@jsii.data_type(
|
|
1474
|
+
jsii_type="aws-cdk-lib.interfaces.aws_datazone.OwnerReference",
|
|
1475
|
+
jsii_struct_bases=[],
|
|
1476
|
+
name_mapping={
|
|
1477
|
+
"domain_identifier": "domainIdentifier",
|
|
1478
|
+
"entity_identifier": "entityIdentifier",
|
|
1479
|
+
"entity_type": "entityType",
|
|
1480
|
+
"owner_identifier": "ownerIdentifier",
|
|
1481
|
+
"owner_type": "ownerType",
|
|
1482
|
+
},
|
|
1483
|
+
)
|
|
1484
|
+
class OwnerReference:
|
|
1485
|
+
def __init__(
|
|
1486
|
+
self,
|
|
1487
|
+
*,
|
|
1488
|
+
domain_identifier: builtins.str,
|
|
1489
|
+
entity_identifier: builtins.str,
|
|
1490
|
+
entity_type: builtins.str,
|
|
1491
|
+
owner_identifier: builtins.str,
|
|
1492
|
+
owner_type: builtins.str,
|
|
1493
|
+
) -> None:
|
|
1494
|
+
'''A reference to a Owner resource.
|
|
1495
|
+
|
|
1496
|
+
:param domain_identifier: The DomainIdentifier of the Owner resource.
|
|
1497
|
+
:param entity_identifier: The EntityIdentifier of the Owner resource.
|
|
1498
|
+
:param entity_type: The EntityType of the Owner resource.
|
|
1499
|
+
:param owner_identifier: The OwnerIdentifier of the Owner resource.
|
|
1500
|
+
:param owner_type: The OwnerType of the Owner resource.
|
|
1501
|
+
|
|
1502
|
+
:exampleMetadata: fixture=_generated
|
|
1503
|
+
|
|
1504
|
+
Example::
|
|
1505
|
+
|
|
1506
|
+
# The code below shows an example of how to instantiate this type.
|
|
1507
|
+
# The values are placeholders you should change.
|
|
1508
|
+
from aws_cdk.interfaces import aws_datazone as interfaces_aws_datazone
|
|
1509
|
+
|
|
1510
|
+
owner_reference = interfaces_aws_datazone.OwnerReference(
|
|
1511
|
+
domain_identifier="domainIdentifier",
|
|
1512
|
+
entity_identifier="entityIdentifier",
|
|
1513
|
+
entity_type="entityType",
|
|
1514
|
+
owner_identifier="ownerIdentifier",
|
|
1515
|
+
owner_type="ownerType"
|
|
1516
|
+
)
|
|
1517
|
+
'''
|
|
1518
|
+
if __debug__:
|
|
1519
|
+
type_hints = typing.get_type_hints(_typecheckingstub__24300f06c1e5be24db2bc08d9fc81f2d86bc7593405c538c43faa80a3af368d2)
|
|
1520
|
+
check_type(argname="argument domain_identifier", value=domain_identifier, expected_type=type_hints["domain_identifier"])
|
|
1521
|
+
check_type(argname="argument entity_identifier", value=entity_identifier, expected_type=type_hints["entity_identifier"])
|
|
1522
|
+
check_type(argname="argument entity_type", value=entity_type, expected_type=type_hints["entity_type"])
|
|
1523
|
+
check_type(argname="argument owner_identifier", value=owner_identifier, expected_type=type_hints["owner_identifier"])
|
|
1524
|
+
check_type(argname="argument owner_type", value=owner_type, expected_type=type_hints["owner_type"])
|
|
1525
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1526
|
+
"domain_identifier": domain_identifier,
|
|
1527
|
+
"entity_identifier": entity_identifier,
|
|
1528
|
+
"entity_type": entity_type,
|
|
1529
|
+
"owner_identifier": owner_identifier,
|
|
1530
|
+
"owner_type": owner_type,
|
|
1531
|
+
}
|
|
1532
|
+
|
|
1533
|
+
@builtins.property
|
|
1534
|
+
def domain_identifier(self) -> builtins.str:
|
|
1535
|
+
'''The DomainIdentifier of the Owner resource.'''
|
|
1536
|
+
result = self._values.get("domain_identifier")
|
|
1537
|
+
assert result is not None, "Required property 'domain_identifier' is missing"
|
|
1538
|
+
return typing.cast(builtins.str, result)
|
|
1539
|
+
|
|
1540
|
+
@builtins.property
|
|
1541
|
+
def entity_identifier(self) -> builtins.str:
|
|
1542
|
+
'''The EntityIdentifier of the Owner resource.'''
|
|
1543
|
+
result = self._values.get("entity_identifier")
|
|
1544
|
+
assert result is not None, "Required property 'entity_identifier' is missing"
|
|
1545
|
+
return typing.cast(builtins.str, result)
|
|
1546
|
+
|
|
1547
|
+
@builtins.property
|
|
1548
|
+
def entity_type(self) -> builtins.str:
|
|
1549
|
+
'''The EntityType of the Owner resource.'''
|
|
1550
|
+
result = self._values.get("entity_type")
|
|
1551
|
+
assert result is not None, "Required property 'entity_type' is missing"
|
|
1552
|
+
return typing.cast(builtins.str, result)
|
|
1553
|
+
|
|
1554
|
+
@builtins.property
|
|
1555
|
+
def owner_identifier(self) -> builtins.str:
|
|
1556
|
+
'''The OwnerIdentifier of the Owner resource.'''
|
|
1557
|
+
result = self._values.get("owner_identifier")
|
|
1558
|
+
assert result is not None, "Required property 'owner_identifier' is missing"
|
|
1559
|
+
return typing.cast(builtins.str, result)
|
|
1560
|
+
|
|
1561
|
+
@builtins.property
|
|
1562
|
+
def owner_type(self) -> builtins.str:
|
|
1563
|
+
'''The OwnerType of the Owner resource.'''
|
|
1564
|
+
result = self._values.get("owner_type")
|
|
1565
|
+
assert result is not None, "Required property 'owner_type' is missing"
|
|
1566
|
+
return typing.cast(builtins.str, result)
|
|
1567
|
+
|
|
1568
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1569
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1570
|
+
|
|
1571
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1572
|
+
return not (rhs == self)
|
|
1573
|
+
|
|
1574
|
+
def __repr__(self) -> str:
|
|
1575
|
+
return "OwnerReference(%s)" % ", ".join(
|
|
1576
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1577
|
+
)
|
|
1578
|
+
|
|
1579
|
+
|
|
1580
|
+
@jsii.data_type(
|
|
1581
|
+
jsii_type="aws-cdk-lib.interfaces.aws_datazone.PolicyGrantReference",
|
|
1582
|
+
jsii_struct_bases=[],
|
|
1583
|
+
name_mapping={
|
|
1584
|
+
"domain_identifier": "domainIdentifier",
|
|
1585
|
+
"entity_identifier": "entityIdentifier",
|
|
1586
|
+
"entity_type": "entityType",
|
|
1587
|
+
"grant_id": "grantId",
|
|
1588
|
+
"policy_type": "policyType",
|
|
1589
|
+
},
|
|
1590
|
+
)
|
|
1591
|
+
class PolicyGrantReference:
|
|
1592
|
+
def __init__(
|
|
1593
|
+
self,
|
|
1594
|
+
*,
|
|
1595
|
+
domain_identifier: builtins.str,
|
|
1596
|
+
entity_identifier: builtins.str,
|
|
1597
|
+
entity_type: builtins.str,
|
|
1598
|
+
grant_id: builtins.str,
|
|
1599
|
+
policy_type: builtins.str,
|
|
1600
|
+
) -> None:
|
|
1601
|
+
'''A reference to a PolicyGrant resource.
|
|
1602
|
+
|
|
1603
|
+
:param domain_identifier: The DomainIdentifier of the PolicyGrant resource.
|
|
1604
|
+
:param entity_identifier: The EntityIdentifier of the PolicyGrant resource.
|
|
1605
|
+
:param entity_type: The EntityType of the PolicyGrant resource.
|
|
1606
|
+
:param grant_id: The GrantId of the PolicyGrant resource.
|
|
1607
|
+
:param policy_type: The PolicyType of the PolicyGrant resource.
|
|
1608
|
+
|
|
1609
|
+
:exampleMetadata: fixture=_generated
|
|
1610
|
+
|
|
1611
|
+
Example::
|
|
1612
|
+
|
|
1613
|
+
# The code below shows an example of how to instantiate this type.
|
|
1614
|
+
# The values are placeholders you should change.
|
|
1615
|
+
from aws_cdk.interfaces import aws_datazone as interfaces_aws_datazone
|
|
1616
|
+
|
|
1617
|
+
policy_grant_reference = interfaces_aws_datazone.PolicyGrantReference(
|
|
1618
|
+
domain_identifier="domainIdentifier",
|
|
1619
|
+
entity_identifier="entityIdentifier",
|
|
1620
|
+
entity_type="entityType",
|
|
1621
|
+
grant_id="grantId",
|
|
1622
|
+
policy_type="policyType"
|
|
1623
|
+
)
|
|
1624
|
+
'''
|
|
1625
|
+
if __debug__:
|
|
1626
|
+
type_hints = typing.get_type_hints(_typecheckingstub__88380419cb3fb4633bf9d15c7fe2fab35634016cea533af37fbda633135ed0e6)
|
|
1627
|
+
check_type(argname="argument domain_identifier", value=domain_identifier, expected_type=type_hints["domain_identifier"])
|
|
1628
|
+
check_type(argname="argument entity_identifier", value=entity_identifier, expected_type=type_hints["entity_identifier"])
|
|
1629
|
+
check_type(argname="argument entity_type", value=entity_type, expected_type=type_hints["entity_type"])
|
|
1630
|
+
check_type(argname="argument grant_id", value=grant_id, expected_type=type_hints["grant_id"])
|
|
1631
|
+
check_type(argname="argument policy_type", value=policy_type, expected_type=type_hints["policy_type"])
|
|
1632
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1633
|
+
"domain_identifier": domain_identifier,
|
|
1634
|
+
"entity_identifier": entity_identifier,
|
|
1635
|
+
"entity_type": entity_type,
|
|
1636
|
+
"grant_id": grant_id,
|
|
1637
|
+
"policy_type": policy_type,
|
|
1638
|
+
}
|
|
1639
|
+
|
|
1640
|
+
@builtins.property
|
|
1641
|
+
def domain_identifier(self) -> builtins.str:
|
|
1642
|
+
'''The DomainIdentifier of the PolicyGrant resource.'''
|
|
1643
|
+
result = self._values.get("domain_identifier")
|
|
1644
|
+
assert result is not None, "Required property 'domain_identifier' is missing"
|
|
1645
|
+
return typing.cast(builtins.str, result)
|
|
1646
|
+
|
|
1647
|
+
@builtins.property
|
|
1648
|
+
def entity_identifier(self) -> builtins.str:
|
|
1649
|
+
'''The EntityIdentifier of the PolicyGrant resource.'''
|
|
1650
|
+
result = self._values.get("entity_identifier")
|
|
1651
|
+
assert result is not None, "Required property 'entity_identifier' is missing"
|
|
1652
|
+
return typing.cast(builtins.str, result)
|
|
1653
|
+
|
|
1654
|
+
@builtins.property
|
|
1655
|
+
def entity_type(self) -> builtins.str:
|
|
1656
|
+
'''The EntityType of the PolicyGrant resource.'''
|
|
1657
|
+
result = self._values.get("entity_type")
|
|
1658
|
+
assert result is not None, "Required property 'entity_type' is missing"
|
|
1659
|
+
return typing.cast(builtins.str, result)
|
|
1660
|
+
|
|
1661
|
+
@builtins.property
|
|
1662
|
+
def grant_id(self) -> builtins.str:
|
|
1663
|
+
'''The GrantId of the PolicyGrant resource.'''
|
|
1664
|
+
result = self._values.get("grant_id")
|
|
1665
|
+
assert result is not None, "Required property 'grant_id' is missing"
|
|
1666
|
+
return typing.cast(builtins.str, result)
|
|
1667
|
+
|
|
1668
|
+
@builtins.property
|
|
1669
|
+
def policy_type(self) -> builtins.str:
|
|
1670
|
+
'''The PolicyType of the PolicyGrant resource.'''
|
|
1671
|
+
result = self._values.get("policy_type")
|
|
1672
|
+
assert result is not None, "Required property 'policy_type' is missing"
|
|
1673
|
+
return typing.cast(builtins.str, result)
|
|
1674
|
+
|
|
1675
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1676
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1677
|
+
|
|
1678
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1679
|
+
return not (rhs == self)
|
|
1680
|
+
|
|
1681
|
+
def __repr__(self) -> str:
|
|
1682
|
+
return "PolicyGrantReference(%s)" % ", ".join(
|
|
1683
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1684
|
+
)
|
|
1685
|
+
|
|
1686
|
+
|
|
1687
|
+
@jsii.data_type(
|
|
1688
|
+
jsii_type="aws-cdk-lib.interfaces.aws_datazone.ProjectMembershipReference",
|
|
1689
|
+
jsii_struct_bases=[],
|
|
1690
|
+
name_mapping={
|
|
1691
|
+
"domain_identifier": "domainIdentifier",
|
|
1692
|
+
"member_identifier": "memberIdentifier",
|
|
1693
|
+
"member_identifier_type": "memberIdentifierType",
|
|
1694
|
+
"project_identifier": "projectIdentifier",
|
|
1695
|
+
},
|
|
1696
|
+
)
|
|
1697
|
+
class ProjectMembershipReference:
|
|
1698
|
+
def __init__(
|
|
1699
|
+
self,
|
|
1700
|
+
*,
|
|
1701
|
+
domain_identifier: builtins.str,
|
|
1702
|
+
member_identifier: builtins.str,
|
|
1703
|
+
member_identifier_type: builtins.str,
|
|
1704
|
+
project_identifier: builtins.str,
|
|
1705
|
+
) -> None:
|
|
1706
|
+
'''A reference to a ProjectMembership resource.
|
|
1707
|
+
|
|
1708
|
+
:param domain_identifier: The DomainIdentifier of the ProjectMembership resource.
|
|
1709
|
+
:param member_identifier: The MemberIdentifier of the ProjectMembership resource.
|
|
1710
|
+
:param member_identifier_type: The MemberIdentifierType of the ProjectMembership resource.
|
|
1711
|
+
:param project_identifier: The ProjectIdentifier of the ProjectMembership resource.
|
|
1712
|
+
|
|
1713
|
+
:exampleMetadata: fixture=_generated
|
|
1714
|
+
|
|
1715
|
+
Example::
|
|
1716
|
+
|
|
1717
|
+
# The code below shows an example of how to instantiate this type.
|
|
1718
|
+
# The values are placeholders you should change.
|
|
1719
|
+
from aws_cdk.interfaces import aws_datazone as interfaces_aws_datazone
|
|
1720
|
+
|
|
1721
|
+
project_membership_reference = interfaces_aws_datazone.ProjectMembershipReference(
|
|
1722
|
+
domain_identifier="domainIdentifier",
|
|
1723
|
+
member_identifier="memberIdentifier",
|
|
1724
|
+
member_identifier_type="memberIdentifierType",
|
|
1725
|
+
project_identifier="projectIdentifier"
|
|
1726
|
+
)
|
|
1727
|
+
'''
|
|
1728
|
+
if __debug__:
|
|
1729
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7d670a2ef882ac4f5231d337c7aaeef990f6d287cf2fe9c68ff74a3969d9b83e)
|
|
1730
|
+
check_type(argname="argument domain_identifier", value=domain_identifier, expected_type=type_hints["domain_identifier"])
|
|
1731
|
+
check_type(argname="argument member_identifier", value=member_identifier, expected_type=type_hints["member_identifier"])
|
|
1732
|
+
check_type(argname="argument member_identifier_type", value=member_identifier_type, expected_type=type_hints["member_identifier_type"])
|
|
1733
|
+
check_type(argname="argument project_identifier", value=project_identifier, expected_type=type_hints["project_identifier"])
|
|
1734
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1735
|
+
"domain_identifier": domain_identifier,
|
|
1736
|
+
"member_identifier": member_identifier,
|
|
1737
|
+
"member_identifier_type": member_identifier_type,
|
|
1738
|
+
"project_identifier": project_identifier,
|
|
1739
|
+
}
|
|
1740
|
+
|
|
1741
|
+
@builtins.property
|
|
1742
|
+
def domain_identifier(self) -> builtins.str:
|
|
1743
|
+
'''The DomainIdentifier of the ProjectMembership resource.'''
|
|
1744
|
+
result = self._values.get("domain_identifier")
|
|
1745
|
+
assert result is not None, "Required property 'domain_identifier' is missing"
|
|
1746
|
+
return typing.cast(builtins.str, result)
|
|
1747
|
+
|
|
1748
|
+
@builtins.property
|
|
1749
|
+
def member_identifier(self) -> builtins.str:
|
|
1750
|
+
'''The MemberIdentifier of the ProjectMembership resource.'''
|
|
1751
|
+
result = self._values.get("member_identifier")
|
|
1752
|
+
assert result is not None, "Required property 'member_identifier' is missing"
|
|
1753
|
+
return typing.cast(builtins.str, result)
|
|
1754
|
+
|
|
1755
|
+
@builtins.property
|
|
1756
|
+
def member_identifier_type(self) -> builtins.str:
|
|
1757
|
+
'''The MemberIdentifierType of the ProjectMembership resource.'''
|
|
1758
|
+
result = self._values.get("member_identifier_type")
|
|
1759
|
+
assert result is not None, "Required property 'member_identifier_type' is missing"
|
|
1760
|
+
return typing.cast(builtins.str, result)
|
|
1761
|
+
|
|
1762
|
+
@builtins.property
|
|
1763
|
+
def project_identifier(self) -> builtins.str:
|
|
1764
|
+
'''The ProjectIdentifier of the ProjectMembership resource.'''
|
|
1765
|
+
result = self._values.get("project_identifier")
|
|
1766
|
+
assert result is not None, "Required property 'project_identifier' is missing"
|
|
1767
|
+
return typing.cast(builtins.str, result)
|
|
1768
|
+
|
|
1769
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1770
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1771
|
+
|
|
1772
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1773
|
+
return not (rhs == self)
|
|
1774
|
+
|
|
1775
|
+
def __repr__(self) -> str:
|
|
1776
|
+
return "ProjectMembershipReference(%s)" % ", ".join(
|
|
1777
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1778
|
+
)
|
|
1779
|
+
|
|
1780
|
+
|
|
1781
|
+
@jsii.data_type(
|
|
1782
|
+
jsii_type="aws-cdk-lib.interfaces.aws_datazone.ProjectProfileReference",
|
|
1783
|
+
jsii_struct_bases=[],
|
|
1784
|
+
name_mapping={"domain_identifier": "domainIdentifier", "identifier": "identifier"},
|
|
1785
|
+
)
|
|
1786
|
+
class ProjectProfileReference:
|
|
1787
|
+
def __init__(
|
|
1788
|
+
self,
|
|
1789
|
+
*,
|
|
1790
|
+
domain_identifier: builtins.str,
|
|
1791
|
+
identifier: builtins.str,
|
|
1792
|
+
) -> None:
|
|
1793
|
+
'''A reference to a ProjectProfile resource.
|
|
1794
|
+
|
|
1795
|
+
:param domain_identifier: The DomainIdentifier of the ProjectProfile resource.
|
|
1796
|
+
:param identifier: The Identifier of the ProjectProfile resource.
|
|
1797
|
+
|
|
1798
|
+
:exampleMetadata: fixture=_generated
|
|
1799
|
+
|
|
1800
|
+
Example::
|
|
1801
|
+
|
|
1802
|
+
# The code below shows an example of how to instantiate this type.
|
|
1803
|
+
# The values are placeholders you should change.
|
|
1804
|
+
from aws_cdk.interfaces import aws_datazone as interfaces_aws_datazone
|
|
1805
|
+
|
|
1806
|
+
project_profile_reference = interfaces_aws_datazone.ProjectProfileReference(
|
|
1807
|
+
domain_identifier="domainIdentifier",
|
|
1808
|
+
identifier="identifier"
|
|
1809
|
+
)
|
|
1810
|
+
'''
|
|
1811
|
+
if __debug__:
|
|
1812
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f9c551e99acae1b5ff204ecabd19ad43163c93f2366dd8dc844916b1ca7aecaa)
|
|
1813
|
+
check_type(argname="argument domain_identifier", value=domain_identifier, expected_type=type_hints["domain_identifier"])
|
|
1814
|
+
check_type(argname="argument identifier", value=identifier, expected_type=type_hints["identifier"])
|
|
1815
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1816
|
+
"domain_identifier": domain_identifier,
|
|
1817
|
+
"identifier": identifier,
|
|
1818
|
+
}
|
|
1819
|
+
|
|
1820
|
+
@builtins.property
|
|
1821
|
+
def domain_identifier(self) -> builtins.str:
|
|
1822
|
+
'''The DomainIdentifier of the ProjectProfile resource.'''
|
|
1823
|
+
result = self._values.get("domain_identifier")
|
|
1824
|
+
assert result is not None, "Required property 'domain_identifier' is missing"
|
|
1825
|
+
return typing.cast(builtins.str, result)
|
|
1826
|
+
|
|
1827
|
+
@builtins.property
|
|
1828
|
+
def identifier(self) -> builtins.str:
|
|
1829
|
+
'''The Identifier of the ProjectProfile resource.'''
|
|
1830
|
+
result = self._values.get("identifier")
|
|
1831
|
+
assert result is not None, "Required property 'identifier' is missing"
|
|
1832
|
+
return typing.cast(builtins.str, result)
|
|
1833
|
+
|
|
1834
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1835
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1836
|
+
|
|
1837
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1838
|
+
return not (rhs == self)
|
|
1839
|
+
|
|
1840
|
+
def __repr__(self) -> str:
|
|
1841
|
+
return "ProjectProfileReference(%s)" % ", ".join(
|
|
1842
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1843
|
+
)
|
|
1844
|
+
|
|
1845
|
+
|
|
1846
|
+
@jsii.data_type(
|
|
1847
|
+
jsii_type="aws-cdk-lib.interfaces.aws_datazone.ProjectReference",
|
|
1848
|
+
jsii_struct_bases=[],
|
|
1849
|
+
name_mapping={"domain_id": "domainId", "project_id": "projectId"},
|
|
1850
|
+
)
|
|
1851
|
+
class ProjectReference:
|
|
1852
|
+
def __init__(self, *, domain_id: builtins.str, project_id: builtins.str) -> None:
|
|
1853
|
+
'''A reference to a Project resource.
|
|
1854
|
+
|
|
1855
|
+
:param domain_id: The DomainId of the Project resource.
|
|
1856
|
+
:param project_id: The Id of the Project resource.
|
|
1857
|
+
|
|
1858
|
+
:exampleMetadata: fixture=_generated
|
|
1859
|
+
|
|
1860
|
+
Example::
|
|
1861
|
+
|
|
1862
|
+
# The code below shows an example of how to instantiate this type.
|
|
1863
|
+
# The values are placeholders you should change.
|
|
1864
|
+
from aws_cdk.interfaces import aws_datazone as interfaces_aws_datazone
|
|
1865
|
+
|
|
1866
|
+
project_reference = interfaces_aws_datazone.ProjectReference(
|
|
1867
|
+
domain_id="domainId",
|
|
1868
|
+
project_id="projectId"
|
|
1869
|
+
)
|
|
1870
|
+
'''
|
|
1871
|
+
if __debug__:
|
|
1872
|
+
type_hints = typing.get_type_hints(_typecheckingstub__600c307bfee60c781ed4c9a88901844bae53ffbfa30c1ad689d9c413f0ff2c82)
|
|
1873
|
+
check_type(argname="argument domain_id", value=domain_id, expected_type=type_hints["domain_id"])
|
|
1874
|
+
check_type(argname="argument project_id", value=project_id, expected_type=type_hints["project_id"])
|
|
1875
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1876
|
+
"domain_id": domain_id,
|
|
1877
|
+
"project_id": project_id,
|
|
1878
|
+
}
|
|
1879
|
+
|
|
1880
|
+
@builtins.property
|
|
1881
|
+
def domain_id(self) -> builtins.str:
|
|
1882
|
+
'''The DomainId of the Project resource.'''
|
|
1883
|
+
result = self._values.get("domain_id")
|
|
1884
|
+
assert result is not None, "Required property 'domain_id' is missing"
|
|
1885
|
+
return typing.cast(builtins.str, result)
|
|
1886
|
+
|
|
1887
|
+
@builtins.property
|
|
1888
|
+
def project_id(self) -> builtins.str:
|
|
1889
|
+
'''The Id of the Project resource.'''
|
|
1890
|
+
result = self._values.get("project_id")
|
|
1891
|
+
assert result is not None, "Required property 'project_id' is missing"
|
|
1892
|
+
return typing.cast(builtins.str, result)
|
|
1893
|
+
|
|
1894
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1895
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1896
|
+
|
|
1897
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1898
|
+
return not (rhs == self)
|
|
1899
|
+
|
|
1900
|
+
def __repr__(self) -> str:
|
|
1901
|
+
return "ProjectReference(%s)" % ", ".join(
|
|
1902
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1903
|
+
)
|
|
1904
|
+
|
|
1905
|
+
|
|
1906
|
+
@jsii.data_type(
|
|
1907
|
+
jsii_type="aws-cdk-lib.interfaces.aws_datazone.SubscriptionTargetReference",
|
|
1908
|
+
jsii_struct_bases=[],
|
|
1909
|
+
name_mapping={
|
|
1910
|
+
"domain_id": "domainId",
|
|
1911
|
+
"environment_id": "environmentId",
|
|
1912
|
+
"subscription_target_id": "subscriptionTargetId",
|
|
1913
|
+
},
|
|
1914
|
+
)
|
|
1915
|
+
class SubscriptionTargetReference:
|
|
1916
|
+
def __init__(
|
|
1917
|
+
self,
|
|
1918
|
+
*,
|
|
1919
|
+
domain_id: builtins.str,
|
|
1920
|
+
environment_id: builtins.str,
|
|
1921
|
+
subscription_target_id: builtins.str,
|
|
1922
|
+
) -> None:
|
|
1923
|
+
'''A reference to a SubscriptionTarget resource.
|
|
1924
|
+
|
|
1925
|
+
:param domain_id: The DomainId of the SubscriptionTarget resource.
|
|
1926
|
+
:param environment_id: The EnvironmentId of the SubscriptionTarget resource.
|
|
1927
|
+
:param subscription_target_id: The Id of the SubscriptionTarget resource.
|
|
1928
|
+
|
|
1929
|
+
:exampleMetadata: fixture=_generated
|
|
1930
|
+
|
|
1931
|
+
Example::
|
|
1932
|
+
|
|
1933
|
+
# The code below shows an example of how to instantiate this type.
|
|
1934
|
+
# The values are placeholders you should change.
|
|
1935
|
+
from aws_cdk.interfaces import aws_datazone as interfaces_aws_datazone
|
|
1936
|
+
|
|
1937
|
+
subscription_target_reference = interfaces_aws_datazone.SubscriptionTargetReference(
|
|
1938
|
+
domain_id="domainId",
|
|
1939
|
+
environment_id="environmentId",
|
|
1940
|
+
subscription_target_id="subscriptionTargetId"
|
|
1941
|
+
)
|
|
1942
|
+
'''
|
|
1943
|
+
if __debug__:
|
|
1944
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8984b2f7457b8acf05c191203141022be229ece488865d3498eb161dfa7ed384)
|
|
1945
|
+
check_type(argname="argument domain_id", value=domain_id, expected_type=type_hints["domain_id"])
|
|
1946
|
+
check_type(argname="argument environment_id", value=environment_id, expected_type=type_hints["environment_id"])
|
|
1947
|
+
check_type(argname="argument subscription_target_id", value=subscription_target_id, expected_type=type_hints["subscription_target_id"])
|
|
1948
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1949
|
+
"domain_id": domain_id,
|
|
1950
|
+
"environment_id": environment_id,
|
|
1951
|
+
"subscription_target_id": subscription_target_id,
|
|
1952
|
+
}
|
|
1953
|
+
|
|
1954
|
+
@builtins.property
|
|
1955
|
+
def domain_id(self) -> builtins.str:
|
|
1956
|
+
'''The DomainId of the SubscriptionTarget resource.'''
|
|
1957
|
+
result = self._values.get("domain_id")
|
|
1958
|
+
assert result is not None, "Required property 'domain_id' is missing"
|
|
1959
|
+
return typing.cast(builtins.str, result)
|
|
1960
|
+
|
|
1961
|
+
@builtins.property
|
|
1962
|
+
def environment_id(self) -> builtins.str:
|
|
1963
|
+
'''The EnvironmentId of the SubscriptionTarget resource.'''
|
|
1964
|
+
result = self._values.get("environment_id")
|
|
1965
|
+
assert result is not None, "Required property 'environment_id' is missing"
|
|
1966
|
+
return typing.cast(builtins.str, result)
|
|
1967
|
+
|
|
1968
|
+
@builtins.property
|
|
1969
|
+
def subscription_target_id(self) -> builtins.str:
|
|
1970
|
+
'''The Id of the SubscriptionTarget resource.'''
|
|
1971
|
+
result = self._values.get("subscription_target_id")
|
|
1972
|
+
assert result is not None, "Required property 'subscription_target_id' is missing"
|
|
1973
|
+
return typing.cast(builtins.str, result)
|
|
1974
|
+
|
|
1975
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1976
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1977
|
+
|
|
1978
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1979
|
+
return not (rhs == self)
|
|
1980
|
+
|
|
1981
|
+
def __repr__(self) -> str:
|
|
1982
|
+
return "SubscriptionTargetReference(%s)" % ", ".join(
|
|
1983
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1984
|
+
)
|
|
1985
|
+
|
|
1986
|
+
|
|
1987
|
+
@jsii.data_type(
|
|
1988
|
+
jsii_type="aws-cdk-lib.interfaces.aws_datazone.UserProfileReference",
|
|
1989
|
+
jsii_struct_bases=[],
|
|
1990
|
+
name_mapping={"domain_id": "domainId", "user_profile_id": "userProfileId"},
|
|
1991
|
+
)
|
|
1992
|
+
class UserProfileReference:
|
|
1993
|
+
def __init__(
|
|
1994
|
+
self,
|
|
1995
|
+
*,
|
|
1996
|
+
domain_id: builtins.str,
|
|
1997
|
+
user_profile_id: builtins.str,
|
|
1998
|
+
) -> None:
|
|
1999
|
+
'''A reference to a UserProfile resource.
|
|
2000
|
+
|
|
2001
|
+
:param domain_id: The DomainId of the UserProfile resource.
|
|
2002
|
+
:param user_profile_id: The Id of the UserProfile resource.
|
|
2003
|
+
|
|
2004
|
+
:exampleMetadata: fixture=_generated
|
|
2005
|
+
|
|
2006
|
+
Example::
|
|
2007
|
+
|
|
2008
|
+
# The code below shows an example of how to instantiate this type.
|
|
2009
|
+
# The values are placeholders you should change.
|
|
2010
|
+
from aws_cdk.interfaces import aws_datazone as interfaces_aws_datazone
|
|
2011
|
+
|
|
2012
|
+
user_profile_reference = interfaces_aws_datazone.UserProfileReference(
|
|
2013
|
+
domain_id="domainId",
|
|
2014
|
+
user_profile_id="userProfileId"
|
|
2015
|
+
)
|
|
2016
|
+
'''
|
|
2017
|
+
if __debug__:
|
|
2018
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4c091d792ce24ad06f2d236c51e842cd29ca48787d85819469c7e7764e53a8fd)
|
|
2019
|
+
check_type(argname="argument domain_id", value=domain_id, expected_type=type_hints["domain_id"])
|
|
2020
|
+
check_type(argname="argument user_profile_id", value=user_profile_id, expected_type=type_hints["user_profile_id"])
|
|
2021
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2022
|
+
"domain_id": domain_id,
|
|
2023
|
+
"user_profile_id": user_profile_id,
|
|
2024
|
+
}
|
|
2025
|
+
|
|
2026
|
+
@builtins.property
|
|
2027
|
+
def domain_id(self) -> builtins.str:
|
|
2028
|
+
'''The DomainId of the UserProfile resource.'''
|
|
2029
|
+
result = self._values.get("domain_id")
|
|
2030
|
+
assert result is not None, "Required property 'domain_id' is missing"
|
|
2031
|
+
return typing.cast(builtins.str, result)
|
|
2032
|
+
|
|
2033
|
+
@builtins.property
|
|
2034
|
+
def user_profile_id(self) -> builtins.str:
|
|
2035
|
+
'''The Id of the UserProfile resource.'''
|
|
2036
|
+
result = self._values.get("user_profile_id")
|
|
2037
|
+
assert result is not None, "Required property 'user_profile_id' is missing"
|
|
2038
|
+
return typing.cast(builtins.str, result)
|
|
2039
|
+
|
|
2040
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2041
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2042
|
+
|
|
2043
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2044
|
+
return not (rhs == self)
|
|
2045
|
+
|
|
2046
|
+
def __repr__(self) -> str:
|
|
2047
|
+
return "UserProfileReference(%s)" % ", ".join(
|
|
2048
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2049
|
+
)
|
|
2050
|
+
|
|
2051
|
+
|
|
2052
|
+
__all__ = [
|
|
2053
|
+
"ConnectionReference",
|
|
2054
|
+
"DataSourceReference",
|
|
2055
|
+
"DomainReference",
|
|
2056
|
+
"DomainUnitReference",
|
|
2057
|
+
"EnvironmentActionsReference",
|
|
2058
|
+
"EnvironmentBlueprintConfigurationReference",
|
|
2059
|
+
"EnvironmentProfileReference",
|
|
2060
|
+
"EnvironmentReference",
|
|
2061
|
+
"FormTypeReference",
|
|
2062
|
+
"GroupProfileReference",
|
|
2063
|
+
"IConnectionRef",
|
|
2064
|
+
"IDataSourceRef",
|
|
2065
|
+
"IDomainRef",
|
|
2066
|
+
"IDomainUnitRef",
|
|
2067
|
+
"IEnvironmentActionsRef",
|
|
2068
|
+
"IEnvironmentBlueprintConfigurationRef",
|
|
2069
|
+
"IEnvironmentProfileRef",
|
|
2070
|
+
"IEnvironmentRef",
|
|
2071
|
+
"IFormTypeRef",
|
|
2072
|
+
"IGroupProfileRef",
|
|
2073
|
+
"IOwnerRef",
|
|
2074
|
+
"IPolicyGrantRef",
|
|
2075
|
+
"IProjectMembershipRef",
|
|
2076
|
+
"IProjectProfileRef",
|
|
2077
|
+
"IProjectRef",
|
|
2078
|
+
"ISubscriptionTargetRef",
|
|
2079
|
+
"IUserProfileRef",
|
|
2080
|
+
"OwnerReference",
|
|
2081
|
+
"PolicyGrantReference",
|
|
2082
|
+
"ProjectMembershipReference",
|
|
2083
|
+
"ProjectProfileReference",
|
|
2084
|
+
"ProjectReference",
|
|
2085
|
+
"SubscriptionTargetReference",
|
|
2086
|
+
"UserProfileReference",
|
|
2087
|
+
]
|
|
2088
|
+
|
|
2089
|
+
publication.publish()
|
|
2090
|
+
|
|
2091
|
+
def _typecheckingstub__2f7850fde9fef51a80e2d06ac28cd4fe81de985a525e994d643ac6d109536637(
|
|
2092
|
+
*,
|
|
2093
|
+
connection_id: builtins.str,
|
|
2094
|
+
domain_id: builtins.str,
|
|
2095
|
+
) -> None:
|
|
2096
|
+
"""Type checking stubs"""
|
|
2097
|
+
pass
|
|
2098
|
+
|
|
2099
|
+
def _typecheckingstub__6871dc8841d605ea74965422b16e2a095c2fa3cefc233d56325c05b81d859c3a(
|
|
2100
|
+
*,
|
|
2101
|
+
data_source_id: builtins.str,
|
|
2102
|
+
domain_id: builtins.str,
|
|
2103
|
+
) -> None:
|
|
2104
|
+
"""Type checking stubs"""
|
|
2105
|
+
pass
|
|
2106
|
+
|
|
2107
|
+
def _typecheckingstub__eb767451ab5e19a7b28b12c6fceb9e1a1d5fd6b93294c9455242952d67797a9e(
|
|
2108
|
+
*,
|
|
2109
|
+
domain_arn: builtins.str,
|
|
2110
|
+
domain_id: builtins.str,
|
|
2111
|
+
) -> None:
|
|
2112
|
+
"""Type checking stubs"""
|
|
2113
|
+
pass
|
|
2114
|
+
|
|
2115
|
+
def _typecheckingstub__c4c196b765e57c342c351f2229a31f253bc5dfd9e3885706168310286ca0c2c2(
|
|
2116
|
+
*,
|
|
2117
|
+
domain_id: builtins.str,
|
|
2118
|
+
domain_unit_id: builtins.str,
|
|
2119
|
+
) -> None:
|
|
2120
|
+
"""Type checking stubs"""
|
|
2121
|
+
pass
|
|
2122
|
+
|
|
2123
|
+
def _typecheckingstub__1d0a753cfdc48e1908e540974b3fb1b37607132b5a1c7ba25ad51caaa8689c75(
|
|
2124
|
+
*,
|
|
2125
|
+
domain_id: builtins.str,
|
|
2126
|
+
environment_actions_id: builtins.str,
|
|
2127
|
+
environment_id: builtins.str,
|
|
2128
|
+
) -> None:
|
|
2129
|
+
"""Type checking stubs"""
|
|
2130
|
+
pass
|
|
2131
|
+
|
|
2132
|
+
def _typecheckingstub__c3dfe34b538dd9e6fb1f8301a81eeb9b47a3c4d9878ab58c0ea301dbfa5d6053(
|
|
2133
|
+
*,
|
|
2134
|
+
domain_id: builtins.str,
|
|
2135
|
+
environment_blueprint_id: builtins.str,
|
|
2136
|
+
) -> None:
|
|
2137
|
+
"""Type checking stubs"""
|
|
2138
|
+
pass
|
|
2139
|
+
|
|
2140
|
+
def _typecheckingstub__1e5797ce9ff71fb7ca1f857bfc1ebc8de57d2694bac8c3e1880544b1d5d106ec(
|
|
2141
|
+
*,
|
|
2142
|
+
domain_id: builtins.str,
|
|
2143
|
+
environment_profile_id: builtins.str,
|
|
2144
|
+
) -> None:
|
|
2145
|
+
"""Type checking stubs"""
|
|
2146
|
+
pass
|
|
2147
|
+
|
|
2148
|
+
def _typecheckingstub__0598aa1fd0986ce9b7c3b0e4fd6a9a5f144a1fd6d959bf12f7dd2e000ba97a25(
|
|
2149
|
+
*,
|
|
2150
|
+
domain_id: builtins.str,
|
|
2151
|
+
environment_id: builtins.str,
|
|
2152
|
+
) -> None:
|
|
2153
|
+
"""Type checking stubs"""
|
|
2154
|
+
pass
|
|
2155
|
+
|
|
2156
|
+
def _typecheckingstub__ab76ee3af4baa56b49082234e89d0e064c6abd968ab7a49bbc66020a57c938dc(
|
|
2157
|
+
*,
|
|
2158
|
+
domain_identifier: builtins.str,
|
|
2159
|
+
form_type_identifier: builtins.str,
|
|
2160
|
+
) -> None:
|
|
2161
|
+
"""Type checking stubs"""
|
|
2162
|
+
pass
|
|
2163
|
+
|
|
2164
|
+
def _typecheckingstub__91a1b5d0de041d5e3b32120d7f53ca62f70d31a4e431952ebbc8e9d9c3896096(
|
|
2165
|
+
*,
|
|
2166
|
+
domain_id: builtins.str,
|
|
2167
|
+
group_profile_id: builtins.str,
|
|
2168
|
+
) -> None:
|
|
2169
|
+
"""Type checking stubs"""
|
|
2170
|
+
pass
|
|
2171
|
+
|
|
2172
|
+
def _typecheckingstub__24300f06c1e5be24db2bc08d9fc81f2d86bc7593405c538c43faa80a3af368d2(
|
|
2173
|
+
*,
|
|
2174
|
+
domain_identifier: builtins.str,
|
|
2175
|
+
entity_identifier: builtins.str,
|
|
2176
|
+
entity_type: builtins.str,
|
|
2177
|
+
owner_identifier: builtins.str,
|
|
2178
|
+
owner_type: builtins.str,
|
|
2179
|
+
) -> None:
|
|
2180
|
+
"""Type checking stubs"""
|
|
2181
|
+
pass
|
|
2182
|
+
|
|
2183
|
+
def _typecheckingstub__88380419cb3fb4633bf9d15c7fe2fab35634016cea533af37fbda633135ed0e6(
|
|
2184
|
+
*,
|
|
2185
|
+
domain_identifier: builtins.str,
|
|
2186
|
+
entity_identifier: builtins.str,
|
|
2187
|
+
entity_type: builtins.str,
|
|
2188
|
+
grant_id: builtins.str,
|
|
2189
|
+
policy_type: builtins.str,
|
|
2190
|
+
) -> None:
|
|
2191
|
+
"""Type checking stubs"""
|
|
2192
|
+
pass
|
|
2193
|
+
|
|
2194
|
+
def _typecheckingstub__7d670a2ef882ac4f5231d337c7aaeef990f6d287cf2fe9c68ff74a3969d9b83e(
|
|
2195
|
+
*,
|
|
2196
|
+
domain_identifier: builtins.str,
|
|
2197
|
+
member_identifier: builtins.str,
|
|
2198
|
+
member_identifier_type: builtins.str,
|
|
2199
|
+
project_identifier: builtins.str,
|
|
2200
|
+
) -> None:
|
|
2201
|
+
"""Type checking stubs"""
|
|
2202
|
+
pass
|
|
2203
|
+
|
|
2204
|
+
def _typecheckingstub__f9c551e99acae1b5ff204ecabd19ad43163c93f2366dd8dc844916b1ca7aecaa(
|
|
2205
|
+
*,
|
|
2206
|
+
domain_identifier: builtins.str,
|
|
2207
|
+
identifier: builtins.str,
|
|
2208
|
+
) -> None:
|
|
2209
|
+
"""Type checking stubs"""
|
|
2210
|
+
pass
|
|
2211
|
+
|
|
2212
|
+
def _typecheckingstub__600c307bfee60c781ed4c9a88901844bae53ffbfa30c1ad689d9c413f0ff2c82(
|
|
2213
|
+
*,
|
|
2214
|
+
domain_id: builtins.str,
|
|
2215
|
+
project_id: builtins.str,
|
|
2216
|
+
) -> None:
|
|
2217
|
+
"""Type checking stubs"""
|
|
2218
|
+
pass
|
|
2219
|
+
|
|
2220
|
+
def _typecheckingstub__8984b2f7457b8acf05c191203141022be229ece488865d3498eb161dfa7ed384(
|
|
2221
|
+
*,
|
|
2222
|
+
domain_id: builtins.str,
|
|
2223
|
+
environment_id: builtins.str,
|
|
2224
|
+
subscription_target_id: builtins.str,
|
|
2225
|
+
) -> None:
|
|
2226
|
+
"""Type checking stubs"""
|
|
2227
|
+
pass
|
|
2228
|
+
|
|
2229
|
+
def _typecheckingstub__4c091d792ce24ad06f2d236c51e842cd29ca48787d85819469c7e7764e53a8fd(
|
|
2230
|
+
*,
|
|
2231
|
+
domain_id: builtins.str,
|
|
2232
|
+
user_profile_id: builtins.str,
|
|
2233
|
+
) -> None:
|
|
2234
|
+
"""Type checking stubs"""
|
|
2235
|
+
pass
|
|
2236
|
+
|
|
2237
|
+
for cls in [IConnectionRef, IDataSourceRef, IDomainRef, IDomainUnitRef, IEnvironmentActionsRef, IEnvironmentBlueprintConfigurationRef, IEnvironmentProfileRef, IEnvironmentRef, IFormTypeRef, IGroupProfileRef, IOwnerRef, IPolicyGrantRef, IProjectMembershipRef, IProjectProfileRef, IProjectRef, ISubscriptionTargetRef, IUserProfileRef]:
|
|
2238
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|