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,1418 @@
|
|
|
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_vpclattice.AccessLogSubscriptionReference",
|
|
39
|
+
jsii_struct_bases=[],
|
|
40
|
+
name_mapping={"access_log_subscription_arn": "accessLogSubscriptionArn"},
|
|
41
|
+
)
|
|
42
|
+
class AccessLogSubscriptionReference:
|
|
43
|
+
def __init__(self, *, access_log_subscription_arn: builtins.str) -> None:
|
|
44
|
+
'''A reference to a AccessLogSubscription resource.
|
|
45
|
+
|
|
46
|
+
:param access_log_subscription_arn: The Arn of the AccessLogSubscription resource.
|
|
47
|
+
|
|
48
|
+
:exampleMetadata: fixture=_generated
|
|
49
|
+
|
|
50
|
+
Example::
|
|
51
|
+
|
|
52
|
+
# The code below shows an example of how to instantiate this type.
|
|
53
|
+
# The values are placeholders you should change.
|
|
54
|
+
from aws_cdk.interfaces import aws_vpclattice as interfaces_aws_vpclattice
|
|
55
|
+
|
|
56
|
+
access_log_subscription_reference = interfaces_aws_vpclattice.AccessLogSubscriptionReference(
|
|
57
|
+
access_log_subscription_arn="accessLogSubscriptionArn"
|
|
58
|
+
)
|
|
59
|
+
'''
|
|
60
|
+
if __debug__:
|
|
61
|
+
type_hints = typing.get_type_hints(_typecheckingstub__eee6fd0541b13ea53ebc8ac1ffc56bc5e0359ce79eb968e43350edd24063121d)
|
|
62
|
+
check_type(argname="argument access_log_subscription_arn", value=access_log_subscription_arn, expected_type=type_hints["access_log_subscription_arn"])
|
|
63
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
64
|
+
"access_log_subscription_arn": access_log_subscription_arn,
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
@builtins.property
|
|
68
|
+
def access_log_subscription_arn(self) -> builtins.str:
|
|
69
|
+
'''The Arn of the AccessLogSubscription resource.'''
|
|
70
|
+
result = self._values.get("access_log_subscription_arn")
|
|
71
|
+
assert result is not None, "Required property 'access_log_subscription_arn' is missing"
|
|
72
|
+
return typing.cast(builtins.str, result)
|
|
73
|
+
|
|
74
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
75
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
76
|
+
|
|
77
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
78
|
+
return not (rhs == self)
|
|
79
|
+
|
|
80
|
+
def __repr__(self) -> str:
|
|
81
|
+
return "AccessLogSubscriptionReference(%s)" % ", ".join(
|
|
82
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
83
|
+
)
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
@jsii.data_type(
|
|
87
|
+
jsii_type="aws-cdk-lib.interfaces.aws_vpclattice.AuthPolicyReference",
|
|
88
|
+
jsii_struct_bases=[],
|
|
89
|
+
name_mapping={"resource_identifier": "resourceIdentifier"},
|
|
90
|
+
)
|
|
91
|
+
class AuthPolicyReference:
|
|
92
|
+
def __init__(self, *, resource_identifier: builtins.str) -> None:
|
|
93
|
+
'''A reference to a AuthPolicy resource.
|
|
94
|
+
|
|
95
|
+
:param resource_identifier: The ResourceIdentifier of the AuthPolicy resource.
|
|
96
|
+
|
|
97
|
+
:exampleMetadata: fixture=_generated
|
|
98
|
+
|
|
99
|
+
Example::
|
|
100
|
+
|
|
101
|
+
# The code below shows an example of how to instantiate this type.
|
|
102
|
+
# The values are placeholders you should change.
|
|
103
|
+
from aws_cdk.interfaces import aws_vpclattice as interfaces_aws_vpclattice
|
|
104
|
+
|
|
105
|
+
auth_policy_reference = interfaces_aws_vpclattice.AuthPolicyReference(
|
|
106
|
+
resource_identifier="resourceIdentifier"
|
|
107
|
+
)
|
|
108
|
+
'''
|
|
109
|
+
if __debug__:
|
|
110
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6b4222593547993629599ee186ee2a7ac5673c4cd311653690629108d2b945f1)
|
|
111
|
+
check_type(argname="argument resource_identifier", value=resource_identifier, expected_type=type_hints["resource_identifier"])
|
|
112
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
113
|
+
"resource_identifier": resource_identifier,
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
@builtins.property
|
|
117
|
+
def resource_identifier(self) -> builtins.str:
|
|
118
|
+
'''The ResourceIdentifier of the AuthPolicy resource.'''
|
|
119
|
+
result = self._values.get("resource_identifier")
|
|
120
|
+
assert result is not None, "Required property 'resource_identifier' is missing"
|
|
121
|
+
return typing.cast(builtins.str, result)
|
|
122
|
+
|
|
123
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
124
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
125
|
+
|
|
126
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
127
|
+
return not (rhs == self)
|
|
128
|
+
|
|
129
|
+
def __repr__(self) -> str:
|
|
130
|
+
return "AuthPolicyReference(%s)" % ", ".join(
|
|
131
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
132
|
+
)
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
@jsii.interface(
|
|
136
|
+
jsii_type="aws-cdk-lib.interfaces.aws_vpclattice.IAccessLogSubscriptionRef"
|
|
137
|
+
)
|
|
138
|
+
class IAccessLogSubscriptionRef(
|
|
139
|
+
_constructs_77d1e7e8.IConstruct,
|
|
140
|
+
_IEnvironmentAware_f39049ee,
|
|
141
|
+
typing_extensions.Protocol,
|
|
142
|
+
):
|
|
143
|
+
'''(experimental) Indicates that this resource can be referenced as a AccessLogSubscription.
|
|
144
|
+
|
|
145
|
+
:stability: experimental
|
|
146
|
+
'''
|
|
147
|
+
|
|
148
|
+
@builtins.property
|
|
149
|
+
@jsii.member(jsii_name="accessLogSubscriptionRef")
|
|
150
|
+
def access_log_subscription_ref(self) -> AccessLogSubscriptionReference:
|
|
151
|
+
'''(experimental) A reference to a AccessLogSubscription resource.
|
|
152
|
+
|
|
153
|
+
:stability: experimental
|
|
154
|
+
'''
|
|
155
|
+
...
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
class _IAccessLogSubscriptionRefProxy(
|
|
159
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
160
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
161
|
+
):
|
|
162
|
+
'''(experimental) Indicates that this resource can be referenced as a AccessLogSubscription.
|
|
163
|
+
|
|
164
|
+
:stability: experimental
|
|
165
|
+
'''
|
|
166
|
+
|
|
167
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_vpclattice.IAccessLogSubscriptionRef"
|
|
168
|
+
|
|
169
|
+
@builtins.property
|
|
170
|
+
@jsii.member(jsii_name="accessLogSubscriptionRef")
|
|
171
|
+
def access_log_subscription_ref(self) -> AccessLogSubscriptionReference:
|
|
172
|
+
'''(experimental) A reference to a AccessLogSubscription resource.
|
|
173
|
+
|
|
174
|
+
:stability: experimental
|
|
175
|
+
'''
|
|
176
|
+
return typing.cast(AccessLogSubscriptionReference, jsii.get(self, "accessLogSubscriptionRef"))
|
|
177
|
+
|
|
178
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
179
|
+
typing.cast(typing.Any, IAccessLogSubscriptionRef).__jsii_proxy_class__ = lambda : _IAccessLogSubscriptionRefProxy
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_vpclattice.IAuthPolicyRef")
|
|
183
|
+
class IAuthPolicyRef(
|
|
184
|
+
_constructs_77d1e7e8.IConstruct,
|
|
185
|
+
_IEnvironmentAware_f39049ee,
|
|
186
|
+
typing_extensions.Protocol,
|
|
187
|
+
):
|
|
188
|
+
'''(experimental) Indicates that this resource can be referenced as a AuthPolicy.
|
|
189
|
+
|
|
190
|
+
:stability: experimental
|
|
191
|
+
'''
|
|
192
|
+
|
|
193
|
+
@builtins.property
|
|
194
|
+
@jsii.member(jsii_name="authPolicyRef")
|
|
195
|
+
def auth_policy_ref(self) -> AuthPolicyReference:
|
|
196
|
+
'''(experimental) A reference to a AuthPolicy resource.
|
|
197
|
+
|
|
198
|
+
:stability: experimental
|
|
199
|
+
'''
|
|
200
|
+
...
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
class _IAuthPolicyRefProxy(
|
|
204
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
205
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
206
|
+
):
|
|
207
|
+
'''(experimental) Indicates that this resource can be referenced as a AuthPolicy.
|
|
208
|
+
|
|
209
|
+
:stability: experimental
|
|
210
|
+
'''
|
|
211
|
+
|
|
212
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_vpclattice.IAuthPolicyRef"
|
|
213
|
+
|
|
214
|
+
@builtins.property
|
|
215
|
+
@jsii.member(jsii_name="authPolicyRef")
|
|
216
|
+
def auth_policy_ref(self) -> AuthPolicyReference:
|
|
217
|
+
'''(experimental) A reference to a AuthPolicy resource.
|
|
218
|
+
|
|
219
|
+
:stability: experimental
|
|
220
|
+
'''
|
|
221
|
+
return typing.cast(AuthPolicyReference, jsii.get(self, "authPolicyRef"))
|
|
222
|
+
|
|
223
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
224
|
+
typing.cast(typing.Any, IAuthPolicyRef).__jsii_proxy_class__ = lambda : _IAuthPolicyRefProxy
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_vpclattice.IListenerRef")
|
|
228
|
+
class IListenerRef(
|
|
229
|
+
_constructs_77d1e7e8.IConstruct,
|
|
230
|
+
_IEnvironmentAware_f39049ee,
|
|
231
|
+
typing_extensions.Protocol,
|
|
232
|
+
):
|
|
233
|
+
'''(experimental) Indicates that this resource can be referenced as a Listener.
|
|
234
|
+
|
|
235
|
+
:stability: experimental
|
|
236
|
+
'''
|
|
237
|
+
|
|
238
|
+
@builtins.property
|
|
239
|
+
@jsii.member(jsii_name="listenerRef")
|
|
240
|
+
def listener_ref(self) -> "ListenerReference":
|
|
241
|
+
'''(experimental) A reference to a Listener resource.
|
|
242
|
+
|
|
243
|
+
:stability: experimental
|
|
244
|
+
'''
|
|
245
|
+
...
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
class _IListenerRefProxy(
|
|
249
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
250
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
251
|
+
):
|
|
252
|
+
'''(experimental) Indicates that this resource can be referenced as a Listener.
|
|
253
|
+
|
|
254
|
+
:stability: experimental
|
|
255
|
+
'''
|
|
256
|
+
|
|
257
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_vpclattice.IListenerRef"
|
|
258
|
+
|
|
259
|
+
@builtins.property
|
|
260
|
+
@jsii.member(jsii_name="listenerRef")
|
|
261
|
+
def listener_ref(self) -> "ListenerReference":
|
|
262
|
+
'''(experimental) A reference to a Listener resource.
|
|
263
|
+
|
|
264
|
+
:stability: experimental
|
|
265
|
+
'''
|
|
266
|
+
return typing.cast("ListenerReference", jsii.get(self, "listenerRef"))
|
|
267
|
+
|
|
268
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
269
|
+
typing.cast(typing.Any, IListenerRef).__jsii_proxy_class__ = lambda : _IListenerRefProxy
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
@jsii.interface(
|
|
273
|
+
jsii_type="aws-cdk-lib.interfaces.aws_vpclattice.IResourceConfigurationRef"
|
|
274
|
+
)
|
|
275
|
+
class IResourceConfigurationRef(
|
|
276
|
+
_constructs_77d1e7e8.IConstruct,
|
|
277
|
+
_IEnvironmentAware_f39049ee,
|
|
278
|
+
typing_extensions.Protocol,
|
|
279
|
+
):
|
|
280
|
+
'''(experimental) Indicates that this resource can be referenced as a ResourceConfiguration.
|
|
281
|
+
|
|
282
|
+
:stability: experimental
|
|
283
|
+
'''
|
|
284
|
+
|
|
285
|
+
@builtins.property
|
|
286
|
+
@jsii.member(jsii_name="resourceConfigurationRef")
|
|
287
|
+
def resource_configuration_ref(self) -> "ResourceConfigurationReference":
|
|
288
|
+
'''(experimental) A reference to a ResourceConfiguration resource.
|
|
289
|
+
|
|
290
|
+
:stability: experimental
|
|
291
|
+
'''
|
|
292
|
+
...
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
class _IResourceConfigurationRefProxy(
|
|
296
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
297
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
298
|
+
):
|
|
299
|
+
'''(experimental) Indicates that this resource can be referenced as a ResourceConfiguration.
|
|
300
|
+
|
|
301
|
+
:stability: experimental
|
|
302
|
+
'''
|
|
303
|
+
|
|
304
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_vpclattice.IResourceConfigurationRef"
|
|
305
|
+
|
|
306
|
+
@builtins.property
|
|
307
|
+
@jsii.member(jsii_name="resourceConfigurationRef")
|
|
308
|
+
def resource_configuration_ref(self) -> "ResourceConfigurationReference":
|
|
309
|
+
'''(experimental) A reference to a ResourceConfiguration resource.
|
|
310
|
+
|
|
311
|
+
:stability: experimental
|
|
312
|
+
'''
|
|
313
|
+
return typing.cast("ResourceConfigurationReference", jsii.get(self, "resourceConfigurationRef"))
|
|
314
|
+
|
|
315
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
316
|
+
typing.cast(typing.Any, IResourceConfigurationRef).__jsii_proxy_class__ = lambda : _IResourceConfigurationRefProxy
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_vpclattice.IResourceGatewayRef")
|
|
320
|
+
class IResourceGatewayRef(
|
|
321
|
+
_constructs_77d1e7e8.IConstruct,
|
|
322
|
+
_IEnvironmentAware_f39049ee,
|
|
323
|
+
typing_extensions.Protocol,
|
|
324
|
+
):
|
|
325
|
+
'''(experimental) Indicates that this resource can be referenced as a ResourceGateway.
|
|
326
|
+
|
|
327
|
+
:stability: experimental
|
|
328
|
+
'''
|
|
329
|
+
|
|
330
|
+
@builtins.property
|
|
331
|
+
@jsii.member(jsii_name="resourceGatewayRef")
|
|
332
|
+
def resource_gateway_ref(self) -> "ResourceGatewayReference":
|
|
333
|
+
'''(experimental) A reference to a ResourceGateway resource.
|
|
334
|
+
|
|
335
|
+
:stability: experimental
|
|
336
|
+
'''
|
|
337
|
+
...
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
class _IResourceGatewayRefProxy(
|
|
341
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
342
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
343
|
+
):
|
|
344
|
+
'''(experimental) Indicates that this resource can be referenced as a ResourceGateway.
|
|
345
|
+
|
|
346
|
+
:stability: experimental
|
|
347
|
+
'''
|
|
348
|
+
|
|
349
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_vpclattice.IResourceGatewayRef"
|
|
350
|
+
|
|
351
|
+
@builtins.property
|
|
352
|
+
@jsii.member(jsii_name="resourceGatewayRef")
|
|
353
|
+
def resource_gateway_ref(self) -> "ResourceGatewayReference":
|
|
354
|
+
'''(experimental) A reference to a ResourceGateway resource.
|
|
355
|
+
|
|
356
|
+
:stability: experimental
|
|
357
|
+
'''
|
|
358
|
+
return typing.cast("ResourceGatewayReference", jsii.get(self, "resourceGatewayRef"))
|
|
359
|
+
|
|
360
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
361
|
+
typing.cast(typing.Any, IResourceGatewayRef).__jsii_proxy_class__ = lambda : _IResourceGatewayRefProxy
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_vpclattice.IResourcePolicyRef")
|
|
365
|
+
class IResourcePolicyRef(
|
|
366
|
+
_constructs_77d1e7e8.IConstruct,
|
|
367
|
+
_IEnvironmentAware_f39049ee,
|
|
368
|
+
typing_extensions.Protocol,
|
|
369
|
+
):
|
|
370
|
+
'''(experimental) Indicates that this resource can be referenced as a ResourcePolicy.
|
|
371
|
+
|
|
372
|
+
:stability: experimental
|
|
373
|
+
'''
|
|
374
|
+
|
|
375
|
+
@builtins.property
|
|
376
|
+
@jsii.member(jsii_name="resourcePolicyRef")
|
|
377
|
+
def resource_policy_ref(self) -> "ResourcePolicyReference":
|
|
378
|
+
'''(experimental) A reference to a ResourcePolicy resource.
|
|
379
|
+
|
|
380
|
+
:stability: experimental
|
|
381
|
+
'''
|
|
382
|
+
...
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
class _IResourcePolicyRefProxy(
|
|
386
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
387
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
388
|
+
):
|
|
389
|
+
'''(experimental) Indicates that this resource can be referenced as a ResourcePolicy.
|
|
390
|
+
|
|
391
|
+
:stability: experimental
|
|
392
|
+
'''
|
|
393
|
+
|
|
394
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_vpclattice.IResourcePolicyRef"
|
|
395
|
+
|
|
396
|
+
@builtins.property
|
|
397
|
+
@jsii.member(jsii_name="resourcePolicyRef")
|
|
398
|
+
def resource_policy_ref(self) -> "ResourcePolicyReference":
|
|
399
|
+
'''(experimental) A reference to a ResourcePolicy resource.
|
|
400
|
+
|
|
401
|
+
:stability: experimental
|
|
402
|
+
'''
|
|
403
|
+
return typing.cast("ResourcePolicyReference", jsii.get(self, "resourcePolicyRef"))
|
|
404
|
+
|
|
405
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
406
|
+
typing.cast(typing.Any, IResourcePolicyRef).__jsii_proxy_class__ = lambda : _IResourcePolicyRefProxy
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_vpclattice.IRuleRef")
|
|
410
|
+
class IRuleRef(
|
|
411
|
+
_constructs_77d1e7e8.IConstruct,
|
|
412
|
+
_IEnvironmentAware_f39049ee,
|
|
413
|
+
typing_extensions.Protocol,
|
|
414
|
+
):
|
|
415
|
+
'''(experimental) Indicates that this resource can be referenced as a Rule.
|
|
416
|
+
|
|
417
|
+
:stability: experimental
|
|
418
|
+
'''
|
|
419
|
+
|
|
420
|
+
@builtins.property
|
|
421
|
+
@jsii.member(jsii_name="ruleRef")
|
|
422
|
+
def rule_ref(self) -> "RuleReference":
|
|
423
|
+
'''(experimental) A reference to a Rule resource.
|
|
424
|
+
|
|
425
|
+
:stability: experimental
|
|
426
|
+
'''
|
|
427
|
+
...
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
class _IRuleRefProxy(
|
|
431
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
432
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
433
|
+
):
|
|
434
|
+
'''(experimental) Indicates that this resource can be referenced as a Rule.
|
|
435
|
+
|
|
436
|
+
:stability: experimental
|
|
437
|
+
'''
|
|
438
|
+
|
|
439
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_vpclattice.IRuleRef"
|
|
440
|
+
|
|
441
|
+
@builtins.property
|
|
442
|
+
@jsii.member(jsii_name="ruleRef")
|
|
443
|
+
def rule_ref(self) -> "RuleReference":
|
|
444
|
+
'''(experimental) A reference to a Rule resource.
|
|
445
|
+
|
|
446
|
+
:stability: experimental
|
|
447
|
+
'''
|
|
448
|
+
return typing.cast("RuleReference", jsii.get(self, "ruleRef"))
|
|
449
|
+
|
|
450
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
451
|
+
typing.cast(typing.Any, IRuleRef).__jsii_proxy_class__ = lambda : _IRuleRefProxy
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_vpclattice.IServiceNetworkRef")
|
|
455
|
+
class IServiceNetworkRef(
|
|
456
|
+
_constructs_77d1e7e8.IConstruct,
|
|
457
|
+
_IEnvironmentAware_f39049ee,
|
|
458
|
+
typing_extensions.Protocol,
|
|
459
|
+
):
|
|
460
|
+
'''(experimental) Indicates that this resource can be referenced as a ServiceNetwork.
|
|
461
|
+
|
|
462
|
+
:stability: experimental
|
|
463
|
+
'''
|
|
464
|
+
|
|
465
|
+
@builtins.property
|
|
466
|
+
@jsii.member(jsii_name="serviceNetworkRef")
|
|
467
|
+
def service_network_ref(self) -> "ServiceNetworkReference":
|
|
468
|
+
'''(experimental) A reference to a ServiceNetwork resource.
|
|
469
|
+
|
|
470
|
+
:stability: experimental
|
|
471
|
+
'''
|
|
472
|
+
...
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
class _IServiceNetworkRefProxy(
|
|
476
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
477
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
478
|
+
):
|
|
479
|
+
'''(experimental) Indicates that this resource can be referenced as a ServiceNetwork.
|
|
480
|
+
|
|
481
|
+
:stability: experimental
|
|
482
|
+
'''
|
|
483
|
+
|
|
484
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_vpclattice.IServiceNetworkRef"
|
|
485
|
+
|
|
486
|
+
@builtins.property
|
|
487
|
+
@jsii.member(jsii_name="serviceNetworkRef")
|
|
488
|
+
def service_network_ref(self) -> "ServiceNetworkReference":
|
|
489
|
+
'''(experimental) A reference to a ServiceNetwork resource.
|
|
490
|
+
|
|
491
|
+
:stability: experimental
|
|
492
|
+
'''
|
|
493
|
+
return typing.cast("ServiceNetworkReference", jsii.get(self, "serviceNetworkRef"))
|
|
494
|
+
|
|
495
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
496
|
+
typing.cast(typing.Any, IServiceNetworkRef).__jsii_proxy_class__ = lambda : _IServiceNetworkRefProxy
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
@jsii.interface(
|
|
500
|
+
jsii_type="aws-cdk-lib.interfaces.aws_vpclattice.IServiceNetworkResourceAssociationRef"
|
|
501
|
+
)
|
|
502
|
+
class IServiceNetworkResourceAssociationRef(
|
|
503
|
+
_constructs_77d1e7e8.IConstruct,
|
|
504
|
+
_IEnvironmentAware_f39049ee,
|
|
505
|
+
typing_extensions.Protocol,
|
|
506
|
+
):
|
|
507
|
+
'''(experimental) Indicates that this resource can be referenced as a ServiceNetworkResourceAssociation.
|
|
508
|
+
|
|
509
|
+
:stability: experimental
|
|
510
|
+
'''
|
|
511
|
+
|
|
512
|
+
@builtins.property
|
|
513
|
+
@jsii.member(jsii_name="serviceNetworkResourceAssociationRef")
|
|
514
|
+
def service_network_resource_association_ref(
|
|
515
|
+
self,
|
|
516
|
+
) -> "ServiceNetworkResourceAssociationReference":
|
|
517
|
+
'''(experimental) A reference to a ServiceNetworkResourceAssociation resource.
|
|
518
|
+
|
|
519
|
+
:stability: experimental
|
|
520
|
+
'''
|
|
521
|
+
...
|
|
522
|
+
|
|
523
|
+
|
|
524
|
+
class _IServiceNetworkResourceAssociationRefProxy(
|
|
525
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
526
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
527
|
+
):
|
|
528
|
+
'''(experimental) Indicates that this resource can be referenced as a ServiceNetworkResourceAssociation.
|
|
529
|
+
|
|
530
|
+
:stability: experimental
|
|
531
|
+
'''
|
|
532
|
+
|
|
533
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_vpclattice.IServiceNetworkResourceAssociationRef"
|
|
534
|
+
|
|
535
|
+
@builtins.property
|
|
536
|
+
@jsii.member(jsii_name="serviceNetworkResourceAssociationRef")
|
|
537
|
+
def service_network_resource_association_ref(
|
|
538
|
+
self,
|
|
539
|
+
) -> "ServiceNetworkResourceAssociationReference":
|
|
540
|
+
'''(experimental) A reference to a ServiceNetworkResourceAssociation resource.
|
|
541
|
+
|
|
542
|
+
:stability: experimental
|
|
543
|
+
'''
|
|
544
|
+
return typing.cast("ServiceNetworkResourceAssociationReference", jsii.get(self, "serviceNetworkResourceAssociationRef"))
|
|
545
|
+
|
|
546
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
547
|
+
typing.cast(typing.Any, IServiceNetworkResourceAssociationRef).__jsii_proxy_class__ = lambda : _IServiceNetworkResourceAssociationRefProxy
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
@jsii.interface(
|
|
551
|
+
jsii_type="aws-cdk-lib.interfaces.aws_vpclattice.IServiceNetworkServiceAssociationRef"
|
|
552
|
+
)
|
|
553
|
+
class IServiceNetworkServiceAssociationRef(
|
|
554
|
+
_constructs_77d1e7e8.IConstruct,
|
|
555
|
+
_IEnvironmentAware_f39049ee,
|
|
556
|
+
typing_extensions.Protocol,
|
|
557
|
+
):
|
|
558
|
+
'''(experimental) Indicates that this resource can be referenced as a ServiceNetworkServiceAssociation.
|
|
559
|
+
|
|
560
|
+
:stability: experimental
|
|
561
|
+
'''
|
|
562
|
+
|
|
563
|
+
@builtins.property
|
|
564
|
+
@jsii.member(jsii_name="serviceNetworkServiceAssociationRef")
|
|
565
|
+
def service_network_service_association_ref(
|
|
566
|
+
self,
|
|
567
|
+
) -> "ServiceNetworkServiceAssociationReference":
|
|
568
|
+
'''(experimental) A reference to a ServiceNetworkServiceAssociation resource.
|
|
569
|
+
|
|
570
|
+
:stability: experimental
|
|
571
|
+
'''
|
|
572
|
+
...
|
|
573
|
+
|
|
574
|
+
|
|
575
|
+
class _IServiceNetworkServiceAssociationRefProxy(
|
|
576
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
577
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
578
|
+
):
|
|
579
|
+
'''(experimental) Indicates that this resource can be referenced as a ServiceNetworkServiceAssociation.
|
|
580
|
+
|
|
581
|
+
:stability: experimental
|
|
582
|
+
'''
|
|
583
|
+
|
|
584
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_vpclattice.IServiceNetworkServiceAssociationRef"
|
|
585
|
+
|
|
586
|
+
@builtins.property
|
|
587
|
+
@jsii.member(jsii_name="serviceNetworkServiceAssociationRef")
|
|
588
|
+
def service_network_service_association_ref(
|
|
589
|
+
self,
|
|
590
|
+
) -> "ServiceNetworkServiceAssociationReference":
|
|
591
|
+
'''(experimental) A reference to a ServiceNetworkServiceAssociation resource.
|
|
592
|
+
|
|
593
|
+
:stability: experimental
|
|
594
|
+
'''
|
|
595
|
+
return typing.cast("ServiceNetworkServiceAssociationReference", jsii.get(self, "serviceNetworkServiceAssociationRef"))
|
|
596
|
+
|
|
597
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
598
|
+
typing.cast(typing.Any, IServiceNetworkServiceAssociationRef).__jsii_proxy_class__ = lambda : _IServiceNetworkServiceAssociationRefProxy
|
|
599
|
+
|
|
600
|
+
|
|
601
|
+
@jsii.interface(
|
|
602
|
+
jsii_type="aws-cdk-lib.interfaces.aws_vpclattice.IServiceNetworkVpcAssociationRef"
|
|
603
|
+
)
|
|
604
|
+
class IServiceNetworkVpcAssociationRef(
|
|
605
|
+
_constructs_77d1e7e8.IConstruct,
|
|
606
|
+
_IEnvironmentAware_f39049ee,
|
|
607
|
+
typing_extensions.Protocol,
|
|
608
|
+
):
|
|
609
|
+
'''(experimental) Indicates that this resource can be referenced as a ServiceNetworkVpcAssociation.
|
|
610
|
+
|
|
611
|
+
:stability: experimental
|
|
612
|
+
'''
|
|
613
|
+
|
|
614
|
+
@builtins.property
|
|
615
|
+
@jsii.member(jsii_name="serviceNetworkVpcAssociationRef")
|
|
616
|
+
def service_network_vpc_association_ref(
|
|
617
|
+
self,
|
|
618
|
+
) -> "ServiceNetworkVpcAssociationReference":
|
|
619
|
+
'''(experimental) A reference to a ServiceNetworkVpcAssociation resource.
|
|
620
|
+
|
|
621
|
+
:stability: experimental
|
|
622
|
+
'''
|
|
623
|
+
...
|
|
624
|
+
|
|
625
|
+
|
|
626
|
+
class _IServiceNetworkVpcAssociationRefProxy(
|
|
627
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
628
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
629
|
+
):
|
|
630
|
+
'''(experimental) Indicates that this resource can be referenced as a ServiceNetworkVpcAssociation.
|
|
631
|
+
|
|
632
|
+
:stability: experimental
|
|
633
|
+
'''
|
|
634
|
+
|
|
635
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_vpclattice.IServiceNetworkVpcAssociationRef"
|
|
636
|
+
|
|
637
|
+
@builtins.property
|
|
638
|
+
@jsii.member(jsii_name="serviceNetworkVpcAssociationRef")
|
|
639
|
+
def service_network_vpc_association_ref(
|
|
640
|
+
self,
|
|
641
|
+
) -> "ServiceNetworkVpcAssociationReference":
|
|
642
|
+
'''(experimental) A reference to a ServiceNetworkVpcAssociation resource.
|
|
643
|
+
|
|
644
|
+
:stability: experimental
|
|
645
|
+
'''
|
|
646
|
+
return typing.cast("ServiceNetworkVpcAssociationReference", jsii.get(self, "serviceNetworkVpcAssociationRef"))
|
|
647
|
+
|
|
648
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
649
|
+
typing.cast(typing.Any, IServiceNetworkVpcAssociationRef).__jsii_proxy_class__ = lambda : _IServiceNetworkVpcAssociationRefProxy
|
|
650
|
+
|
|
651
|
+
|
|
652
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_vpclattice.IServiceRef")
|
|
653
|
+
class IServiceRef(
|
|
654
|
+
_constructs_77d1e7e8.IConstruct,
|
|
655
|
+
_IEnvironmentAware_f39049ee,
|
|
656
|
+
typing_extensions.Protocol,
|
|
657
|
+
):
|
|
658
|
+
'''(experimental) Indicates that this resource can be referenced as a Service.
|
|
659
|
+
|
|
660
|
+
:stability: experimental
|
|
661
|
+
'''
|
|
662
|
+
|
|
663
|
+
@builtins.property
|
|
664
|
+
@jsii.member(jsii_name="serviceRef")
|
|
665
|
+
def service_ref(self) -> "ServiceReference":
|
|
666
|
+
'''(experimental) A reference to a Service resource.
|
|
667
|
+
|
|
668
|
+
:stability: experimental
|
|
669
|
+
'''
|
|
670
|
+
...
|
|
671
|
+
|
|
672
|
+
|
|
673
|
+
class _IServiceRefProxy(
|
|
674
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
675
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
676
|
+
):
|
|
677
|
+
'''(experimental) Indicates that this resource can be referenced as a Service.
|
|
678
|
+
|
|
679
|
+
:stability: experimental
|
|
680
|
+
'''
|
|
681
|
+
|
|
682
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_vpclattice.IServiceRef"
|
|
683
|
+
|
|
684
|
+
@builtins.property
|
|
685
|
+
@jsii.member(jsii_name="serviceRef")
|
|
686
|
+
def service_ref(self) -> "ServiceReference":
|
|
687
|
+
'''(experimental) A reference to a Service resource.
|
|
688
|
+
|
|
689
|
+
:stability: experimental
|
|
690
|
+
'''
|
|
691
|
+
return typing.cast("ServiceReference", jsii.get(self, "serviceRef"))
|
|
692
|
+
|
|
693
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
694
|
+
typing.cast(typing.Any, IServiceRef).__jsii_proxy_class__ = lambda : _IServiceRefProxy
|
|
695
|
+
|
|
696
|
+
|
|
697
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_vpclattice.ITargetGroupRef")
|
|
698
|
+
class ITargetGroupRef(
|
|
699
|
+
_constructs_77d1e7e8.IConstruct,
|
|
700
|
+
_IEnvironmentAware_f39049ee,
|
|
701
|
+
typing_extensions.Protocol,
|
|
702
|
+
):
|
|
703
|
+
'''(experimental) Indicates that this resource can be referenced as a TargetGroup.
|
|
704
|
+
|
|
705
|
+
:stability: experimental
|
|
706
|
+
'''
|
|
707
|
+
|
|
708
|
+
@builtins.property
|
|
709
|
+
@jsii.member(jsii_name="targetGroupRef")
|
|
710
|
+
def target_group_ref(self) -> "TargetGroupReference":
|
|
711
|
+
'''(experimental) A reference to a TargetGroup resource.
|
|
712
|
+
|
|
713
|
+
:stability: experimental
|
|
714
|
+
'''
|
|
715
|
+
...
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
class _ITargetGroupRefProxy(
|
|
719
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
720
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
721
|
+
):
|
|
722
|
+
'''(experimental) Indicates that this resource can be referenced as a TargetGroup.
|
|
723
|
+
|
|
724
|
+
:stability: experimental
|
|
725
|
+
'''
|
|
726
|
+
|
|
727
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_vpclattice.ITargetGroupRef"
|
|
728
|
+
|
|
729
|
+
@builtins.property
|
|
730
|
+
@jsii.member(jsii_name="targetGroupRef")
|
|
731
|
+
def target_group_ref(self) -> "TargetGroupReference":
|
|
732
|
+
'''(experimental) A reference to a TargetGroup resource.
|
|
733
|
+
|
|
734
|
+
:stability: experimental
|
|
735
|
+
'''
|
|
736
|
+
return typing.cast("TargetGroupReference", jsii.get(self, "targetGroupRef"))
|
|
737
|
+
|
|
738
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
739
|
+
typing.cast(typing.Any, ITargetGroupRef).__jsii_proxy_class__ = lambda : _ITargetGroupRefProxy
|
|
740
|
+
|
|
741
|
+
|
|
742
|
+
@jsii.data_type(
|
|
743
|
+
jsii_type="aws-cdk-lib.interfaces.aws_vpclattice.ListenerReference",
|
|
744
|
+
jsii_struct_bases=[],
|
|
745
|
+
name_mapping={"listener_arn": "listenerArn"},
|
|
746
|
+
)
|
|
747
|
+
class ListenerReference:
|
|
748
|
+
def __init__(self, *, listener_arn: builtins.str) -> None:
|
|
749
|
+
'''A reference to a Listener resource.
|
|
750
|
+
|
|
751
|
+
:param listener_arn: The Arn of the Listener resource.
|
|
752
|
+
|
|
753
|
+
:exampleMetadata: fixture=_generated
|
|
754
|
+
|
|
755
|
+
Example::
|
|
756
|
+
|
|
757
|
+
# The code below shows an example of how to instantiate this type.
|
|
758
|
+
# The values are placeholders you should change.
|
|
759
|
+
from aws_cdk.interfaces import aws_vpclattice as interfaces_aws_vpclattice
|
|
760
|
+
|
|
761
|
+
listener_reference = interfaces_aws_vpclattice.ListenerReference(
|
|
762
|
+
listener_arn="listenerArn"
|
|
763
|
+
)
|
|
764
|
+
'''
|
|
765
|
+
if __debug__:
|
|
766
|
+
type_hints = typing.get_type_hints(_typecheckingstub__965fa1eba5e1af07399f1753a49579bbc9eaba99382ef68fe7f40a2f74c8f6c5)
|
|
767
|
+
check_type(argname="argument listener_arn", value=listener_arn, expected_type=type_hints["listener_arn"])
|
|
768
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
769
|
+
"listener_arn": listener_arn,
|
|
770
|
+
}
|
|
771
|
+
|
|
772
|
+
@builtins.property
|
|
773
|
+
def listener_arn(self) -> builtins.str:
|
|
774
|
+
'''The Arn of the Listener resource.'''
|
|
775
|
+
result = self._values.get("listener_arn")
|
|
776
|
+
assert result is not None, "Required property 'listener_arn' is missing"
|
|
777
|
+
return typing.cast(builtins.str, result)
|
|
778
|
+
|
|
779
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
780
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
781
|
+
|
|
782
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
783
|
+
return not (rhs == self)
|
|
784
|
+
|
|
785
|
+
def __repr__(self) -> str:
|
|
786
|
+
return "ListenerReference(%s)" % ", ".join(
|
|
787
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
788
|
+
)
|
|
789
|
+
|
|
790
|
+
|
|
791
|
+
@jsii.data_type(
|
|
792
|
+
jsii_type="aws-cdk-lib.interfaces.aws_vpclattice.ResourceConfigurationReference",
|
|
793
|
+
jsii_struct_bases=[],
|
|
794
|
+
name_mapping={"resource_configuration_arn": "resourceConfigurationArn"},
|
|
795
|
+
)
|
|
796
|
+
class ResourceConfigurationReference:
|
|
797
|
+
def __init__(self, *, resource_configuration_arn: builtins.str) -> None:
|
|
798
|
+
'''A reference to a ResourceConfiguration resource.
|
|
799
|
+
|
|
800
|
+
:param resource_configuration_arn: The Arn of the ResourceConfiguration resource.
|
|
801
|
+
|
|
802
|
+
:exampleMetadata: fixture=_generated
|
|
803
|
+
|
|
804
|
+
Example::
|
|
805
|
+
|
|
806
|
+
# The code below shows an example of how to instantiate this type.
|
|
807
|
+
# The values are placeholders you should change.
|
|
808
|
+
from aws_cdk.interfaces import aws_vpclattice as interfaces_aws_vpclattice
|
|
809
|
+
|
|
810
|
+
resource_configuration_reference = interfaces_aws_vpclattice.ResourceConfigurationReference(
|
|
811
|
+
resource_configuration_arn="resourceConfigurationArn"
|
|
812
|
+
)
|
|
813
|
+
'''
|
|
814
|
+
if __debug__:
|
|
815
|
+
type_hints = typing.get_type_hints(_typecheckingstub__01aa1731f7400fd0fbbd0ab9e562e01167b82272f7ae845c5ba128ef8c3f653c)
|
|
816
|
+
check_type(argname="argument resource_configuration_arn", value=resource_configuration_arn, expected_type=type_hints["resource_configuration_arn"])
|
|
817
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
818
|
+
"resource_configuration_arn": resource_configuration_arn,
|
|
819
|
+
}
|
|
820
|
+
|
|
821
|
+
@builtins.property
|
|
822
|
+
def resource_configuration_arn(self) -> builtins.str:
|
|
823
|
+
'''The Arn of the ResourceConfiguration resource.'''
|
|
824
|
+
result = self._values.get("resource_configuration_arn")
|
|
825
|
+
assert result is not None, "Required property 'resource_configuration_arn' is missing"
|
|
826
|
+
return typing.cast(builtins.str, result)
|
|
827
|
+
|
|
828
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
829
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
830
|
+
|
|
831
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
832
|
+
return not (rhs == self)
|
|
833
|
+
|
|
834
|
+
def __repr__(self) -> str:
|
|
835
|
+
return "ResourceConfigurationReference(%s)" % ", ".join(
|
|
836
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
837
|
+
)
|
|
838
|
+
|
|
839
|
+
|
|
840
|
+
@jsii.data_type(
|
|
841
|
+
jsii_type="aws-cdk-lib.interfaces.aws_vpclattice.ResourceGatewayReference",
|
|
842
|
+
jsii_struct_bases=[],
|
|
843
|
+
name_mapping={"resource_gateway_arn": "resourceGatewayArn"},
|
|
844
|
+
)
|
|
845
|
+
class ResourceGatewayReference:
|
|
846
|
+
def __init__(self, *, resource_gateway_arn: builtins.str) -> None:
|
|
847
|
+
'''A reference to a ResourceGateway resource.
|
|
848
|
+
|
|
849
|
+
:param resource_gateway_arn: The Arn of the ResourceGateway resource.
|
|
850
|
+
|
|
851
|
+
:exampleMetadata: fixture=_generated
|
|
852
|
+
|
|
853
|
+
Example::
|
|
854
|
+
|
|
855
|
+
# The code below shows an example of how to instantiate this type.
|
|
856
|
+
# The values are placeholders you should change.
|
|
857
|
+
from aws_cdk.interfaces import aws_vpclattice as interfaces_aws_vpclattice
|
|
858
|
+
|
|
859
|
+
resource_gateway_reference = interfaces_aws_vpclattice.ResourceGatewayReference(
|
|
860
|
+
resource_gateway_arn="resourceGatewayArn"
|
|
861
|
+
)
|
|
862
|
+
'''
|
|
863
|
+
if __debug__:
|
|
864
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7eeeed4911e0d5b52f7c408387c0bd049c15579a4b74cd3572476a786d4753eb)
|
|
865
|
+
check_type(argname="argument resource_gateway_arn", value=resource_gateway_arn, expected_type=type_hints["resource_gateway_arn"])
|
|
866
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
867
|
+
"resource_gateway_arn": resource_gateway_arn,
|
|
868
|
+
}
|
|
869
|
+
|
|
870
|
+
@builtins.property
|
|
871
|
+
def resource_gateway_arn(self) -> builtins.str:
|
|
872
|
+
'''The Arn of the ResourceGateway resource.'''
|
|
873
|
+
result = self._values.get("resource_gateway_arn")
|
|
874
|
+
assert result is not None, "Required property 'resource_gateway_arn' is missing"
|
|
875
|
+
return typing.cast(builtins.str, result)
|
|
876
|
+
|
|
877
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
878
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
879
|
+
|
|
880
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
881
|
+
return not (rhs == self)
|
|
882
|
+
|
|
883
|
+
def __repr__(self) -> str:
|
|
884
|
+
return "ResourceGatewayReference(%s)" % ", ".join(
|
|
885
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
886
|
+
)
|
|
887
|
+
|
|
888
|
+
|
|
889
|
+
@jsii.data_type(
|
|
890
|
+
jsii_type="aws-cdk-lib.interfaces.aws_vpclattice.ResourcePolicyReference",
|
|
891
|
+
jsii_struct_bases=[],
|
|
892
|
+
name_mapping={"resource_arn": "resourceArn"},
|
|
893
|
+
)
|
|
894
|
+
class ResourcePolicyReference:
|
|
895
|
+
def __init__(self, *, resource_arn: builtins.str) -> None:
|
|
896
|
+
'''A reference to a ResourcePolicy resource.
|
|
897
|
+
|
|
898
|
+
:param resource_arn: The ResourceArn of the ResourcePolicy resource.
|
|
899
|
+
|
|
900
|
+
:exampleMetadata: fixture=_generated
|
|
901
|
+
|
|
902
|
+
Example::
|
|
903
|
+
|
|
904
|
+
# The code below shows an example of how to instantiate this type.
|
|
905
|
+
# The values are placeholders you should change.
|
|
906
|
+
from aws_cdk.interfaces import aws_vpclattice as interfaces_aws_vpclattice
|
|
907
|
+
|
|
908
|
+
resource_policy_reference = interfaces_aws_vpclattice.ResourcePolicyReference(
|
|
909
|
+
resource_arn="resourceArn"
|
|
910
|
+
)
|
|
911
|
+
'''
|
|
912
|
+
if __debug__:
|
|
913
|
+
type_hints = typing.get_type_hints(_typecheckingstub__979a24e39dd99ef98df1c5a8972fbad3c260a89832ff509fd71b9fa660ea698e)
|
|
914
|
+
check_type(argname="argument resource_arn", value=resource_arn, expected_type=type_hints["resource_arn"])
|
|
915
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
916
|
+
"resource_arn": resource_arn,
|
|
917
|
+
}
|
|
918
|
+
|
|
919
|
+
@builtins.property
|
|
920
|
+
def resource_arn(self) -> builtins.str:
|
|
921
|
+
'''The ResourceArn of the ResourcePolicy resource.'''
|
|
922
|
+
result = self._values.get("resource_arn")
|
|
923
|
+
assert result is not None, "Required property 'resource_arn' is missing"
|
|
924
|
+
return typing.cast(builtins.str, result)
|
|
925
|
+
|
|
926
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
927
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
928
|
+
|
|
929
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
930
|
+
return not (rhs == self)
|
|
931
|
+
|
|
932
|
+
def __repr__(self) -> str:
|
|
933
|
+
return "ResourcePolicyReference(%s)" % ", ".join(
|
|
934
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
935
|
+
)
|
|
936
|
+
|
|
937
|
+
|
|
938
|
+
@jsii.data_type(
|
|
939
|
+
jsii_type="aws-cdk-lib.interfaces.aws_vpclattice.RuleReference",
|
|
940
|
+
jsii_struct_bases=[],
|
|
941
|
+
name_mapping={"rule_arn": "ruleArn"},
|
|
942
|
+
)
|
|
943
|
+
class RuleReference:
|
|
944
|
+
def __init__(self, *, rule_arn: builtins.str) -> None:
|
|
945
|
+
'''A reference to a Rule resource.
|
|
946
|
+
|
|
947
|
+
:param rule_arn: The Arn of the Rule resource.
|
|
948
|
+
|
|
949
|
+
:exampleMetadata: fixture=_generated
|
|
950
|
+
|
|
951
|
+
Example::
|
|
952
|
+
|
|
953
|
+
# The code below shows an example of how to instantiate this type.
|
|
954
|
+
# The values are placeholders you should change.
|
|
955
|
+
from aws_cdk.interfaces import aws_vpclattice as interfaces_aws_vpclattice
|
|
956
|
+
|
|
957
|
+
rule_reference = interfaces_aws_vpclattice.RuleReference(
|
|
958
|
+
rule_arn="ruleArn"
|
|
959
|
+
)
|
|
960
|
+
'''
|
|
961
|
+
if __debug__:
|
|
962
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c31697e252076f82b6f5809ae5f1f181f88393d4517665f9a0a4199acae70a5d)
|
|
963
|
+
check_type(argname="argument rule_arn", value=rule_arn, expected_type=type_hints["rule_arn"])
|
|
964
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
965
|
+
"rule_arn": rule_arn,
|
|
966
|
+
}
|
|
967
|
+
|
|
968
|
+
@builtins.property
|
|
969
|
+
def rule_arn(self) -> builtins.str:
|
|
970
|
+
'''The Arn of the Rule resource.'''
|
|
971
|
+
result = self._values.get("rule_arn")
|
|
972
|
+
assert result is not None, "Required property 'rule_arn' is missing"
|
|
973
|
+
return typing.cast(builtins.str, result)
|
|
974
|
+
|
|
975
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
976
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
977
|
+
|
|
978
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
979
|
+
return not (rhs == self)
|
|
980
|
+
|
|
981
|
+
def __repr__(self) -> str:
|
|
982
|
+
return "RuleReference(%s)" % ", ".join(
|
|
983
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
984
|
+
)
|
|
985
|
+
|
|
986
|
+
|
|
987
|
+
@jsii.data_type(
|
|
988
|
+
jsii_type="aws-cdk-lib.interfaces.aws_vpclattice.ServiceNetworkReference",
|
|
989
|
+
jsii_struct_bases=[],
|
|
990
|
+
name_mapping={"service_network_arn": "serviceNetworkArn"},
|
|
991
|
+
)
|
|
992
|
+
class ServiceNetworkReference:
|
|
993
|
+
def __init__(self, *, service_network_arn: builtins.str) -> None:
|
|
994
|
+
'''A reference to a ServiceNetwork resource.
|
|
995
|
+
|
|
996
|
+
:param service_network_arn: The Arn of the ServiceNetwork resource.
|
|
997
|
+
|
|
998
|
+
:exampleMetadata: fixture=_generated
|
|
999
|
+
|
|
1000
|
+
Example::
|
|
1001
|
+
|
|
1002
|
+
# The code below shows an example of how to instantiate this type.
|
|
1003
|
+
# The values are placeholders you should change.
|
|
1004
|
+
from aws_cdk.interfaces import aws_vpclattice as interfaces_aws_vpclattice
|
|
1005
|
+
|
|
1006
|
+
service_network_reference = interfaces_aws_vpclattice.ServiceNetworkReference(
|
|
1007
|
+
service_network_arn="serviceNetworkArn"
|
|
1008
|
+
)
|
|
1009
|
+
'''
|
|
1010
|
+
if __debug__:
|
|
1011
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d6b48f322c42a5f3c8df7ec325e22835870e9672b9e4889c1209482c9f3752a0)
|
|
1012
|
+
check_type(argname="argument service_network_arn", value=service_network_arn, expected_type=type_hints["service_network_arn"])
|
|
1013
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1014
|
+
"service_network_arn": service_network_arn,
|
|
1015
|
+
}
|
|
1016
|
+
|
|
1017
|
+
@builtins.property
|
|
1018
|
+
def service_network_arn(self) -> builtins.str:
|
|
1019
|
+
'''The Arn of the ServiceNetwork resource.'''
|
|
1020
|
+
result = self._values.get("service_network_arn")
|
|
1021
|
+
assert result is not None, "Required property 'service_network_arn' is missing"
|
|
1022
|
+
return typing.cast(builtins.str, result)
|
|
1023
|
+
|
|
1024
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1025
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1026
|
+
|
|
1027
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1028
|
+
return not (rhs == self)
|
|
1029
|
+
|
|
1030
|
+
def __repr__(self) -> str:
|
|
1031
|
+
return "ServiceNetworkReference(%s)" % ", ".join(
|
|
1032
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1033
|
+
)
|
|
1034
|
+
|
|
1035
|
+
|
|
1036
|
+
@jsii.data_type(
|
|
1037
|
+
jsii_type="aws-cdk-lib.interfaces.aws_vpclattice.ServiceNetworkResourceAssociationReference",
|
|
1038
|
+
jsii_struct_bases=[],
|
|
1039
|
+
name_mapping={
|
|
1040
|
+
"service_network_resource_association_arn": "serviceNetworkResourceAssociationArn",
|
|
1041
|
+
},
|
|
1042
|
+
)
|
|
1043
|
+
class ServiceNetworkResourceAssociationReference:
|
|
1044
|
+
def __init__(
|
|
1045
|
+
self,
|
|
1046
|
+
*,
|
|
1047
|
+
service_network_resource_association_arn: builtins.str,
|
|
1048
|
+
) -> None:
|
|
1049
|
+
'''A reference to a ServiceNetworkResourceAssociation resource.
|
|
1050
|
+
|
|
1051
|
+
:param service_network_resource_association_arn: The Arn of the ServiceNetworkResourceAssociation resource.
|
|
1052
|
+
|
|
1053
|
+
:exampleMetadata: fixture=_generated
|
|
1054
|
+
|
|
1055
|
+
Example::
|
|
1056
|
+
|
|
1057
|
+
# The code below shows an example of how to instantiate this type.
|
|
1058
|
+
# The values are placeholders you should change.
|
|
1059
|
+
from aws_cdk.interfaces import aws_vpclattice as interfaces_aws_vpclattice
|
|
1060
|
+
|
|
1061
|
+
service_network_resource_association_reference = interfaces_aws_vpclattice.ServiceNetworkResourceAssociationReference(
|
|
1062
|
+
service_network_resource_association_arn="serviceNetworkResourceAssociationArn"
|
|
1063
|
+
)
|
|
1064
|
+
'''
|
|
1065
|
+
if __debug__:
|
|
1066
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d3f3a759e496df615d490ce6d7b13e4b0e5bcd68e9359b341b1eb6a49fefec2a)
|
|
1067
|
+
check_type(argname="argument service_network_resource_association_arn", value=service_network_resource_association_arn, expected_type=type_hints["service_network_resource_association_arn"])
|
|
1068
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1069
|
+
"service_network_resource_association_arn": service_network_resource_association_arn,
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1072
|
+
@builtins.property
|
|
1073
|
+
def service_network_resource_association_arn(self) -> builtins.str:
|
|
1074
|
+
'''The Arn of the ServiceNetworkResourceAssociation resource.'''
|
|
1075
|
+
result = self._values.get("service_network_resource_association_arn")
|
|
1076
|
+
assert result is not None, "Required property 'service_network_resource_association_arn' is missing"
|
|
1077
|
+
return typing.cast(builtins.str, result)
|
|
1078
|
+
|
|
1079
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1080
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1081
|
+
|
|
1082
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1083
|
+
return not (rhs == self)
|
|
1084
|
+
|
|
1085
|
+
def __repr__(self) -> str:
|
|
1086
|
+
return "ServiceNetworkResourceAssociationReference(%s)" % ", ".join(
|
|
1087
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1088
|
+
)
|
|
1089
|
+
|
|
1090
|
+
|
|
1091
|
+
@jsii.data_type(
|
|
1092
|
+
jsii_type="aws-cdk-lib.interfaces.aws_vpclattice.ServiceNetworkServiceAssociationReference",
|
|
1093
|
+
jsii_struct_bases=[],
|
|
1094
|
+
name_mapping={
|
|
1095
|
+
"service_network_service_association_arn": "serviceNetworkServiceAssociationArn",
|
|
1096
|
+
},
|
|
1097
|
+
)
|
|
1098
|
+
class ServiceNetworkServiceAssociationReference:
|
|
1099
|
+
def __init__(
|
|
1100
|
+
self,
|
|
1101
|
+
*,
|
|
1102
|
+
service_network_service_association_arn: builtins.str,
|
|
1103
|
+
) -> None:
|
|
1104
|
+
'''A reference to a ServiceNetworkServiceAssociation resource.
|
|
1105
|
+
|
|
1106
|
+
:param service_network_service_association_arn: The Arn of the ServiceNetworkServiceAssociation resource.
|
|
1107
|
+
|
|
1108
|
+
:exampleMetadata: fixture=_generated
|
|
1109
|
+
|
|
1110
|
+
Example::
|
|
1111
|
+
|
|
1112
|
+
# The code below shows an example of how to instantiate this type.
|
|
1113
|
+
# The values are placeholders you should change.
|
|
1114
|
+
from aws_cdk.interfaces import aws_vpclattice as interfaces_aws_vpclattice
|
|
1115
|
+
|
|
1116
|
+
service_network_service_association_reference = interfaces_aws_vpclattice.ServiceNetworkServiceAssociationReference(
|
|
1117
|
+
service_network_service_association_arn="serviceNetworkServiceAssociationArn"
|
|
1118
|
+
)
|
|
1119
|
+
'''
|
|
1120
|
+
if __debug__:
|
|
1121
|
+
type_hints = typing.get_type_hints(_typecheckingstub__1058a21f7886e4433c3556e40928eb116b3a6aeb9d2d6acdf1cf89fd60310902)
|
|
1122
|
+
check_type(argname="argument service_network_service_association_arn", value=service_network_service_association_arn, expected_type=type_hints["service_network_service_association_arn"])
|
|
1123
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1124
|
+
"service_network_service_association_arn": service_network_service_association_arn,
|
|
1125
|
+
}
|
|
1126
|
+
|
|
1127
|
+
@builtins.property
|
|
1128
|
+
def service_network_service_association_arn(self) -> builtins.str:
|
|
1129
|
+
'''The Arn of the ServiceNetworkServiceAssociation resource.'''
|
|
1130
|
+
result = self._values.get("service_network_service_association_arn")
|
|
1131
|
+
assert result is not None, "Required property 'service_network_service_association_arn' is missing"
|
|
1132
|
+
return typing.cast(builtins.str, result)
|
|
1133
|
+
|
|
1134
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1135
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1136
|
+
|
|
1137
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1138
|
+
return not (rhs == self)
|
|
1139
|
+
|
|
1140
|
+
def __repr__(self) -> str:
|
|
1141
|
+
return "ServiceNetworkServiceAssociationReference(%s)" % ", ".join(
|
|
1142
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1143
|
+
)
|
|
1144
|
+
|
|
1145
|
+
|
|
1146
|
+
@jsii.data_type(
|
|
1147
|
+
jsii_type="aws-cdk-lib.interfaces.aws_vpclattice.ServiceNetworkVpcAssociationReference",
|
|
1148
|
+
jsii_struct_bases=[],
|
|
1149
|
+
name_mapping={
|
|
1150
|
+
"service_network_vpc_association_arn": "serviceNetworkVpcAssociationArn",
|
|
1151
|
+
},
|
|
1152
|
+
)
|
|
1153
|
+
class ServiceNetworkVpcAssociationReference:
|
|
1154
|
+
def __init__(self, *, service_network_vpc_association_arn: builtins.str) -> None:
|
|
1155
|
+
'''A reference to a ServiceNetworkVpcAssociation resource.
|
|
1156
|
+
|
|
1157
|
+
:param service_network_vpc_association_arn: The Arn of the ServiceNetworkVpcAssociation resource.
|
|
1158
|
+
|
|
1159
|
+
:exampleMetadata: fixture=_generated
|
|
1160
|
+
|
|
1161
|
+
Example::
|
|
1162
|
+
|
|
1163
|
+
# The code below shows an example of how to instantiate this type.
|
|
1164
|
+
# The values are placeholders you should change.
|
|
1165
|
+
from aws_cdk.interfaces import aws_vpclattice as interfaces_aws_vpclattice
|
|
1166
|
+
|
|
1167
|
+
service_network_vpc_association_reference = interfaces_aws_vpclattice.ServiceNetworkVpcAssociationReference(
|
|
1168
|
+
service_network_vpc_association_arn="serviceNetworkVpcAssociationArn"
|
|
1169
|
+
)
|
|
1170
|
+
'''
|
|
1171
|
+
if __debug__:
|
|
1172
|
+
type_hints = typing.get_type_hints(_typecheckingstub__df01d5099e197e14c354e1d86f9d79642c3c274bea656dd0c1afb850adc133b2)
|
|
1173
|
+
check_type(argname="argument service_network_vpc_association_arn", value=service_network_vpc_association_arn, expected_type=type_hints["service_network_vpc_association_arn"])
|
|
1174
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1175
|
+
"service_network_vpc_association_arn": service_network_vpc_association_arn,
|
|
1176
|
+
}
|
|
1177
|
+
|
|
1178
|
+
@builtins.property
|
|
1179
|
+
def service_network_vpc_association_arn(self) -> builtins.str:
|
|
1180
|
+
'''The Arn of the ServiceNetworkVpcAssociation resource.'''
|
|
1181
|
+
result = self._values.get("service_network_vpc_association_arn")
|
|
1182
|
+
assert result is not None, "Required property 'service_network_vpc_association_arn' is missing"
|
|
1183
|
+
return typing.cast(builtins.str, result)
|
|
1184
|
+
|
|
1185
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1186
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1187
|
+
|
|
1188
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1189
|
+
return not (rhs == self)
|
|
1190
|
+
|
|
1191
|
+
def __repr__(self) -> str:
|
|
1192
|
+
return "ServiceNetworkVpcAssociationReference(%s)" % ", ".join(
|
|
1193
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1194
|
+
)
|
|
1195
|
+
|
|
1196
|
+
|
|
1197
|
+
@jsii.data_type(
|
|
1198
|
+
jsii_type="aws-cdk-lib.interfaces.aws_vpclattice.ServiceReference",
|
|
1199
|
+
jsii_struct_bases=[],
|
|
1200
|
+
name_mapping={"service_arn": "serviceArn"},
|
|
1201
|
+
)
|
|
1202
|
+
class ServiceReference:
|
|
1203
|
+
def __init__(self, *, service_arn: builtins.str) -> None:
|
|
1204
|
+
'''A reference to a Service resource.
|
|
1205
|
+
|
|
1206
|
+
:param service_arn: The Arn of the Service resource.
|
|
1207
|
+
|
|
1208
|
+
:exampleMetadata: fixture=_generated
|
|
1209
|
+
|
|
1210
|
+
Example::
|
|
1211
|
+
|
|
1212
|
+
# The code below shows an example of how to instantiate this type.
|
|
1213
|
+
# The values are placeholders you should change.
|
|
1214
|
+
from aws_cdk.interfaces import aws_vpclattice as interfaces_aws_vpclattice
|
|
1215
|
+
|
|
1216
|
+
service_reference = interfaces_aws_vpclattice.ServiceReference(
|
|
1217
|
+
service_arn="serviceArn"
|
|
1218
|
+
)
|
|
1219
|
+
'''
|
|
1220
|
+
if __debug__:
|
|
1221
|
+
type_hints = typing.get_type_hints(_typecheckingstub__44f1d49d464523b529c3f2efb035ca9ff8374bda21eac01e5e2858a53c52ce1a)
|
|
1222
|
+
check_type(argname="argument service_arn", value=service_arn, expected_type=type_hints["service_arn"])
|
|
1223
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1224
|
+
"service_arn": service_arn,
|
|
1225
|
+
}
|
|
1226
|
+
|
|
1227
|
+
@builtins.property
|
|
1228
|
+
def service_arn(self) -> builtins.str:
|
|
1229
|
+
'''The Arn of the Service resource.'''
|
|
1230
|
+
result = self._values.get("service_arn")
|
|
1231
|
+
assert result is not None, "Required property 'service_arn' is missing"
|
|
1232
|
+
return typing.cast(builtins.str, result)
|
|
1233
|
+
|
|
1234
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1235
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1236
|
+
|
|
1237
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1238
|
+
return not (rhs == self)
|
|
1239
|
+
|
|
1240
|
+
def __repr__(self) -> str:
|
|
1241
|
+
return "ServiceReference(%s)" % ", ".join(
|
|
1242
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1243
|
+
)
|
|
1244
|
+
|
|
1245
|
+
|
|
1246
|
+
@jsii.data_type(
|
|
1247
|
+
jsii_type="aws-cdk-lib.interfaces.aws_vpclattice.TargetGroupReference",
|
|
1248
|
+
jsii_struct_bases=[],
|
|
1249
|
+
name_mapping={"target_group_arn": "targetGroupArn"},
|
|
1250
|
+
)
|
|
1251
|
+
class TargetGroupReference:
|
|
1252
|
+
def __init__(self, *, target_group_arn: builtins.str) -> None:
|
|
1253
|
+
'''A reference to a TargetGroup resource.
|
|
1254
|
+
|
|
1255
|
+
:param target_group_arn: The Arn of the TargetGroup resource.
|
|
1256
|
+
|
|
1257
|
+
:exampleMetadata: fixture=_generated
|
|
1258
|
+
|
|
1259
|
+
Example::
|
|
1260
|
+
|
|
1261
|
+
# The code below shows an example of how to instantiate this type.
|
|
1262
|
+
# The values are placeholders you should change.
|
|
1263
|
+
from aws_cdk.interfaces import aws_vpclattice as interfaces_aws_vpclattice
|
|
1264
|
+
|
|
1265
|
+
target_group_reference = interfaces_aws_vpclattice.TargetGroupReference(
|
|
1266
|
+
target_group_arn="targetGroupArn"
|
|
1267
|
+
)
|
|
1268
|
+
'''
|
|
1269
|
+
if __debug__:
|
|
1270
|
+
type_hints = typing.get_type_hints(_typecheckingstub__41490e38d96c29ab679d2317b367a7029adf48425cfcd15e0615e8325d1d57ae)
|
|
1271
|
+
check_type(argname="argument target_group_arn", value=target_group_arn, expected_type=type_hints["target_group_arn"])
|
|
1272
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1273
|
+
"target_group_arn": target_group_arn,
|
|
1274
|
+
}
|
|
1275
|
+
|
|
1276
|
+
@builtins.property
|
|
1277
|
+
def target_group_arn(self) -> builtins.str:
|
|
1278
|
+
'''The Arn of the TargetGroup resource.'''
|
|
1279
|
+
result = self._values.get("target_group_arn")
|
|
1280
|
+
assert result is not None, "Required property 'target_group_arn' is missing"
|
|
1281
|
+
return typing.cast(builtins.str, result)
|
|
1282
|
+
|
|
1283
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1284
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1285
|
+
|
|
1286
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1287
|
+
return not (rhs == self)
|
|
1288
|
+
|
|
1289
|
+
def __repr__(self) -> str:
|
|
1290
|
+
return "TargetGroupReference(%s)" % ", ".join(
|
|
1291
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1292
|
+
)
|
|
1293
|
+
|
|
1294
|
+
|
|
1295
|
+
__all__ = [
|
|
1296
|
+
"AccessLogSubscriptionReference",
|
|
1297
|
+
"AuthPolicyReference",
|
|
1298
|
+
"IAccessLogSubscriptionRef",
|
|
1299
|
+
"IAuthPolicyRef",
|
|
1300
|
+
"IListenerRef",
|
|
1301
|
+
"IResourceConfigurationRef",
|
|
1302
|
+
"IResourceGatewayRef",
|
|
1303
|
+
"IResourcePolicyRef",
|
|
1304
|
+
"IRuleRef",
|
|
1305
|
+
"IServiceNetworkRef",
|
|
1306
|
+
"IServiceNetworkResourceAssociationRef",
|
|
1307
|
+
"IServiceNetworkServiceAssociationRef",
|
|
1308
|
+
"IServiceNetworkVpcAssociationRef",
|
|
1309
|
+
"IServiceRef",
|
|
1310
|
+
"ITargetGroupRef",
|
|
1311
|
+
"ListenerReference",
|
|
1312
|
+
"ResourceConfigurationReference",
|
|
1313
|
+
"ResourceGatewayReference",
|
|
1314
|
+
"ResourcePolicyReference",
|
|
1315
|
+
"RuleReference",
|
|
1316
|
+
"ServiceNetworkReference",
|
|
1317
|
+
"ServiceNetworkResourceAssociationReference",
|
|
1318
|
+
"ServiceNetworkServiceAssociationReference",
|
|
1319
|
+
"ServiceNetworkVpcAssociationReference",
|
|
1320
|
+
"ServiceReference",
|
|
1321
|
+
"TargetGroupReference",
|
|
1322
|
+
]
|
|
1323
|
+
|
|
1324
|
+
publication.publish()
|
|
1325
|
+
|
|
1326
|
+
def _typecheckingstub__eee6fd0541b13ea53ebc8ac1ffc56bc5e0359ce79eb968e43350edd24063121d(
|
|
1327
|
+
*,
|
|
1328
|
+
access_log_subscription_arn: builtins.str,
|
|
1329
|
+
) -> None:
|
|
1330
|
+
"""Type checking stubs"""
|
|
1331
|
+
pass
|
|
1332
|
+
|
|
1333
|
+
def _typecheckingstub__6b4222593547993629599ee186ee2a7ac5673c4cd311653690629108d2b945f1(
|
|
1334
|
+
*,
|
|
1335
|
+
resource_identifier: builtins.str,
|
|
1336
|
+
) -> None:
|
|
1337
|
+
"""Type checking stubs"""
|
|
1338
|
+
pass
|
|
1339
|
+
|
|
1340
|
+
def _typecheckingstub__965fa1eba5e1af07399f1753a49579bbc9eaba99382ef68fe7f40a2f74c8f6c5(
|
|
1341
|
+
*,
|
|
1342
|
+
listener_arn: builtins.str,
|
|
1343
|
+
) -> None:
|
|
1344
|
+
"""Type checking stubs"""
|
|
1345
|
+
pass
|
|
1346
|
+
|
|
1347
|
+
def _typecheckingstub__01aa1731f7400fd0fbbd0ab9e562e01167b82272f7ae845c5ba128ef8c3f653c(
|
|
1348
|
+
*,
|
|
1349
|
+
resource_configuration_arn: builtins.str,
|
|
1350
|
+
) -> None:
|
|
1351
|
+
"""Type checking stubs"""
|
|
1352
|
+
pass
|
|
1353
|
+
|
|
1354
|
+
def _typecheckingstub__7eeeed4911e0d5b52f7c408387c0bd049c15579a4b74cd3572476a786d4753eb(
|
|
1355
|
+
*,
|
|
1356
|
+
resource_gateway_arn: builtins.str,
|
|
1357
|
+
) -> None:
|
|
1358
|
+
"""Type checking stubs"""
|
|
1359
|
+
pass
|
|
1360
|
+
|
|
1361
|
+
def _typecheckingstub__979a24e39dd99ef98df1c5a8972fbad3c260a89832ff509fd71b9fa660ea698e(
|
|
1362
|
+
*,
|
|
1363
|
+
resource_arn: builtins.str,
|
|
1364
|
+
) -> None:
|
|
1365
|
+
"""Type checking stubs"""
|
|
1366
|
+
pass
|
|
1367
|
+
|
|
1368
|
+
def _typecheckingstub__c31697e252076f82b6f5809ae5f1f181f88393d4517665f9a0a4199acae70a5d(
|
|
1369
|
+
*,
|
|
1370
|
+
rule_arn: builtins.str,
|
|
1371
|
+
) -> None:
|
|
1372
|
+
"""Type checking stubs"""
|
|
1373
|
+
pass
|
|
1374
|
+
|
|
1375
|
+
def _typecheckingstub__d6b48f322c42a5f3c8df7ec325e22835870e9672b9e4889c1209482c9f3752a0(
|
|
1376
|
+
*,
|
|
1377
|
+
service_network_arn: builtins.str,
|
|
1378
|
+
) -> None:
|
|
1379
|
+
"""Type checking stubs"""
|
|
1380
|
+
pass
|
|
1381
|
+
|
|
1382
|
+
def _typecheckingstub__d3f3a759e496df615d490ce6d7b13e4b0e5bcd68e9359b341b1eb6a49fefec2a(
|
|
1383
|
+
*,
|
|
1384
|
+
service_network_resource_association_arn: builtins.str,
|
|
1385
|
+
) -> None:
|
|
1386
|
+
"""Type checking stubs"""
|
|
1387
|
+
pass
|
|
1388
|
+
|
|
1389
|
+
def _typecheckingstub__1058a21f7886e4433c3556e40928eb116b3a6aeb9d2d6acdf1cf89fd60310902(
|
|
1390
|
+
*,
|
|
1391
|
+
service_network_service_association_arn: builtins.str,
|
|
1392
|
+
) -> None:
|
|
1393
|
+
"""Type checking stubs"""
|
|
1394
|
+
pass
|
|
1395
|
+
|
|
1396
|
+
def _typecheckingstub__df01d5099e197e14c354e1d86f9d79642c3c274bea656dd0c1afb850adc133b2(
|
|
1397
|
+
*,
|
|
1398
|
+
service_network_vpc_association_arn: builtins.str,
|
|
1399
|
+
) -> None:
|
|
1400
|
+
"""Type checking stubs"""
|
|
1401
|
+
pass
|
|
1402
|
+
|
|
1403
|
+
def _typecheckingstub__44f1d49d464523b529c3f2efb035ca9ff8374bda21eac01e5e2858a53c52ce1a(
|
|
1404
|
+
*,
|
|
1405
|
+
service_arn: builtins.str,
|
|
1406
|
+
) -> None:
|
|
1407
|
+
"""Type checking stubs"""
|
|
1408
|
+
pass
|
|
1409
|
+
|
|
1410
|
+
def _typecheckingstub__41490e38d96c29ab679d2317b367a7029adf48425cfcd15e0615e8325d1d57ae(
|
|
1411
|
+
*,
|
|
1412
|
+
target_group_arn: builtins.str,
|
|
1413
|
+
) -> None:
|
|
1414
|
+
"""Type checking stubs"""
|
|
1415
|
+
pass
|
|
1416
|
+
|
|
1417
|
+
for cls in [IAccessLogSubscriptionRef, IAuthPolicyRef, IListenerRef, IResourceConfigurationRef, IResourceGatewayRef, IResourcePolicyRef, IRuleRef, IServiceNetworkRef, IServiceNetworkResourceAssociationRef, IServiceNetworkServiceAssociationRef, IServiceNetworkVpcAssociationRef, IServiceRef, ITargetGroupRef]:
|
|
1418
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|