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
|
@@ -68,9 +68,37 @@ from .. import (
|
|
|
68
68
|
TagManager as _TagManager_0a598cb3,
|
|
69
69
|
TreeInspector as _TreeInspector_488e0dd5,
|
|
70
70
|
)
|
|
71
|
+
from ..interfaces.aws_vpclattice import (
|
|
72
|
+
AccessLogSubscriptionReference as _AccessLogSubscriptionReference_25905b5c,
|
|
73
|
+
AuthPolicyReference as _AuthPolicyReference_2a1c0bc7,
|
|
74
|
+
IAccessLogSubscriptionRef as _IAccessLogSubscriptionRef_3411271a,
|
|
75
|
+
IAuthPolicyRef as _IAuthPolicyRef_38d3dc32,
|
|
76
|
+
IListenerRef as _IListenerRef_04c46b6b,
|
|
77
|
+
IResourceConfigurationRef as _IResourceConfigurationRef_b9c2bd0b,
|
|
78
|
+
IResourceGatewayRef as _IResourceGatewayRef_f860a76d,
|
|
79
|
+
IResourcePolicyRef as _IResourcePolicyRef_8fa06c25,
|
|
80
|
+
IRuleRef as _IRuleRef_b63824ff,
|
|
81
|
+
IServiceNetworkRef as _IServiceNetworkRef_1e3df588,
|
|
82
|
+
IServiceNetworkResourceAssociationRef as _IServiceNetworkResourceAssociationRef_82997816,
|
|
83
|
+
IServiceNetworkServiceAssociationRef as _IServiceNetworkServiceAssociationRef_c2d152c8,
|
|
84
|
+
IServiceNetworkVpcAssociationRef as _IServiceNetworkVpcAssociationRef_6dc1c638,
|
|
85
|
+
IServiceRef as _IServiceRef_a78feffa,
|
|
86
|
+
ITargetGroupRef as _ITargetGroupRef_52994392,
|
|
87
|
+
ListenerReference as _ListenerReference_c52b20d4,
|
|
88
|
+
ResourceConfigurationReference as _ResourceConfigurationReference_b8808895,
|
|
89
|
+
ResourceGatewayReference as _ResourceGatewayReference_8df20c1e,
|
|
90
|
+
ResourcePolicyReference as _ResourcePolicyReference_0b2635a1,
|
|
91
|
+
RuleReference as _RuleReference_7f707c6c,
|
|
92
|
+
ServiceNetworkReference as _ServiceNetworkReference_e27144ae,
|
|
93
|
+
ServiceNetworkResourceAssociationReference as _ServiceNetworkResourceAssociationReference_02618c82,
|
|
94
|
+
ServiceNetworkServiceAssociationReference as _ServiceNetworkServiceAssociationReference_4ecaad47,
|
|
95
|
+
ServiceNetworkVpcAssociationReference as _ServiceNetworkVpcAssociationReference_b2c1552d,
|
|
96
|
+
ServiceReference as _ServiceReference_d8f4325a,
|
|
97
|
+
TargetGroupReference as _TargetGroupReference_6c9bb51b,
|
|
98
|
+
)
|
|
71
99
|
|
|
72
100
|
|
|
73
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
101
|
+
@jsii.implements(_IInspectable_c2943556, _IAccessLogSubscriptionRef_3411271a, _ITaggable_36806126)
|
|
74
102
|
class CfnAccessLogSubscription(
|
|
75
103
|
_CfnResource_9df397a6,
|
|
76
104
|
metaclass=jsii.JSIIMeta,
|
|
@@ -113,7 +141,8 @@ class CfnAccessLogSubscription(
|
|
|
113
141
|
service_network_log_type: typing.Optional[builtins.str] = None,
|
|
114
142
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
115
143
|
) -> None:
|
|
116
|
-
'''
|
|
144
|
+
'''Create a new ``AWS::VpcLattice::AccessLogSubscription``.
|
|
145
|
+
|
|
117
146
|
:param scope: Scope in which this resource is defined.
|
|
118
147
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
119
148
|
:param destination_arn: The Amazon Resource Name (ARN) of the destination. The supported destination types are CloudWatch Log groups, Kinesis Data Firehose delivery streams, and Amazon S3 buckets.
|
|
@@ -164,6 +193,12 @@ class CfnAccessLogSubscription(
|
|
|
164
193
|
'''The CloudFormation resource type name for this resource class.'''
|
|
165
194
|
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
166
195
|
|
|
196
|
+
@builtins.property
|
|
197
|
+
@jsii.member(jsii_name="accessLogSubscriptionRef")
|
|
198
|
+
def access_log_subscription_ref(self) -> _AccessLogSubscriptionReference_25905b5c:
|
|
199
|
+
'''A reference to a AccessLogSubscription resource.'''
|
|
200
|
+
return typing.cast(_AccessLogSubscriptionReference_25905b5c, jsii.get(self, "accessLogSubscriptionRef"))
|
|
201
|
+
|
|
167
202
|
@builtins.property
|
|
168
203
|
@jsii.member(jsii_name="attrArn")
|
|
169
204
|
def attr_arn(self) -> builtins.str:
|
|
@@ -378,7 +413,7 @@ class CfnAccessLogSubscriptionProps:
|
|
|
378
413
|
)
|
|
379
414
|
|
|
380
415
|
|
|
381
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
416
|
+
@jsii.implements(_IInspectable_c2943556, _IAuthPolicyRef_38d3dc32)
|
|
382
417
|
class CfnAuthPolicy(
|
|
383
418
|
_CfnResource_9df397a6,
|
|
384
419
|
metaclass=jsii.JSIIMeta,
|
|
@@ -414,7 +449,8 @@ class CfnAuthPolicy(
|
|
|
414
449
|
policy: typing.Any,
|
|
415
450
|
resource_identifier: builtins.str,
|
|
416
451
|
) -> None:
|
|
417
|
-
'''
|
|
452
|
+
'''Create a new ``AWS::VpcLattice::AuthPolicy``.
|
|
453
|
+
|
|
418
454
|
:param scope: Scope in which this resource is defined.
|
|
419
455
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
420
456
|
:param policy: The auth policy.
|
|
@@ -471,6 +507,12 @@ class CfnAuthPolicy(
|
|
|
471
507
|
'''
|
|
472
508
|
return typing.cast(builtins.str, jsii.get(self, "attrState"))
|
|
473
509
|
|
|
510
|
+
@builtins.property
|
|
511
|
+
@jsii.member(jsii_name="authPolicyRef")
|
|
512
|
+
def auth_policy_ref(self) -> _AuthPolicyReference_2a1c0bc7:
|
|
513
|
+
'''A reference to a AuthPolicy resource.'''
|
|
514
|
+
return typing.cast(_AuthPolicyReference_2a1c0bc7, jsii.get(self, "authPolicyRef"))
|
|
515
|
+
|
|
474
516
|
@builtins.property
|
|
475
517
|
@jsii.member(jsii_name="cfnProperties")
|
|
476
518
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
@@ -577,7 +619,7 @@ class CfnAuthPolicyProps:
|
|
|
577
619
|
)
|
|
578
620
|
|
|
579
621
|
|
|
580
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
622
|
+
@jsii.implements(_IInspectable_c2943556, _IListenerRef_04c46b6b, _ITaggable_36806126)
|
|
581
623
|
class CfnListener(
|
|
582
624
|
_CfnResource_9df397a6,
|
|
583
625
|
metaclass=jsii.JSIIMeta,
|
|
@@ -636,7 +678,8 @@ class CfnListener(
|
|
|
636
678
|
service_identifier: typing.Optional[builtins.str] = None,
|
|
637
679
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
638
680
|
) -> None:
|
|
639
|
-
'''
|
|
681
|
+
'''Create a new ``AWS::VpcLattice::Listener``.
|
|
682
|
+
|
|
640
683
|
:param scope: Scope in which this resource is defined.
|
|
641
684
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
642
685
|
:param default_action: The action for the default rule. Each listener has a default rule. The default rule is used if no other rules match.
|
|
@@ -732,6 +775,12 @@ class CfnListener(
|
|
|
732
775
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
733
776
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
734
777
|
|
|
778
|
+
@builtins.property
|
|
779
|
+
@jsii.member(jsii_name="listenerRef")
|
|
780
|
+
def listener_ref(self) -> _ListenerReference_c52b20d4:
|
|
781
|
+
'''A reference to a Listener resource.'''
|
|
782
|
+
return typing.cast(_ListenerReference_c52b20d4, jsii.get(self, "listenerRef"))
|
|
783
|
+
|
|
735
784
|
@builtins.property
|
|
736
785
|
@jsii.member(jsii_name="tags")
|
|
737
786
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -1276,7 +1325,7 @@ class CfnListenerProps:
|
|
|
1276
1325
|
)
|
|
1277
1326
|
|
|
1278
1327
|
|
|
1279
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
1328
|
+
@jsii.implements(_IInspectable_c2943556, _IResourceConfigurationRef_b9c2bd0b, _ITaggableV2_4e6798f8)
|
|
1280
1329
|
class CfnResourceConfiguration(
|
|
1281
1330
|
_CfnResource_9df397a6,
|
|
1282
1331
|
metaclass=jsii.JSIIMeta,
|
|
@@ -1338,7 +1387,8 @@ class CfnResourceConfiguration(
|
|
|
1338
1387
|
resource_gateway_id: typing.Optional[builtins.str] = None,
|
|
1339
1388
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1340
1389
|
) -> None:
|
|
1341
|
-
'''
|
|
1390
|
+
'''Create a new ``AWS::VpcLattice::ResourceConfiguration``.
|
|
1391
|
+
|
|
1342
1392
|
:param scope: Scope in which this resource is defined.
|
|
1343
1393
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
1344
1394
|
:param name: The name of the resource configuration.
|
|
@@ -1430,6 +1480,12 @@ class CfnResourceConfiguration(
|
|
|
1430
1480
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
1431
1481
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
1432
1482
|
|
|
1483
|
+
@builtins.property
|
|
1484
|
+
@jsii.member(jsii_name="resourceConfigurationRef")
|
|
1485
|
+
def resource_configuration_ref(self) -> _ResourceConfigurationReference_b8808895:
|
|
1486
|
+
'''A reference to a ResourceConfiguration resource.'''
|
|
1487
|
+
return typing.cast(_ResourceConfigurationReference_b8808895, jsii.get(self, "resourceConfigurationRef"))
|
|
1488
|
+
|
|
1433
1489
|
@builtins.property
|
|
1434
1490
|
@jsii.member(jsii_name="name")
|
|
1435
1491
|
def name(self) -> builtins.str:
|
|
@@ -1983,7 +2039,7 @@ class CfnResourceConfigurationProps:
|
|
|
1983
2039
|
)
|
|
1984
2040
|
|
|
1985
2041
|
|
|
1986
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
2042
|
+
@jsii.implements(_IInspectable_c2943556, _IResourceGatewayRef_f860a76d, _ITaggableV2_4e6798f8)
|
|
1987
2043
|
class CfnResourceGateway(
|
|
1988
2044
|
_CfnResource_9df397a6,
|
|
1989
2045
|
metaclass=jsii.JSIIMeta,
|
|
@@ -2010,6 +2066,7 @@ class CfnResourceGateway(
|
|
|
2010
2066
|
|
|
2011
2067
|
# the properties below are optional
|
|
2012
2068
|
ip_address_type="ipAddressType",
|
|
2069
|
+
ipv4_addresses_per_eni=123,
|
|
2013
2070
|
security_group_ids=["securityGroupIds"],
|
|
2014
2071
|
tags=[CfnTag(
|
|
2015
2072
|
key="key",
|
|
@@ -2027,16 +2084,19 @@ class CfnResourceGateway(
|
|
|
2027
2084
|
subnet_ids: typing.Sequence[builtins.str],
|
|
2028
2085
|
vpc_identifier: builtins.str,
|
|
2029
2086
|
ip_address_type: typing.Optional[builtins.str] = None,
|
|
2087
|
+
ipv4_addresses_per_eni: typing.Optional[jsii.Number] = None,
|
|
2030
2088
|
security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
2031
2089
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2032
2090
|
) -> None:
|
|
2033
|
-
'''
|
|
2091
|
+
'''Create a new ``AWS::VpcLattice::ResourceGateway``.
|
|
2092
|
+
|
|
2034
2093
|
:param scope: Scope in which this resource is defined.
|
|
2035
2094
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
2036
2095
|
:param name: The name of the resource gateway.
|
|
2037
2096
|
:param subnet_ids: The IDs of the VPC subnets for the resource gateway.
|
|
2038
2097
|
:param vpc_identifier: The ID of the VPC for the resource gateway.
|
|
2039
2098
|
:param ip_address_type: The type of IP address used by the resource gateway.
|
|
2099
|
+
:param ipv4_addresses_per_eni: The number of IPv4 addresses in each ENI for the resource gateway.
|
|
2040
2100
|
:param security_group_ids: The IDs of the security groups applied to the resource gateway.
|
|
2041
2101
|
:param tags: The tags for the resource gateway.
|
|
2042
2102
|
'''
|
|
@@ -2049,6 +2109,7 @@ class CfnResourceGateway(
|
|
|
2049
2109
|
subnet_ids=subnet_ids,
|
|
2050
2110
|
vpc_identifier=vpc_identifier,
|
|
2051
2111
|
ip_address_type=ip_address_type,
|
|
2112
|
+
ipv4_addresses_per_eni=ipv4_addresses_per_eni,
|
|
2052
2113
|
security_group_ids=security_group_ids,
|
|
2053
2114
|
tags=tags,
|
|
2054
2115
|
)
|
|
@@ -2114,6 +2175,12 @@ class CfnResourceGateway(
|
|
|
2114
2175
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
2115
2176
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
2116
2177
|
|
|
2178
|
+
@builtins.property
|
|
2179
|
+
@jsii.member(jsii_name="resourceGatewayRef")
|
|
2180
|
+
def resource_gateway_ref(self) -> _ResourceGatewayReference_8df20c1e:
|
|
2181
|
+
'''A reference to a ResourceGateway resource.'''
|
|
2182
|
+
return typing.cast(_ResourceGatewayReference_8df20c1e, jsii.get(self, "resourceGatewayRef"))
|
|
2183
|
+
|
|
2117
2184
|
@builtins.property
|
|
2118
2185
|
@jsii.member(jsii_name="name")
|
|
2119
2186
|
def name(self) -> builtins.str:
|
|
@@ -2166,6 +2233,19 @@ class CfnResourceGateway(
|
|
|
2166
2233
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2167
2234
|
jsii.set(self, "ipAddressType", value) # pyright: ignore[reportArgumentType]
|
|
2168
2235
|
|
|
2236
|
+
@builtins.property
|
|
2237
|
+
@jsii.member(jsii_name="ipv4AddressesPerEni")
|
|
2238
|
+
def ipv4_addresses_per_eni(self) -> typing.Optional[jsii.Number]:
|
|
2239
|
+
'''The number of IPv4 addresses in each ENI for the resource gateway.'''
|
|
2240
|
+
return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "ipv4AddressesPerEni"))
|
|
2241
|
+
|
|
2242
|
+
@ipv4_addresses_per_eni.setter
|
|
2243
|
+
def ipv4_addresses_per_eni(self, value: typing.Optional[jsii.Number]) -> None:
|
|
2244
|
+
if __debug__:
|
|
2245
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5ebc10ed1c8e6c6821b6b7f4cd71006b4e3ce26c6b201ba4637014b8908140fd)
|
|
2246
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2247
|
+
jsii.set(self, "ipv4AddressesPerEni", value) # pyright: ignore[reportArgumentType]
|
|
2248
|
+
|
|
2169
2249
|
@builtins.property
|
|
2170
2250
|
@jsii.member(jsii_name="securityGroupIds")
|
|
2171
2251
|
def security_group_ids(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
@@ -2204,6 +2284,7 @@ class CfnResourceGateway(
|
|
|
2204
2284
|
"subnet_ids": "subnetIds",
|
|
2205
2285
|
"vpc_identifier": "vpcIdentifier",
|
|
2206
2286
|
"ip_address_type": "ipAddressType",
|
|
2287
|
+
"ipv4_addresses_per_eni": "ipv4AddressesPerEni",
|
|
2207
2288
|
"security_group_ids": "securityGroupIds",
|
|
2208
2289
|
"tags": "tags",
|
|
2209
2290
|
},
|
|
@@ -2216,6 +2297,7 @@ class CfnResourceGatewayProps:
|
|
|
2216
2297
|
subnet_ids: typing.Sequence[builtins.str],
|
|
2217
2298
|
vpc_identifier: builtins.str,
|
|
2218
2299
|
ip_address_type: typing.Optional[builtins.str] = None,
|
|
2300
|
+
ipv4_addresses_per_eni: typing.Optional[jsii.Number] = None,
|
|
2219
2301
|
security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
2220
2302
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2221
2303
|
) -> None:
|
|
@@ -2225,6 +2307,7 @@ class CfnResourceGatewayProps:
|
|
|
2225
2307
|
:param subnet_ids: The IDs of the VPC subnets for the resource gateway.
|
|
2226
2308
|
:param vpc_identifier: The ID of the VPC for the resource gateway.
|
|
2227
2309
|
:param ip_address_type: The type of IP address used by the resource gateway.
|
|
2310
|
+
:param ipv4_addresses_per_eni: The number of IPv4 addresses in each ENI for the resource gateway.
|
|
2228
2311
|
:param security_group_ids: The IDs of the security groups applied to the resource gateway.
|
|
2229
2312
|
:param tags: The tags for the resource gateway.
|
|
2230
2313
|
|
|
@@ -2244,6 +2327,7 @@ class CfnResourceGatewayProps:
|
|
|
2244
2327
|
|
|
2245
2328
|
# the properties below are optional
|
|
2246
2329
|
ip_address_type="ipAddressType",
|
|
2330
|
+
ipv4_addresses_per_eni=123,
|
|
2247
2331
|
security_group_ids=["securityGroupIds"],
|
|
2248
2332
|
tags=[CfnTag(
|
|
2249
2333
|
key="key",
|
|
@@ -2257,6 +2341,7 @@ class CfnResourceGatewayProps:
|
|
|
2257
2341
|
check_type(argname="argument subnet_ids", value=subnet_ids, expected_type=type_hints["subnet_ids"])
|
|
2258
2342
|
check_type(argname="argument vpc_identifier", value=vpc_identifier, expected_type=type_hints["vpc_identifier"])
|
|
2259
2343
|
check_type(argname="argument ip_address_type", value=ip_address_type, expected_type=type_hints["ip_address_type"])
|
|
2344
|
+
check_type(argname="argument ipv4_addresses_per_eni", value=ipv4_addresses_per_eni, expected_type=type_hints["ipv4_addresses_per_eni"])
|
|
2260
2345
|
check_type(argname="argument security_group_ids", value=security_group_ids, expected_type=type_hints["security_group_ids"])
|
|
2261
2346
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
2262
2347
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
@@ -2266,6 +2351,8 @@ class CfnResourceGatewayProps:
|
|
|
2266
2351
|
}
|
|
2267
2352
|
if ip_address_type is not None:
|
|
2268
2353
|
self._values["ip_address_type"] = ip_address_type
|
|
2354
|
+
if ipv4_addresses_per_eni is not None:
|
|
2355
|
+
self._values["ipv4_addresses_per_eni"] = ipv4_addresses_per_eni
|
|
2269
2356
|
if security_group_ids is not None:
|
|
2270
2357
|
self._values["security_group_ids"] = security_group_ids
|
|
2271
2358
|
if tags is not None:
|
|
@@ -2310,6 +2397,15 @@ class CfnResourceGatewayProps:
|
|
|
2310
2397
|
result = self._values.get("ip_address_type")
|
|
2311
2398
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
2312
2399
|
|
|
2400
|
+
@builtins.property
|
|
2401
|
+
def ipv4_addresses_per_eni(self) -> typing.Optional[jsii.Number]:
|
|
2402
|
+
'''The number of IPv4 addresses in each ENI for the resource gateway.
|
|
2403
|
+
|
|
2404
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourcegateway.html#cfn-vpclattice-resourcegateway-ipv4addressespereni
|
|
2405
|
+
'''
|
|
2406
|
+
result = self._values.get("ipv4_addresses_per_eni")
|
|
2407
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
2408
|
+
|
|
2313
2409
|
@builtins.property
|
|
2314
2410
|
def security_group_ids(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
2315
2411
|
'''The IDs of the security groups applied to the resource gateway.
|
|
@@ -2340,7 +2436,7 @@ class CfnResourceGatewayProps:
|
|
|
2340
2436
|
)
|
|
2341
2437
|
|
|
2342
2438
|
|
|
2343
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
2439
|
+
@jsii.implements(_IInspectable_c2943556, _IResourcePolicyRef_8fa06c25)
|
|
2344
2440
|
class CfnResourcePolicy(
|
|
2345
2441
|
_CfnResource_9df397a6,
|
|
2346
2442
|
metaclass=jsii.JSIIMeta,
|
|
@@ -2376,7 +2472,8 @@ class CfnResourcePolicy(
|
|
|
2376
2472
|
policy: typing.Any,
|
|
2377
2473
|
resource_arn: builtins.str,
|
|
2378
2474
|
) -> None:
|
|
2379
|
-
'''
|
|
2475
|
+
'''Create a new ``AWS::VpcLattice::ResourcePolicy``.
|
|
2476
|
+
|
|
2380
2477
|
:param scope: Scope in which this resource is defined.
|
|
2381
2478
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
2382
2479
|
:param policy: The Amazon Resource Name (ARN) of the service network or service.
|
|
@@ -2425,6 +2522,12 @@ class CfnResourcePolicy(
|
|
|
2425
2522
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
2426
2523
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
2427
2524
|
|
|
2525
|
+
@builtins.property
|
|
2526
|
+
@jsii.member(jsii_name="resourcePolicyRef")
|
|
2527
|
+
def resource_policy_ref(self) -> _ResourcePolicyReference_0b2635a1:
|
|
2528
|
+
'''A reference to a ResourcePolicy resource.'''
|
|
2529
|
+
return typing.cast(_ResourcePolicyReference_0b2635a1, jsii.get(self, "resourcePolicyRef"))
|
|
2530
|
+
|
|
2428
2531
|
@builtins.property
|
|
2429
2532
|
@jsii.member(jsii_name="policy")
|
|
2430
2533
|
def policy(self) -> typing.Any:
|
|
@@ -2521,7 +2624,7 @@ class CfnResourcePolicyProps:
|
|
|
2521
2624
|
)
|
|
2522
2625
|
|
|
2523
2626
|
|
|
2524
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
2627
|
+
@jsii.implements(_IInspectable_c2943556, _IRuleRef_b63824ff, _ITaggable_36806126)
|
|
2525
2628
|
class CfnRule(
|
|
2526
2629
|
_CfnResource_9df397a6,
|
|
2527
2630
|
metaclass=jsii.JSIIMeta,
|
|
@@ -2606,7 +2709,8 @@ class CfnRule(
|
|
|
2606
2709
|
service_identifier: typing.Optional[builtins.str] = None,
|
|
2607
2710
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2608
2711
|
) -> None:
|
|
2609
|
-
'''
|
|
2712
|
+
'''Create a new ``AWS::VpcLattice::Rule``.
|
|
2713
|
+
|
|
2610
2714
|
:param scope: Scope in which this resource is defined.
|
|
2611
2715
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
2612
2716
|
:param action: Describes the action for a rule.
|
|
@@ -2686,6 +2790,12 @@ class CfnRule(
|
|
|
2686
2790
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
2687
2791
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
2688
2792
|
|
|
2793
|
+
@builtins.property
|
|
2794
|
+
@jsii.member(jsii_name="ruleRef")
|
|
2795
|
+
def rule_ref(self) -> _RuleReference_7f707c6c:
|
|
2796
|
+
'''A reference to a Rule resource.'''
|
|
2797
|
+
return typing.cast(_RuleReference_7f707c6c, jsii.get(self, "ruleRef"))
|
|
2798
|
+
|
|
2689
2799
|
@builtins.property
|
|
2690
2800
|
@jsii.member(jsii_name="tags")
|
|
2691
2801
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -3818,7 +3928,7 @@ class CfnRuleProps:
|
|
|
3818
3928
|
)
|
|
3819
3929
|
|
|
3820
3930
|
|
|
3821
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
3931
|
+
@jsii.implements(_IInspectable_c2943556, _IServiceRef_a78feffa, _ITaggable_36806126)
|
|
3822
3932
|
class CfnService(
|
|
3823
3933
|
_CfnResource_9df397a6,
|
|
3824
3934
|
metaclass=jsii.JSIIMeta,
|
|
@@ -3868,13 +3978,14 @@ class CfnService(
|
|
|
3868
3978
|
name: typing.Optional[builtins.str] = None,
|
|
3869
3979
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3870
3980
|
) -> None:
|
|
3871
|
-
'''
|
|
3981
|
+
'''Create a new ``AWS::VpcLattice::Service``.
|
|
3982
|
+
|
|
3872
3983
|
:param scope: Scope in which this resource is defined.
|
|
3873
3984
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
3874
3985
|
:param auth_type: The type of IAM policy. - ``NONE`` : The resource does not use an IAM policy. This is the default. - ``AWS_IAM`` : The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required. Default: - "NONE"
|
|
3875
3986
|
:param certificate_arn: The Amazon Resource Name (ARN) of the certificate.
|
|
3876
3987
|
:param custom_domain_name: The custom domain name of the service.
|
|
3877
|
-
:param dns_entry:
|
|
3988
|
+
:param dns_entry: Describes the DNS information of the service. This field is read-only.
|
|
3878
3989
|
:param name: The name of the service. The name must be unique within the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen. If you don't specify a name, CloudFormation generates one. However, if you specify a name, and later want to replace the resource, you must specify a new name.
|
|
3879
3990
|
:param tags: The tags for the service.
|
|
3880
3991
|
'''
|
|
@@ -3991,6 +4102,12 @@ class CfnService(
|
|
|
3991
4102
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
3992
4103
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
3993
4104
|
|
|
4105
|
+
@builtins.property
|
|
4106
|
+
@jsii.member(jsii_name="serviceRef")
|
|
4107
|
+
def service_ref(self) -> _ServiceReference_d8f4325a:
|
|
4108
|
+
'''A reference to a Service resource.'''
|
|
4109
|
+
return typing.cast(_ServiceReference_d8f4325a, jsii.get(self, "serviceRef"))
|
|
4110
|
+
|
|
3994
4111
|
@builtins.property
|
|
3995
4112
|
@jsii.member(jsii_name="tags")
|
|
3996
4113
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -4041,7 +4158,7 @@ class CfnService(
|
|
|
4041
4158
|
def dns_entry(
|
|
4042
4159
|
self,
|
|
4043
4160
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnService.DnsEntryProperty"]]:
|
|
4044
|
-
'''
|
|
4161
|
+
'''Describes the DNS information of the service.'''
|
|
4045
4162
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnService.DnsEntryProperty"]], jsii.get(self, "dnsEntry"))
|
|
4046
4163
|
|
|
4047
4164
|
@dns_entry.setter
|
|
@@ -4151,7 +4268,7 @@ class CfnService(
|
|
|
4151
4268
|
)
|
|
4152
4269
|
|
|
4153
4270
|
|
|
4154
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
4271
|
+
@jsii.implements(_IInspectable_c2943556, _IServiceNetworkRef_1e3df588, _ITaggable_36806126)
|
|
4155
4272
|
class CfnServiceNetwork(
|
|
4156
4273
|
_CfnResource_9df397a6,
|
|
4157
4274
|
metaclass=jsii.JSIIMeta,
|
|
@@ -4196,7 +4313,8 @@ class CfnServiceNetwork(
|
|
|
4196
4313
|
sharing_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnServiceNetwork.SharingConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4197
4314
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4198
4315
|
) -> None:
|
|
4199
|
-
'''
|
|
4316
|
+
'''Create a new ``AWS::VpcLattice::ServiceNetwork``.
|
|
4317
|
+
|
|
4200
4318
|
:param scope: Scope in which this resource is defined.
|
|
4201
4319
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
4202
4320
|
:param auth_type: The type of IAM policy. - ``NONE`` : The resource does not use an IAM policy. This is the default. - ``AWS_IAM`` : The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required. Default: - "NONE"
|
|
@@ -4285,6 +4403,12 @@ class CfnServiceNetwork(
|
|
|
4285
4403
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
4286
4404
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
4287
4405
|
|
|
4406
|
+
@builtins.property
|
|
4407
|
+
@jsii.member(jsii_name="serviceNetworkRef")
|
|
4408
|
+
def service_network_ref(self) -> _ServiceNetworkReference_e27144ae:
|
|
4409
|
+
'''A reference to a ServiceNetwork resource.'''
|
|
4410
|
+
return typing.cast(_ServiceNetworkReference_e27144ae, jsii.get(self, "serviceNetworkRef"))
|
|
4411
|
+
|
|
4288
4412
|
@builtins.property
|
|
4289
4413
|
@jsii.member(jsii_name="tags")
|
|
4290
4414
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -4527,7 +4651,7 @@ class CfnServiceNetworkProps:
|
|
|
4527
4651
|
)
|
|
4528
4652
|
|
|
4529
4653
|
|
|
4530
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
4654
|
+
@jsii.implements(_IInspectable_c2943556, _IServiceNetworkResourceAssociationRef_82997816, _ITaggableV2_4e6798f8)
|
|
4531
4655
|
class CfnServiceNetworkResourceAssociation(
|
|
4532
4656
|
_CfnResource_9df397a6,
|
|
4533
4657
|
metaclass=jsii.JSIIMeta,
|
|
@@ -4566,7 +4690,8 @@ class CfnServiceNetworkResourceAssociation(
|
|
|
4566
4690
|
service_network_id: typing.Optional[builtins.str] = None,
|
|
4567
4691
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4568
4692
|
) -> None:
|
|
4569
|
-
'''
|
|
4693
|
+
'''Create a new ``AWS::VpcLattice::ServiceNetworkResourceAssociation``.
|
|
4694
|
+
|
|
4570
4695
|
:param scope: Scope in which this resource is defined.
|
|
4571
4696
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
4572
4697
|
:param resource_configuration_id: The ID of the resource configuration associated with the service network.
|
|
@@ -4644,6 +4769,14 @@ class CfnServiceNetworkResourceAssociation(
|
|
|
4644
4769
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
4645
4770
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
4646
4771
|
|
|
4772
|
+
@builtins.property
|
|
4773
|
+
@jsii.member(jsii_name="serviceNetworkResourceAssociationRef")
|
|
4774
|
+
def service_network_resource_association_ref(
|
|
4775
|
+
self,
|
|
4776
|
+
) -> _ServiceNetworkResourceAssociationReference_02618c82:
|
|
4777
|
+
'''A reference to a ServiceNetworkResourceAssociation resource.'''
|
|
4778
|
+
return typing.cast(_ServiceNetworkResourceAssociationReference_02618c82, jsii.get(self, "serviceNetworkResourceAssociationRef"))
|
|
4779
|
+
|
|
4647
4780
|
@builtins.property
|
|
4648
4781
|
@jsii.member(jsii_name="resourceConfigurationId")
|
|
4649
4782
|
def resource_configuration_id(self) -> typing.Optional[builtins.str]:
|
|
@@ -4777,7 +4910,7 @@ class CfnServiceNetworkResourceAssociationProps:
|
|
|
4777
4910
|
)
|
|
4778
4911
|
|
|
4779
4912
|
|
|
4780
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
4913
|
+
@jsii.implements(_IInspectable_c2943556, _IServiceNetworkServiceAssociationRef_c2d152c8, _ITaggable_36806126)
|
|
4781
4914
|
class CfnServiceNetworkServiceAssociation(
|
|
4782
4915
|
_CfnResource_9df397a6,
|
|
4783
4916
|
metaclass=jsii.JSIIMeta,
|
|
@@ -4827,7 +4960,8 @@ class CfnServiceNetworkServiceAssociation(
|
|
|
4827
4960
|
service_network_identifier: typing.Optional[builtins.str] = None,
|
|
4828
4961
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4829
4962
|
) -> None:
|
|
4830
|
-
'''
|
|
4963
|
+
'''Create a new ``AWS::VpcLattice::ServiceNetworkServiceAssociation``.
|
|
4964
|
+
|
|
4831
4965
|
:param scope: Scope in which this resource is defined.
|
|
4832
4966
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
4833
4967
|
:param dns_entry: The DNS information of the service.
|
|
@@ -4991,6 +5125,14 @@ class CfnServiceNetworkServiceAssociation(
|
|
|
4991
5125
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
4992
5126
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
4993
5127
|
|
|
5128
|
+
@builtins.property
|
|
5129
|
+
@jsii.member(jsii_name="serviceNetworkServiceAssociationRef")
|
|
5130
|
+
def service_network_service_association_ref(
|
|
5131
|
+
self,
|
|
5132
|
+
) -> _ServiceNetworkServiceAssociationReference_4ecaad47:
|
|
5133
|
+
'''A reference to a ServiceNetworkServiceAssociation resource.'''
|
|
5134
|
+
return typing.cast(_ServiceNetworkServiceAssociationReference_4ecaad47, jsii.get(self, "serviceNetworkServiceAssociationRef"))
|
|
5135
|
+
|
|
4994
5136
|
@builtins.property
|
|
4995
5137
|
@jsii.member(jsii_name="tags")
|
|
4996
5138
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -5241,7 +5383,7 @@ class CfnServiceNetworkServiceAssociationProps:
|
|
|
5241
5383
|
)
|
|
5242
5384
|
|
|
5243
5385
|
|
|
5244
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
5386
|
+
@jsii.implements(_IInspectable_c2943556, _IServiceNetworkVpcAssociationRef_6dc1c638, _ITaggable_36806126)
|
|
5245
5387
|
class CfnServiceNetworkVpcAssociation(
|
|
5246
5388
|
_CfnResource_9df397a6,
|
|
5247
5389
|
metaclass=jsii.JSIIMeta,
|
|
@@ -5268,6 +5410,11 @@ class CfnServiceNetworkVpcAssociation(
|
|
|
5268
5410
|
from aws_cdk import aws_vpclattice as vpclattice
|
|
5269
5411
|
|
|
5270
5412
|
cfn_service_network_vpc_association = vpclattice.CfnServiceNetworkVpcAssociation(self, "MyCfnServiceNetworkVpcAssociation",
|
|
5413
|
+
dns_options=vpclattice.CfnServiceNetworkVpcAssociation.DnsOptionsProperty(
|
|
5414
|
+
private_dns_preference="privateDnsPreference",
|
|
5415
|
+
private_dns_specified_domains=["privateDnsSpecifiedDomains"]
|
|
5416
|
+
),
|
|
5417
|
+
private_dns_enabled=False,
|
|
5271
5418
|
security_group_ids=["securityGroupIds"],
|
|
5272
5419
|
service_network_identifier="serviceNetworkIdentifier",
|
|
5273
5420
|
tags=[CfnTag(
|
|
@@ -5283,14 +5430,19 @@ class CfnServiceNetworkVpcAssociation(
|
|
|
5283
5430
|
scope: _constructs_77d1e7e8.Construct,
|
|
5284
5431
|
id: builtins.str,
|
|
5285
5432
|
*,
|
|
5433
|
+
dns_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnServiceNetworkVpcAssociation.DnsOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5434
|
+
private_dns_enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
5286
5435
|
security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
5287
5436
|
service_network_identifier: typing.Optional[builtins.str] = None,
|
|
5288
5437
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5289
5438
|
vpc_identifier: typing.Optional[builtins.str] = None,
|
|
5290
5439
|
) -> None:
|
|
5291
|
-
'''
|
|
5440
|
+
'''Create a new ``AWS::VpcLattice::ServiceNetworkVpcAssociation``.
|
|
5441
|
+
|
|
5292
5442
|
:param scope: Scope in which this resource is defined.
|
|
5293
5443
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
5444
|
+
:param dns_options:
|
|
5445
|
+
:param private_dns_enabled:
|
|
5294
5446
|
:param security_group_ids: The IDs of the security groups. Security groups aren't added by default. You can add a security group to apply network level controls to control which resources in a VPC are allowed to access the service network and its services. For more information, see `Control traffic to resources using security groups <https://docs.aws.amazon.com//vpc/latest/userguide/VPC_SecurityGroups.html>`_ in the *Amazon VPC User Guide* .
|
|
5295
5447
|
:param service_network_identifier: The ID or ARN of the service network. You must use an ARN if the resources are in different accounts.
|
|
5296
5448
|
:param tags: The tags for the association.
|
|
@@ -5301,6 +5453,8 @@ class CfnServiceNetworkVpcAssociation(
|
|
|
5301
5453
|
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
5302
5454
|
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
5303
5455
|
props = CfnServiceNetworkVpcAssociationProps(
|
|
5456
|
+
dns_options=dns_options,
|
|
5457
|
+
private_dns_enabled=private_dns_enabled,
|
|
5304
5458
|
security_group_ids=security_group_ids,
|
|
5305
5459
|
service_network_identifier=service_network_identifier,
|
|
5306
5460
|
tags=tags,
|
|
@@ -5416,12 +5570,54 @@ class CfnServiceNetworkVpcAssociation(
|
|
|
5416
5570
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
5417
5571
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
5418
5572
|
|
|
5573
|
+
@builtins.property
|
|
5574
|
+
@jsii.member(jsii_name="serviceNetworkVpcAssociationRef")
|
|
5575
|
+
def service_network_vpc_association_ref(
|
|
5576
|
+
self,
|
|
5577
|
+
) -> _ServiceNetworkVpcAssociationReference_b2c1552d:
|
|
5578
|
+
'''A reference to a ServiceNetworkVpcAssociation resource.'''
|
|
5579
|
+
return typing.cast(_ServiceNetworkVpcAssociationReference_b2c1552d, jsii.get(self, "serviceNetworkVpcAssociationRef"))
|
|
5580
|
+
|
|
5419
5581
|
@builtins.property
|
|
5420
5582
|
@jsii.member(jsii_name="tags")
|
|
5421
5583
|
def tags(self) -> _TagManager_0a598cb3:
|
|
5422
5584
|
'''Tag Manager which manages the tags for this resource.'''
|
|
5423
5585
|
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "tags"))
|
|
5424
5586
|
|
|
5587
|
+
@builtins.property
|
|
5588
|
+
@jsii.member(jsii_name="dnsOptions")
|
|
5589
|
+
def dns_options(
|
|
5590
|
+
self,
|
|
5591
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnServiceNetworkVpcAssociation.DnsOptionsProperty"]]:
|
|
5592
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnServiceNetworkVpcAssociation.DnsOptionsProperty"]], jsii.get(self, "dnsOptions"))
|
|
5593
|
+
|
|
5594
|
+
@dns_options.setter
|
|
5595
|
+
def dns_options(
|
|
5596
|
+
self,
|
|
5597
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnServiceNetworkVpcAssociation.DnsOptionsProperty"]],
|
|
5598
|
+
) -> None:
|
|
5599
|
+
if __debug__:
|
|
5600
|
+
type_hints = typing.get_type_hints(_typecheckingstub__638bb9ade5742fe013f48391df59e2f89dad80bd292e3ef34d071293e2571243)
|
|
5601
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5602
|
+
jsii.set(self, "dnsOptions", value) # pyright: ignore[reportArgumentType]
|
|
5603
|
+
|
|
5604
|
+
@builtins.property
|
|
5605
|
+
@jsii.member(jsii_name="privateDnsEnabled")
|
|
5606
|
+
def private_dns_enabled(
|
|
5607
|
+
self,
|
|
5608
|
+
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
5609
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], jsii.get(self, "privateDnsEnabled"))
|
|
5610
|
+
|
|
5611
|
+
@private_dns_enabled.setter
|
|
5612
|
+
def private_dns_enabled(
|
|
5613
|
+
self,
|
|
5614
|
+
value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
|
|
5615
|
+
) -> None:
|
|
5616
|
+
if __debug__:
|
|
5617
|
+
type_hints = typing.get_type_hints(_typecheckingstub__400b1487d13484965e883f5258624ffe18e543dde71c79c91ff3084df8a434b7)
|
|
5618
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5619
|
+
jsii.set(self, "privateDnsEnabled", value) # pyright: ignore[reportArgumentType]
|
|
5620
|
+
|
|
5425
5621
|
@builtins.property
|
|
5426
5622
|
@jsii.member(jsii_name="securityGroupIds")
|
|
5427
5623
|
def security_group_ids(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
@@ -5477,11 +5673,85 @@ class CfnServiceNetworkVpcAssociation(
|
|
|
5477
5673
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5478
5674
|
jsii.set(self, "vpcIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
5479
5675
|
|
|
5676
|
+
@jsii.data_type(
|
|
5677
|
+
jsii_type="aws-cdk-lib.aws_vpclattice.CfnServiceNetworkVpcAssociation.DnsOptionsProperty",
|
|
5678
|
+
jsii_struct_bases=[],
|
|
5679
|
+
name_mapping={
|
|
5680
|
+
"private_dns_preference": "privateDnsPreference",
|
|
5681
|
+
"private_dns_specified_domains": "privateDnsSpecifiedDomains",
|
|
5682
|
+
},
|
|
5683
|
+
)
|
|
5684
|
+
class DnsOptionsProperty:
|
|
5685
|
+
def __init__(
|
|
5686
|
+
self,
|
|
5687
|
+
*,
|
|
5688
|
+
private_dns_preference: typing.Optional[builtins.str] = None,
|
|
5689
|
+
private_dns_specified_domains: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
5690
|
+
) -> None:
|
|
5691
|
+
'''
|
|
5692
|
+
:param private_dns_preference:
|
|
5693
|
+
:param private_dns_specified_domains:
|
|
5694
|
+
|
|
5695
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-servicenetworkvpcassociation-dnsoptions.html
|
|
5696
|
+
:exampleMetadata: fixture=_generated
|
|
5697
|
+
|
|
5698
|
+
Example::
|
|
5699
|
+
|
|
5700
|
+
# The code below shows an example of how to instantiate this type.
|
|
5701
|
+
# The values are placeholders you should change.
|
|
5702
|
+
from aws_cdk import aws_vpclattice as vpclattice
|
|
5703
|
+
|
|
5704
|
+
dns_options_property = vpclattice.CfnServiceNetworkVpcAssociation.DnsOptionsProperty(
|
|
5705
|
+
private_dns_preference="privateDnsPreference",
|
|
5706
|
+
private_dns_specified_domains=["privateDnsSpecifiedDomains"]
|
|
5707
|
+
)
|
|
5708
|
+
'''
|
|
5709
|
+
if __debug__:
|
|
5710
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a891ef3c203472f77ddf17f06c9948ca153fe024b45915ef31b2aa7da3b20730)
|
|
5711
|
+
check_type(argname="argument private_dns_preference", value=private_dns_preference, expected_type=type_hints["private_dns_preference"])
|
|
5712
|
+
check_type(argname="argument private_dns_specified_domains", value=private_dns_specified_domains, expected_type=type_hints["private_dns_specified_domains"])
|
|
5713
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
5714
|
+
if private_dns_preference is not None:
|
|
5715
|
+
self._values["private_dns_preference"] = private_dns_preference
|
|
5716
|
+
if private_dns_specified_domains is not None:
|
|
5717
|
+
self._values["private_dns_specified_domains"] = private_dns_specified_domains
|
|
5718
|
+
|
|
5719
|
+
@builtins.property
|
|
5720
|
+
def private_dns_preference(self) -> typing.Optional[builtins.str]:
|
|
5721
|
+
'''
|
|
5722
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-servicenetworkvpcassociation-dnsoptions.html#cfn-vpclattice-servicenetworkvpcassociation-dnsoptions-privatednspreference
|
|
5723
|
+
'''
|
|
5724
|
+
result = self._values.get("private_dns_preference")
|
|
5725
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
5726
|
+
|
|
5727
|
+
@builtins.property
|
|
5728
|
+
def private_dns_specified_domains(
|
|
5729
|
+
self,
|
|
5730
|
+
) -> typing.Optional[typing.List[builtins.str]]:
|
|
5731
|
+
'''
|
|
5732
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-servicenetworkvpcassociation-dnsoptions.html#cfn-vpclattice-servicenetworkvpcassociation-dnsoptions-privatednsspecifieddomains
|
|
5733
|
+
'''
|
|
5734
|
+
result = self._values.get("private_dns_specified_domains")
|
|
5735
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
5736
|
+
|
|
5737
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
5738
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
5739
|
+
|
|
5740
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
5741
|
+
return not (rhs == self)
|
|
5742
|
+
|
|
5743
|
+
def __repr__(self) -> str:
|
|
5744
|
+
return "DnsOptionsProperty(%s)" % ", ".join(
|
|
5745
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
5746
|
+
)
|
|
5747
|
+
|
|
5480
5748
|
|
|
5481
5749
|
@jsii.data_type(
|
|
5482
5750
|
jsii_type="aws-cdk-lib.aws_vpclattice.CfnServiceNetworkVpcAssociationProps",
|
|
5483
5751
|
jsii_struct_bases=[],
|
|
5484
5752
|
name_mapping={
|
|
5753
|
+
"dns_options": "dnsOptions",
|
|
5754
|
+
"private_dns_enabled": "privateDnsEnabled",
|
|
5485
5755
|
"security_group_ids": "securityGroupIds",
|
|
5486
5756
|
"service_network_identifier": "serviceNetworkIdentifier",
|
|
5487
5757
|
"tags": "tags",
|
|
@@ -5492,6 +5762,8 @@ class CfnServiceNetworkVpcAssociationProps:
|
|
|
5492
5762
|
def __init__(
|
|
5493
5763
|
self,
|
|
5494
5764
|
*,
|
|
5765
|
+
dns_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnServiceNetworkVpcAssociation.DnsOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5766
|
+
private_dns_enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
5495
5767
|
security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
5496
5768
|
service_network_identifier: typing.Optional[builtins.str] = None,
|
|
5497
5769
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -5499,6 +5771,8 @@ class CfnServiceNetworkVpcAssociationProps:
|
|
|
5499
5771
|
) -> None:
|
|
5500
5772
|
'''Properties for defining a ``CfnServiceNetworkVpcAssociation``.
|
|
5501
5773
|
|
|
5774
|
+
:param dns_options:
|
|
5775
|
+
:param private_dns_enabled:
|
|
5502
5776
|
:param security_group_ids: The IDs of the security groups. Security groups aren't added by default. You can add a security group to apply network level controls to control which resources in a VPC are allowed to access the service network and its services. For more information, see `Control traffic to resources using security groups <https://docs.aws.amazon.com//vpc/latest/userguide/VPC_SecurityGroups.html>`_ in the *Amazon VPC User Guide* .
|
|
5503
5777
|
:param service_network_identifier: The ID or ARN of the service network. You must use an ARN if the resources are in different accounts.
|
|
5504
5778
|
:param tags: The tags for the association.
|
|
@@ -5514,6 +5788,11 @@ class CfnServiceNetworkVpcAssociationProps:
|
|
|
5514
5788
|
from aws_cdk import aws_vpclattice as vpclattice
|
|
5515
5789
|
|
|
5516
5790
|
cfn_service_network_vpc_association_props = vpclattice.CfnServiceNetworkVpcAssociationProps(
|
|
5791
|
+
dns_options=vpclattice.CfnServiceNetworkVpcAssociation.DnsOptionsProperty(
|
|
5792
|
+
private_dns_preference="privateDnsPreference",
|
|
5793
|
+
private_dns_specified_domains=["privateDnsSpecifiedDomains"]
|
|
5794
|
+
),
|
|
5795
|
+
private_dns_enabled=False,
|
|
5517
5796
|
security_group_ids=["securityGroupIds"],
|
|
5518
5797
|
service_network_identifier="serviceNetworkIdentifier",
|
|
5519
5798
|
tags=[CfnTag(
|
|
@@ -5525,11 +5804,17 @@ class CfnServiceNetworkVpcAssociationProps:
|
|
|
5525
5804
|
'''
|
|
5526
5805
|
if __debug__:
|
|
5527
5806
|
type_hints = typing.get_type_hints(_typecheckingstub__4f41a8834cfa086c1096ce2ce95d12df58a5d84c6b647b3712e7e34e8d51ad2d)
|
|
5807
|
+
check_type(argname="argument dns_options", value=dns_options, expected_type=type_hints["dns_options"])
|
|
5808
|
+
check_type(argname="argument private_dns_enabled", value=private_dns_enabled, expected_type=type_hints["private_dns_enabled"])
|
|
5528
5809
|
check_type(argname="argument security_group_ids", value=security_group_ids, expected_type=type_hints["security_group_ids"])
|
|
5529
5810
|
check_type(argname="argument service_network_identifier", value=service_network_identifier, expected_type=type_hints["service_network_identifier"])
|
|
5530
5811
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
5531
5812
|
check_type(argname="argument vpc_identifier", value=vpc_identifier, expected_type=type_hints["vpc_identifier"])
|
|
5532
5813
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
5814
|
+
if dns_options is not None:
|
|
5815
|
+
self._values["dns_options"] = dns_options
|
|
5816
|
+
if private_dns_enabled is not None:
|
|
5817
|
+
self._values["private_dns_enabled"] = private_dns_enabled
|
|
5533
5818
|
if security_group_ids is not None:
|
|
5534
5819
|
self._values["security_group_ids"] = security_group_ids
|
|
5535
5820
|
if service_network_identifier is not None:
|
|
@@ -5539,6 +5824,26 @@ class CfnServiceNetworkVpcAssociationProps:
|
|
|
5539
5824
|
if vpc_identifier is not None:
|
|
5540
5825
|
self._values["vpc_identifier"] = vpc_identifier
|
|
5541
5826
|
|
|
5827
|
+
@builtins.property
|
|
5828
|
+
def dns_options(
|
|
5829
|
+
self,
|
|
5830
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnServiceNetworkVpcAssociation.DnsOptionsProperty]]:
|
|
5831
|
+
'''
|
|
5832
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkvpcassociation.html#cfn-vpclattice-servicenetworkvpcassociation-dnsoptions
|
|
5833
|
+
'''
|
|
5834
|
+
result = self._values.get("dns_options")
|
|
5835
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnServiceNetworkVpcAssociation.DnsOptionsProperty]], result)
|
|
5836
|
+
|
|
5837
|
+
@builtins.property
|
|
5838
|
+
def private_dns_enabled(
|
|
5839
|
+
self,
|
|
5840
|
+
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
5841
|
+
'''
|
|
5842
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkvpcassociation.html#cfn-vpclattice-servicenetworkvpcassociation-privatednsenabled
|
|
5843
|
+
'''
|
|
5844
|
+
result = self._values.get("private_dns_enabled")
|
|
5845
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
|
|
5846
|
+
|
|
5542
5847
|
@builtins.property
|
|
5543
5848
|
def security_group_ids(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
5544
5849
|
'''The IDs of the security groups.
|
|
@@ -5619,7 +5924,7 @@ class CfnServiceProps:
|
|
|
5619
5924
|
:param auth_type: The type of IAM policy. - ``NONE`` : The resource does not use an IAM policy. This is the default. - ``AWS_IAM`` : The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required. Default: - "NONE"
|
|
5620
5925
|
:param certificate_arn: The Amazon Resource Name (ARN) of the certificate.
|
|
5621
5926
|
:param custom_domain_name: The custom domain name of the service.
|
|
5622
|
-
:param dns_entry:
|
|
5927
|
+
:param dns_entry: Describes the DNS information of the service. This field is read-only.
|
|
5623
5928
|
:param name: The name of the service. The name must be unique within the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen. If you don't specify a name, CloudFormation generates one. However, if you specify a name, and later want to replace the resource, you must specify a new name.
|
|
5624
5929
|
:param tags: The tags for the service.
|
|
5625
5930
|
|
|
@@ -5705,7 +6010,9 @@ class CfnServiceProps:
|
|
|
5705
6010
|
def dns_entry(
|
|
5706
6011
|
self,
|
|
5707
6012
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnService.DnsEntryProperty]]:
|
|
5708
|
-
'''
|
|
6013
|
+
'''Describes the DNS information of the service.
|
|
6014
|
+
|
|
6015
|
+
This field is read-only.
|
|
5709
6016
|
|
|
5710
6017
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-service.html#cfn-vpclattice-service-dnsentry
|
|
5711
6018
|
'''
|
|
@@ -5746,7 +6053,7 @@ class CfnServiceProps:
|
|
|
5746
6053
|
)
|
|
5747
6054
|
|
|
5748
6055
|
|
|
5749
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
6056
|
+
@jsii.implements(_IInspectable_c2943556, _ITargetGroupRef_52994392, _ITaggable_36806126)
|
|
5750
6057
|
class CfnTargetGroup(
|
|
5751
6058
|
_CfnResource_9df397a6,
|
|
5752
6059
|
metaclass=jsii.JSIIMeta,
|
|
@@ -5819,7 +6126,8 @@ class CfnTargetGroup(
|
|
|
5819
6126
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5820
6127
|
targets: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTargetGroup.TargetProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
5821
6128
|
) -> None:
|
|
5822
|
-
'''
|
|
6129
|
+
'''Create a new ``AWS::VpcLattice::TargetGroup``.
|
|
6130
|
+
|
|
5823
6131
|
:param scope: Scope in which this resource is defined.
|
|
5824
6132
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
5825
6133
|
:param type: The type of target group.
|
|
@@ -5926,6 +6234,12 @@ class CfnTargetGroup(
|
|
|
5926
6234
|
'''Tag Manager which manages the tags for this resource.'''
|
|
5927
6235
|
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "tags"))
|
|
5928
6236
|
|
|
6237
|
+
@builtins.property
|
|
6238
|
+
@jsii.member(jsii_name="targetGroupRef")
|
|
6239
|
+
def target_group_ref(self) -> _TargetGroupReference_6c9bb51b:
|
|
6240
|
+
'''A reference to a TargetGroup resource.'''
|
|
6241
|
+
return typing.cast(_TargetGroupReference_6c9bb51b, jsii.get(self, "targetGroupRef"))
|
|
6242
|
+
|
|
5929
6243
|
@builtins.property
|
|
5930
6244
|
@jsii.member(jsii_name="type")
|
|
5931
6245
|
def type(self) -> builtins.str:
|
|
@@ -7072,6 +7386,7 @@ def _typecheckingstub__c33d35acb93670756de87bb99dc9b48c5bdce217c8b7068ec8d831a66
|
|
|
7072
7386
|
subnet_ids: typing.Sequence[builtins.str],
|
|
7073
7387
|
vpc_identifier: builtins.str,
|
|
7074
7388
|
ip_address_type: typing.Optional[builtins.str] = None,
|
|
7389
|
+
ipv4_addresses_per_eni: typing.Optional[jsii.Number] = None,
|
|
7075
7390
|
security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
7076
7391
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7077
7392
|
) -> None:
|
|
@@ -7114,6 +7429,12 @@ def _typecheckingstub__da193673158e2d7b463232edae7461c41e04d65f3e9a6058fb5136fae
|
|
|
7114
7429
|
"""Type checking stubs"""
|
|
7115
7430
|
pass
|
|
7116
7431
|
|
|
7432
|
+
def _typecheckingstub__5ebc10ed1c8e6c6821b6b7f4cd71006b4e3ce26c6b201ba4637014b8908140fd(
|
|
7433
|
+
value: typing.Optional[jsii.Number],
|
|
7434
|
+
) -> None:
|
|
7435
|
+
"""Type checking stubs"""
|
|
7436
|
+
pass
|
|
7437
|
+
|
|
7117
7438
|
def _typecheckingstub__7e2e4828934d008108e9f5f74e2c02dbd9f159db6f7be2e11295977601d1296b(
|
|
7118
7439
|
value: typing.Optional[typing.List[builtins.str]],
|
|
7119
7440
|
) -> None:
|
|
@@ -7132,6 +7453,7 @@ def _typecheckingstub__ed2c643634b9016a56acc1cdf5c3044eaa6f62d982922519a82cdbd49
|
|
|
7132
7453
|
subnet_ids: typing.Sequence[builtins.str],
|
|
7133
7454
|
vpc_identifier: builtins.str,
|
|
7134
7455
|
ip_address_type: typing.Optional[builtins.str] = None,
|
|
7456
|
+
ipv4_addresses_per_eni: typing.Optional[jsii.Number] = None,
|
|
7135
7457
|
security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
7136
7458
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7137
7459
|
) -> None:
|
|
@@ -7597,6 +7919,8 @@ def _typecheckingstub__51a5a54250d817f615a37a7e170370627b854e32b301763e487856be4
|
|
|
7597
7919
|
scope: _constructs_77d1e7e8.Construct,
|
|
7598
7920
|
id: builtins.str,
|
|
7599
7921
|
*,
|
|
7922
|
+
dns_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnServiceNetworkVpcAssociation.DnsOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7923
|
+
private_dns_enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
7600
7924
|
security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
7601
7925
|
service_network_identifier: typing.Optional[builtins.str] = None,
|
|
7602
7926
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -7617,6 +7941,18 @@ def _typecheckingstub__b2251a301b298c27c60a8b9cf498a2fffccb3a393af00110a619bdae2
|
|
|
7617
7941
|
"""Type checking stubs"""
|
|
7618
7942
|
pass
|
|
7619
7943
|
|
|
7944
|
+
def _typecheckingstub__638bb9ade5742fe013f48391df59e2f89dad80bd292e3ef34d071293e2571243(
|
|
7945
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnServiceNetworkVpcAssociation.DnsOptionsProperty]],
|
|
7946
|
+
) -> None:
|
|
7947
|
+
"""Type checking stubs"""
|
|
7948
|
+
pass
|
|
7949
|
+
|
|
7950
|
+
def _typecheckingstub__400b1487d13484965e883f5258624ffe18e543dde71c79c91ff3084df8a434b7(
|
|
7951
|
+
value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
|
|
7952
|
+
) -> None:
|
|
7953
|
+
"""Type checking stubs"""
|
|
7954
|
+
pass
|
|
7955
|
+
|
|
7620
7956
|
def _typecheckingstub__7648287c9bb4584c27c2b5afd67f788d009960d3e5e7da18f36497b7f076ccb8(
|
|
7621
7957
|
value: typing.Optional[typing.List[builtins.str]],
|
|
7622
7958
|
) -> None:
|
|
@@ -7641,8 +7977,18 @@ def _typecheckingstub__e9b391eb61efda0eb74e9ad1d922235fdde79a86c6fda50bb367d2a7e
|
|
|
7641
7977
|
"""Type checking stubs"""
|
|
7642
7978
|
pass
|
|
7643
7979
|
|
|
7980
|
+
def _typecheckingstub__a891ef3c203472f77ddf17f06c9948ca153fe024b45915ef31b2aa7da3b20730(
|
|
7981
|
+
*,
|
|
7982
|
+
private_dns_preference: typing.Optional[builtins.str] = None,
|
|
7983
|
+
private_dns_specified_domains: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
7984
|
+
) -> None:
|
|
7985
|
+
"""Type checking stubs"""
|
|
7986
|
+
pass
|
|
7987
|
+
|
|
7644
7988
|
def _typecheckingstub__4f41a8834cfa086c1096ce2ce95d12df58a5d84c6b647b3712e7e34e8d51ad2d(
|
|
7645
7989
|
*,
|
|
7990
|
+
dns_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnServiceNetworkVpcAssociation.DnsOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7991
|
+
private_dns_enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
7646
7992
|
security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
7647
7993
|
service_network_identifier: typing.Optional[builtins.str] = None,
|
|
7648
7994
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|