aws-cdk-lib 2.195.0__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 +1806 -417
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.195.0.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 +1245 -215
- aws_cdk/aws_apigatewayv2/__init__.py +3890 -476
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +94 -16
- aws_cdk/aws_appconfig/__init__.py +618 -91
- aws_cdk/aws_appflow/__init__.py +151 -6
- aws_cdk/aws_appintegrations/__init__.py +546 -6
- aws_cdk/aws_applicationautoscaling/__init__.py +75 -10
- aws_cdk/aws_applicationinsights/__init__.py +13 -2
- aws_cdk/aws_applicationsignals/__init__.py +374 -6
- aws_cdk/aws_appmesh/__init__.py +136 -26
- aws_cdk/aws_apprunner/__init__.py +66 -18
- aws_cdk/aws_appstream/__init__.py +309 -55
- aws_cdk/aws_appsync/__init__.py +350 -94
- aws_cdk/aws_apptest/__init__.py +71 -2
- aws_cdk/aws_aps/__init__.py +2188 -94
- 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 +165 -60
- 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 +370 -42
- aws_cdk/aws_backupgateway/__init__.py +13 -2
- aws_cdk/aws_batch/__init__.py +1462 -163
- aws_cdk/aws_bcmdataexports/__init__.py +21 -2
- aws_cdk/aws_bedrock/__init__.py +7867 -727
- aws_cdk/aws_bedrockagentcore/__init__.py +10425 -0
- aws_cdk/aws_billingconductor/__init__.py +197 -11
- aws_cdk/aws_budgets/__init__.py +611 -4
- aws_cdk/aws_cassandra/__init__.py +247 -6
- aws_cdk/aws_ce/__init__.py +35 -6
- aws_cdk/aws_certificatemanager/__init__.py +258 -32
- aws_cdk/aws_chatbot/__init__.py +76 -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 +362 -189
- aws_cdk/aws_cloudfront/__init__.py +2188 -674
- aws_cdk/aws_cloudfront/experimental/__init__.py +114 -16
- aws_cdk/aws_cloudfront_origins/__init__.py +615 -74
- aws_cdk/aws_cloudtrail/__init__.py +311 -21
- aws_cdk/aws_cloudwatch/__init__.py +3093 -1038
- aws_cdk/aws_cloudwatch_actions/__init__.py +75 -1
- aws_cdk/aws_codeartifact/__init__.py +35 -6
- aws_cdk/aws_codebuild/__init__.py +1303 -135
- aws_cdk/aws_codecommit/__init__.py +29 -9
- aws_cdk/aws_codeconnections/__init__.py +13 -2
- aws_cdk/aws_codedeploy/__init__.py +130 -6
- aws_cdk/aws_codeguruprofiler/__init__.py +80 -2
- aws_cdk/aws_codegurureviewer/__init__.py +13 -2
- aws_cdk/aws_codepipeline/__init__.py +177 -71
- aws_cdk/aws_codepipeline_actions/__init__.py +753 -4
- aws_cdk/aws_codestar/__init__.py +13 -2
- aws_cdk/aws_codestarconnections/__init__.py +35 -6
- aws_cdk/aws_codestarnotifications/__init__.py +22 -2
- aws_cdk/aws_cognito/__init__.py +905 -92
- aws_cdk/aws_cognito_identitypool/__init__.py +23 -12
- aws_cdk/aws_comprehend/__init__.py +24 -4
- aws_cdk/aws_config/__init__.py +227 -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 +1514 -977
- aws_cdk/aws_datazone/__init__.py +7426 -1763
- aws_cdk/aws_dax/__init__.py +83 -6
- aws_cdk/aws_deadline/__init__.py +511 -36
- 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 +350 -49
- aws_cdk/aws_docdbelastic/__init__.py +13 -2
- aws_cdk/aws_dsql/__init__.py +386 -16
- aws_cdk/aws_dynamodb/__init__.py +1479 -170
- aws_cdk/aws_ec2/__init__.py +10465 -1335
- aws_cdk/aws_ecr/__init__.py +637 -43
- aws_cdk/aws_ecr_assets/__init__.py +10 -0
- aws_cdk/aws_ecs/__init__.py +6629 -490
- aws_cdk/aws_ecs_patterns/__init__.py +124 -12
- aws_cdk/aws_efs/__init__.py +276 -24
- aws_cdk/aws_eks/__init__.py +1132 -227
- aws_cdk/aws_elasticache/__init__.py +378 -25
- aws_cdk/aws_elasticbeanstalk/__init__.py +75 -8
- aws_cdk/aws_elasticloadbalancing/__init__.py +22 -2
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +1796 -123
- aws_cdk/aws_elasticsearch/__init__.py +291 -9
- aws_cdk/aws_emr/__init__.py +219 -18
- 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 +1007 -126
- aws_cdk/aws_events_targets/__init__.py +398 -65
- 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 +1349 -127
- aws_cdk/aws_gamelift/__init__.py +755 -94
- aws_cdk/aws_gameliftstreams/__init__.py +44 -22
- aws_cdk/aws_globalaccelerator/__init__.py +73 -14
- aws_cdk/aws_glue/__init__.py +1455 -378
- 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 +921 -141
- aws_cdk/aws_identitystore/__init__.py +24 -4
- aws_cdk/aws_imagebuilder/__init__.py +1454 -199
- aws_cdk/aws_inspector/__init__.py +44 -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 +1760 -64
- 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 +641 -23
- aws_cdk/aws_kinesisanalytics/__init__.py +467 -96
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +207 -19
- aws_cdk/aws_kinesisfirehose/__init__.py +3087 -295
- aws_cdk/aws_kinesisvideo/__init__.py +24 -4
- aws_cdk/aws_kms/__init__.py +204 -45
- aws_cdk/aws_lakeformation/__init__.py +80 -15
- aws_cdk/aws_lambda/__init__.py +2236 -297
- 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 +2162 -212
- aws_cdk/aws_licensemanager/__init__.py +24 -4
- aws_cdk/aws_lightsail/__init__.py +2958 -1322
- aws_cdk/aws_location/__init__.py +618 -14
- aws_cdk/aws_logs/__init__.py +6014 -923
- 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 +1938 -532
- aws_cdk/aws_mediapackage/__init__.py +59 -12
- aws_cdk/aws_mediapackagev2/__init__.py +1616 -233
- 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 +108 -22
- 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 +1184 -164
- aws_cdk/aws_networkmanager/__init__.py +349 -33
- aws_cdk/aws_nimblestudio/__init__.py +283 -408
- 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 +2967 -162
- aws_cdk/aws_opensearchserverless/__init__.py +312 -37
- aws_cdk/aws_opensearchservice/__init__.py +501 -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 +181 -9
- 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 +516 -64
- 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 +3721 -573
- aws_cdk/aws_redshift/__init__.py +143 -20
- aws_cdk/aws_redshiftserverless/__init__.py +699 -11
- 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 +194 -19
- aws_cdk/aws_route53/__init__.py +3965 -1436
- 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 +189 -40
- aws_cdk/aws_rtbfabric/__init__.py +3498 -0
- aws_cdk/aws_rum/__init__.py +13 -2
- aws_cdk/aws_s3/__init__.py +1742 -221
- aws_cdk/aws_s3_assets/__init__.py +11 -11
- aws_cdk/aws_s3_deployment/__init__.py +153 -11
- aws_cdk/aws_s3_notifications/__init__.py +7 -7
- aws_cdk/aws_s3express/__init__.py +1053 -6
- 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 +6848 -373
- aws_cdk/aws_sam/__init__.py +79 -14
- aws_cdk/aws_scheduler/__init__.py +249 -4
- aws_cdk/aws_sdb/__init__.py +12 -2
- aws_cdk/aws_secretsmanager/__init__.py +194 -14
- aws_cdk/aws_securityhub/__init__.py +3121 -176
- aws_cdk/aws_securitylake/__init__.py +46 -8
- aws_cdk/aws_servicecatalog/__init__.py +429 -246
- aws_cdk/aws_servicecatalogappregistry/__init__.py +164 -8
- aws_cdk/aws_servicediscovery/__init__.py +188 -47
- aws_cdk/aws_ses/__init__.py +2265 -369
- aws_cdk/aws_shield/__init__.py +46 -8
- aws_cdk/aws_signer/__init__.py +33 -4
- aws_cdk/aws_simspaceweaver/__init__.py +42 -2
- aws_cdk/aws_smsvoice/__init__.py +4716 -0
- aws_cdk/aws_sns/__init__.py +263 -29
- aws_cdk/aws_sns_subscriptions/__init__.py +265 -2
- aws_cdk/aws_sqs/__init__.py +223 -14
- aws_cdk/aws_ssm/__init__.py +413 -58
- aws_cdk/aws_ssmcontacts/__init__.py +98 -9
- aws_cdk/aws_ssmguiconnect/__init__.py +20 -9
- aws_cdk/aws_ssmincidents/__init__.py +24 -4
- aws_cdk/aws_ssmquicksetup/__init__.py +393 -8
- aws_cdk/aws_sso/__init__.py +70 -12
- aws_cdk/aws_stepfunctions/__init__.py +823 -94
- aws_cdk/aws_stepfunctions_tasks/__init__.py +2323 -150
- aws_cdk/aws_supportapp/__init__.py +39 -6
- aws_cdk/aws_synthetics/__init__.py +1088 -126
- 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 +306 -13
- aws_cdk/aws_voiceid/__init__.py +54 -5
- aws_cdk/aws_vpclattice/__init__.py +589 -231
- aws_cdk/aws_waf/__init__.py +79 -14
- aws_cdk/aws_wafregional/__init__.py +123 -22
- aws_cdk/aws_wafv2/__init__.py +1183 -64
- aws_cdk/aws_wisdom/__init__.py +1403 -90
- aws_cdk/aws_workspaces/__init__.py +134 -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 +368 -48
- aws_cdk/custom_resources/__init__.py +58 -12
- aws_cdk/cx_api/__init__.py +125 -21
- 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/lambda_layer_awscli/__init__.py +6 -0
- aws_cdk/lambda_layer_node_proxy_agent/__init__.py +6 -0
- aws_cdk/pipelines/__init__.py +202 -52
- aws_cdk/region_info/__init__.py +3 -0
- aws_cdk/triggers/__init__.py +66 -18
- {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/METADATA +418 -18
- aws_cdk_lib-2.224.0.dist-info/RECORD +584 -0
- aws_cdk_lib-2.195.0.dist-info/RECORD +0 -304
- {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/top_level.txt +0 -0
|
@@ -73,9 +73,33 @@ from .. import (
|
|
|
73
73
|
TagManager as _TagManager_0a598cb3,
|
|
74
74
|
TreeInspector as _TreeInspector_488e0dd5,
|
|
75
75
|
)
|
|
76
|
+
from ..interfaces.aws_route53resolver import (
|
|
77
|
+
FirewallDomainListReference as _FirewallDomainListReference_e9058cb4,
|
|
78
|
+
FirewallRuleGroupAssociationReference as _FirewallRuleGroupAssociationReference_6387d2f8,
|
|
79
|
+
FirewallRuleGroupReference as _FirewallRuleGroupReference_4ee399b6,
|
|
80
|
+
IFirewallDomainListRef as _IFirewallDomainListRef_cbc42ba0,
|
|
81
|
+
IFirewallRuleGroupAssociationRef as _IFirewallRuleGroupAssociationRef_119e1744,
|
|
82
|
+
IFirewallRuleGroupRef as _IFirewallRuleGroupRef_9a321ea2,
|
|
83
|
+
IOutpostResolverRef as _IOutpostResolverRef_52fa5f66,
|
|
84
|
+
IResolverConfigRef as _IResolverConfigRef_1d384f7e,
|
|
85
|
+
IResolverDNSSECConfigRef as _IResolverDNSSECConfigRef_f032dbfa,
|
|
86
|
+
IResolverEndpointRef as _IResolverEndpointRef_afa17ae0,
|
|
87
|
+
IResolverQueryLoggingConfigAssociationRef as _IResolverQueryLoggingConfigAssociationRef_6173eaa8,
|
|
88
|
+
IResolverQueryLoggingConfigRef as _IResolverQueryLoggingConfigRef_d0f8733d,
|
|
89
|
+
IResolverRuleAssociationRef as _IResolverRuleAssociationRef_7d552f57,
|
|
90
|
+
IResolverRuleRef as _IResolverRuleRef_9606d452,
|
|
91
|
+
OutpostResolverReference as _OutpostResolverReference_b3441ad6,
|
|
92
|
+
ResolverConfigReference as _ResolverConfigReference_b614e5ee,
|
|
93
|
+
ResolverDNSSECConfigReference as _ResolverDNSSECConfigReference_a2a8fdc3,
|
|
94
|
+
ResolverEndpointReference as _ResolverEndpointReference_8c08ddc9,
|
|
95
|
+
ResolverQueryLoggingConfigAssociationReference as _ResolverQueryLoggingConfigAssociationReference_62d988ea,
|
|
96
|
+
ResolverQueryLoggingConfigReference as _ResolverQueryLoggingConfigReference_91966a96,
|
|
97
|
+
ResolverRuleAssociationReference as _ResolverRuleAssociationReference_875466c4,
|
|
98
|
+
ResolverRuleReference as _ResolverRuleReference_7e3f31e4,
|
|
99
|
+
)
|
|
76
100
|
|
|
77
101
|
|
|
78
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
102
|
+
@jsii.implements(_IInspectable_c2943556, _IFirewallDomainListRef_cbc42ba0, _ITaggable_36806126)
|
|
79
103
|
class CfnFirewallDomainList(
|
|
80
104
|
_CfnResource_9df397a6,
|
|
81
105
|
metaclass=jsii.JSIIMeta,
|
|
@@ -116,7 +140,8 @@ class CfnFirewallDomainList(
|
|
|
116
140
|
name: typing.Optional[builtins.str] = None,
|
|
117
141
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
118
142
|
) -> None:
|
|
119
|
-
'''
|
|
143
|
+
'''Create a new ``AWS::Route53Resolver::FirewallDomainList``.
|
|
144
|
+
|
|
120
145
|
:param scope: Scope in which this resource is defined.
|
|
121
146
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
122
147
|
:param domain_file_url: The fully qualified URL or URI of the file stored in Amazon Simple Storage Service (Amazon S3) that contains the list of domains to import. The file must be in an S3 bucket that's in the same Region as your DNS Firewall. The file must be a text file and must contain a single domain per line.
|
|
@@ -254,6 +279,12 @@ class CfnFirewallDomainList(
|
|
|
254
279
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
255
280
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
256
281
|
|
|
282
|
+
@builtins.property
|
|
283
|
+
@jsii.member(jsii_name="firewallDomainListRef")
|
|
284
|
+
def firewall_domain_list_ref(self) -> _FirewallDomainListReference_e9058cb4:
|
|
285
|
+
'''A reference to a FirewallDomainList resource.'''
|
|
286
|
+
return typing.cast(_FirewallDomainListReference_e9058cb4, jsii.get(self, "firewallDomainListRef"))
|
|
287
|
+
|
|
257
288
|
@builtins.property
|
|
258
289
|
@jsii.member(jsii_name="tags")
|
|
259
290
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -424,7 +455,7 @@ class CfnFirewallDomainListProps:
|
|
|
424
455
|
)
|
|
425
456
|
|
|
426
457
|
|
|
427
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
458
|
+
@jsii.implements(_IInspectable_c2943556, _IFirewallRuleGroupRef_9a321ea2, _ITaggable_36806126)
|
|
428
459
|
class CfnFirewallRuleGroup(
|
|
429
460
|
_CfnResource_9df397a6,
|
|
430
461
|
metaclass=jsii.JSIIMeta,
|
|
@@ -478,7 +509,8 @@ class CfnFirewallRuleGroup(
|
|
|
478
509
|
name: typing.Optional[builtins.str] = None,
|
|
479
510
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
480
511
|
) -> None:
|
|
481
|
-
'''
|
|
512
|
+
'''Create a new ``AWS::Route53Resolver::FirewallRuleGroup``.
|
|
513
|
+
|
|
482
514
|
:param scope: Scope in which this resource is defined.
|
|
483
515
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
484
516
|
:param firewall_rules: A list of the rules that you have defined.
|
|
@@ -626,6 +658,12 @@ class CfnFirewallRuleGroup(
|
|
|
626
658
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
627
659
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
628
660
|
|
|
661
|
+
@builtins.property
|
|
662
|
+
@jsii.member(jsii_name="firewallRuleGroupRef")
|
|
663
|
+
def firewall_rule_group_ref(self) -> _FirewallRuleGroupReference_4ee399b6:
|
|
664
|
+
'''A reference to a FirewallRuleGroup resource.'''
|
|
665
|
+
return typing.cast(_FirewallRuleGroupReference_4ee399b6, jsii.get(self, "firewallRuleGroupRef"))
|
|
666
|
+
|
|
629
667
|
@builtins.property
|
|
630
668
|
@jsii.member(jsii_name="tags")
|
|
631
669
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -964,7 +1002,7 @@ class CfnFirewallRuleGroup(
|
|
|
964
1002
|
)
|
|
965
1003
|
|
|
966
1004
|
|
|
967
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
1005
|
+
@jsii.implements(_IInspectable_c2943556, _IFirewallRuleGroupAssociationRef_119e1744, _ITaggable_36806126)
|
|
968
1006
|
class CfnFirewallRuleGroupAssociation(
|
|
969
1007
|
_CfnResource_9df397a6,
|
|
970
1008
|
metaclass=jsii.JSIIMeta,
|
|
@@ -1009,7 +1047,8 @@ class CfnFirewallRuleGroupAssociation(
|
|
|
1009
1047
|
name: typing.Optional[builtins.str] = None,
|
|
1010
1048
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1011
1049
|
) -> None:
|
|
1012
|
-
'''
|
|
1050
|
+
'''Create a new ``AWS::Route53Resolver::FirewallRuleGroupAssociation``.
|
|
1051
|
+
|
|
1013
1052
|
:param scope: Scope in which this resource is defined.
|
|
1014
1053
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
1015
1054
|
:param firewall_rule_group_id: The unique identifier of the firewall rule group.
|
|
@@ -1145,6 +1184,14 @@ class CfnFirewallRuleGroupAssociation(
|
|
|
1145
1184
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
1146
1185
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
1147
1186
|
|
|
1187
|
+
@builtins.property
|
|
1188
|
+
@jsii.member(jsii_name="firewallRuleGroupAssociationRef")
|
|
1189
|
+
def firewall_rule_group_association_ref(
|
|
1190
|
+
self,
|
|
1191
|
+
) -> _FirewallRuleGroupAssociationReference_6387d2f8:
|
|
1192
|
+
'''A reference to a FirewallRuleGroupAssociation resource.'''
|
|
1193
|
+
return typing.cast(_FirewallRuleGroupAssociationReference_6387d2f8, jsii.get(self, "firewallRuleGroupAssociationRef"))
|
|
1194
|
+
|
|
1148
1195
|
@builtins.property
|
|
1149
1196
|
@jsii.member(jsii_name="tags")
|
|
1150
1197
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -1486,7 +1533,7 @@ class CfnFirewallRuleGroupProps:
|
|
|
1486
1533
|
)
|
|
1487
1534
|
|
|
1488
1535
|
|
|
1489
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
1536
|
+
@jsii.implements(_IInspectable_c2943556, _IOutpostResolverRef_52fa5f66, _ITaggableV2_4e6798f8)
|
|
1490
1537
|
class CfnOutpostResolver(
|
|
1491
1538
|
_CfnResource_9df397a6,
|
|
1492
1539
|
metaclass=jsii.JSIIMeta,
|
|
@@ -1529,7 +1576,8 @@ class CfnOutpostResolver(
|
|
|
1529
1576
|
instance_count: typing.Optional[jsii.Number] = None,
|
|
1530
1577
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1531
1578
|
) -> None:
|
|
1532
|
-
'''
|
|
1579
|
+
'''Create a new ``AWS::Route53Resolver::OutpostResolver``.
|
|
1580
|
+
|
|
1533
1581
|
:param scope: Scope in which this resource is defined.
|
|
1534
1582
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
1535
1583
|
:param name: Name of the Resolver.
|
|
@@ -1660,6 +1708,12 @@ class CfnOutpostResolver(
|
|
|
1660
1708
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
1661
1709
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
1662
1710
|
|
|
1711
|
+
@builtins.property
|
|
1712
|
+
@jsii.member(jsii_name="outpostResolverRef")
|
|
1713
|
+
def outpost_resolver_ref(self) -> _OutpostResolverReference_b3441ad6:
|
|
1714
|
+
'''A reference to a OutpostResolver resource.'''
|
|
1715
|
+
return typing.cast(_OutpostResolverReference_b3441ad6, jsii.get(self, "outpostResolverRef"))
|
|
1716
|
+
|
|
1663
1717
|
@builtins.property
|
|
1664
1718
|
@jsii.member(jsii_name="name")
|
|
1665
1719
|
def name(self) -> builtins.str:
|
|
@@ -1856,7 +1910,7 @@ class CfnOutpostResolverProps:
|
|
|
1856
1910
|
)
|
|
1857
1911
|
|
|
1858
1912
|
|
|
1859
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
1913
|
+
@jsii.implements(_IInspectable_c2943556, _IResolverConfigRef_1d384f7e)
|
|
1860
1914
|
class CfnResolverConfig(
|
|
1861
1915
|
_CfnResource_9df397a6,
|
|
1862
1916
|
metaclass=jsii.JSIIMeta,
|
|
@@ -1888,7 +1942,8 @@ class CfnResolverConfig(
|
|
|
1888
1942
|
autodefined_reverse_flag: builtins.str,
|
|
1889
1943
|
resource_id: builtins.str,
|
|
1890
1944
|
) -> None:
|
|
1891
|
-
'''
|
|
1945
|
+
'''Create a new ``AWS::Route53Resolver::ResolverConfig``.
|
|
1946
|
+
|
|
1892
1947
|
:param scope: Scope in which this resource is defined.
|
|
1893
1948
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
1894
1949
|
:param autodefined_reverse_flag: Represents the desired status of ``AutodefinedReverse`` . The only supported value on creation is ``DISABLE`` . Deletion of this resource will return ``AutodefinedReverse`` to its default value of ``ENABLED`` .
|
|
@@ -1904,6 +1959,27 @@ class CfnResolverConfig(
|
|
|
1904
1959
|
|
|
1905
1960
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1906
1961
|
|
|
1962
|
+
@jsii.member(jsii_name="fromResourceId")
|
|
1963
|
+
@builtins.classmethod
|
|
1964
|
+
def from_resource_id(
|
|
1965
|
+
cls,
|
|
1966
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1967
|
+
id: builtins.str,
|
|
1968
|
+
resource_id: builtins.str,
|
|
1969
|
+
) -> _IResolverConfigRef_1d384f7e:
|
|
1970
|
+
'''Creates a new IResolverConfigRef from a resourceId.
|
|
1971
|
+
|
|
1972
|
+
:param scope: -
|
|
1973
|
+
:param id: -
|
|
1974
|
+
:param resource_id: -
|
|
1975
|
+
'''
|
|
1976
|
+
if __debug__:
|
|
1977
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f8f6b0479da60df4a0222dc8fed87ef1041d1b88f7275f1bdc7b538b75cb68aa)
|
|
1978
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1979
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1980
|
+
check_type(argname="argument resource_id", value=resource_id, expected_type=type_hints["resource_id"])
|
|
1981
|
+
return typing.cast(_IResolverConfigRef_1d384f7e, jsii.sinvoke(cls, "fromResourceId", [scope, id, resource_id]))
|
|
1982
|
+
|
|
1907
1983
|
@jsii.member(jsii_name="inspect")
|
|
1908
1984
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1909
1985
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -1968,6 +2044,12 @@ class CfnResolverConfig(
|
|
|
1968
2044
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
1969
2045
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
1970
2046
|
|
|
2047
|
+
@builtins.property
|
|
2048
|
+
@jsii.member(jsii_name="resolverConfigRef")
|
|
2049
|
+
def resolver_config_ref(self) -> _ResolverConfigReference_b614e5ee:
|
|
2050
|
+
'''A reference to a ResolverConfig resource.'''
|
|
2051
|
+
return typing.cast(_ResolverConfigReference_b614e5ee, jsii.get(self, "resolverConfigRef"))
|
|
2052
|
+
|
|
1971
2053
|
@builtins.property
|
|
1972
2054
|
@jsii.member(jsii_name="autodefinedReverseFlag")
|
|
1973
2055
|
def autodefined_reverse_flag(self) -> builtins.str:
|
|
@@ -2072,7 +2154,7 @@ class CfnResolverConfigProps:
|
|
|
2072
2154
|
)
|
|
2073
2155
|
|
|
2074
2156
|
|
|
2075
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
2157
|
+
@jsii.implements(_IInspectable_c2943556, _IResolverDNSSECConfigRef_f032dbfa)
|
|
2076
2158
|
class CfnResolverDNSSECConfig(
|
|
2077
2159
|
_CfnResource_9df397a6,
|
|
2078
2160
|
metaclass=jsii.JSIIMeta,
|
|
@@ -2102,7 +2184,8 @@ class CfnResolverDNSSECConfig(
|
|
|
2102
2184
|
*,
|
|
2103
2185
|
resource_id: typing.Optional[builtins.str] = None,
|
|
2104
2186
|
) -> None:
|
|
2105
|
-
'''
|
|
2187
|
+
'''Create a new ``AWS::Route53Resolver::ResolverDNSSECConfig``.
|
|
2188
|
+
|
|
2106
2189
|
:param scope: Scope in which this resource is defined.
|
|
2107
2190
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
2108
2191
|
:param resource_id: The ID of the virtual private cloud (VPC) that you're configuring the DNSSEC validation status for.
|
|
@@ -2183,6 +2266,12 @@ class CfnResolverDNSSECConfig(
|
|
|
2183
2266
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
2184
2267
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
2185
2268
|
|
|
2269
|
+
@builtins.property
|
|
2270
|
+
@jsii.member(jsii_name="resolverDnssecConfigRef")
|
|
2271
|
+
def resolver_dnssec_config_ref(self) -> _ResolverDNSSECConfigReference_a2a8fdc3:
|
|
2272
|
+
'''A reference to a ResolverDNSSECConfig resource.'''
|
|
2273
|
+
return typing.cast(_ResolverDNSSECConfigReference_a2a8fdc3, jsii.get(self, "resolverDnssecConfigRef"))
|
|
2274
|
+
|
|
2186
2275
|
@builtins.property
|
|
2187
2276
|
@jsii.member(jsii_name="resourceId")
|
|
2188
2277
|
def resource_id(self) -> typing.Optional[builtins.str]:
|
|
@@ -2249,7 +2338,7 @@ class CfnResolverDNSSECConfigProps:
|
|
|
2249
2338
|
)
|
|
2250
2339
|
|
|
2251
2340
|
|
|
2252
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
2341
|
+
@jsii.implements(_IInspectable_c2943556, _IResolverEndpointRef_afa17ae0, _ITaggable_36806126)
|
|
2253
2342
|
class CfnResolverEndpoint(
|
|
2254
2343
|
_CfnResource_9df397a6,
|
|
2255
2344
|
metaclass=jsii.JSIIMeta,
|
|
@@ -2314,16 +2403,17 @@ class CfnResolverEndpoint(
|
|
|
2314
2403
|
resolver_endpoint_type: typing.Optional[builtins.str] = None,
|
|
2315
2404
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2316
2405
|
) -> None:
|
|
2317
|
-
'''
|
|
2406
|
+
'''Create a new ``AWS::Route53Resolver::ResolverEndpoint``.
|
|
2407
|
+
|
|
2318
2408
|
:param scope: Scope in which this resource is defined.
|
|
2319
2409
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
2320
|
-
:param direction: Indicates whether the Resolver endpoint allows inbound or outbound DNS queries:. - ``INBOUND`` : allows DNS queries to your VPC from your network - ``OUTBOUND`` : allows DNS queries from your VPC to your network
|
|
2410
|
+
:param direction: Indicates whether the Resolver endpoint allows inbound or outbound DNS queries:. - ``INBOUND`` : allows DNS queries to your VPC from your network - ``OUTBOUND`` : allows DNS queries from your VPC to your network - ``INBOUND_DELEGATION`` : Resolver delegates queries to Route 53 private hosted zones from your network.
|
|
2321
2411
|
:param ip_addresses: The subnets and IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints). The subnet ID uniquely identifies a VPC. .. epigraph:: Even though the minimum is 1, Route 53 requires that you create at least two.
|
|
2322
2412
|
:param security_group_ids: The ID of one or more security groups that control access to this VPC. The security group must include one or more inbound rules (for inbound endpoints) or outbound rules (for outbound endpoints). Inbound and outbound rules must allow TCP and UDP access. For inbound access, open port 53. For outbound access, open the port that you're using for DNS queries on your network.
|
|
2323
2413
|
:param name: A friendly name that lets you easily find a configuration in the Resolver dashboard in the Route 53 console.
|
|
2324
2414
|
:param outpost_arn: The ARN (Amazon Resource Name) for the Outpost.
|
|
2325
2415
|
:param preferred_instance_type: The Amazon EC2 instance type.
|
|
2326
|
-
:param protocols: Protocols used for the endpoint. DoH-FIPS is applicable for inbound endpoints only. For an inbound endpoint you can apply the protocols as follows: - Do53 and DoH in combination. - Do53 and DoH-FIPS in combination. - Do53 alone. - DoH alone. - DoH-FIPS alone. - None, which is treated as Do53. For an outbound endpoint you can apply the protocols as follows: - Do53 and DoH in combination. - Do53 alone. - DoH alone. - None, which is treated as Do53.
|
|
2416
|
+
:param protocols: Protocols used for the endpoint. DoH-FIPS is applicable for a default inbound endpoints only. For an inbound endpoint you can apply the protocols as follows: - Do53 and DoH in combination. - Do53 and DoH-FIPS in combination. - Do53 alone. - DoH alone. - DoH-FIPS alone. - None, which is treated as Do53. For a delegation inbound endpoint you can use Do53 only. For an outbound endpoint you can apply the protocols as follows: - Do53 and DoH in combination. - Do53 alone. - DoH alone. - None, which is treated as Do53.
|
|
2327
2417
|
:param resolver_endpoint_type: The Resolver endpoint IP address type.
|
|
2328
2418
|
:param tags: Route 53 Resolver doesn't support updating tags through CloudFormation.
|
|
2329
2419
|
'''
|
|
@@ -2458,6 +2548,12 @@ class CfnResolverEndpoint(
|
|
|
2458
2548
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
2459
2549
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
2460
2550
|
|
|
2551
|
+
@builtins.property
|
|
2552
|
+
@jsii.member(jsii_name="resolverEndpointRef")
|
|
2553
|
+
def resolver_endpoint_ref(self) -> _ResolverEndpointReference_8c08ddc9:
|
|
2554
|
+
'''A reference to a ResolverEndpoint resource.'''
|
|
2555
|
+
return typing.cast(_ResolverEndpointReference_8c08ddc9, jsii.get(self, "resolverEndpointRef"))
|
|
2556
|
+
|
|
2461
2557
|
@builtins.property
|
|
2462
2558
|
@jsii.member(jsii_name="tags")
|
|
2463
2559
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -2552,7 +2648,7 @@ class CfnResolverEndpoint(
|
|
|
2552
2648
|
def protocols(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
2553
2649
|
'''Protocols used for the endpoint.
|
|
2554
2650
|
|
|
2555
|
-
DoH-FIPS is applicable for inbound endpoints only.
|
|
2651
|
+
DoH-FIPS is applicable for a default inbound endpoints only.
|
|
2556
2652
|
'''
|
|
2557
2653
|
return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "protocols"))
|
|
2558
2654
|
|
|
@@ -2709,13 +2805,13 @@ class CfnResolverEndpointProps:
|
|
|
2709
2805
|
) -> None:
|
|
2710
2806
|
'''Properties for defining a ``CfnResolverEndpoint``.
|
|
2711
2807
|
|
|
2712
|
-
:param direction: Indicates whether the Resolver endpoint allows inbound or outbound DNS queries:. - ``INBOUND`` : allows DNS queries to your VPC from your network - ``OUTBOUND`` : allows DNS queries from your VPC to your network
|
|
2808
|
+
:param direction: Indicates whether the Resolver endpoint allows inbound or outbound DNS queries:. - ``INBOUND`` : allows DNS queries to your VPC from your network - ``OUTBOUND`` : allows DNS queries from your VPC to your network - ``INBOUND_DELEGATION`` : Resolver delegates queries to Route 53 private hosted zones from your network.
|
|
2713
2809
|
:param ip_addresses: The subnets and IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints). The subnet ID uniquely identifies a VPC. .. epigraph:: Even though the minimum is 1, Route 53 requires that you create at least two.
|
|
2714
2810
|
:param security_group_ids: The ID of one or more security groups that control access to this VPC. The security group must include one or more inbound rules (for inbound endpoints) or outbound rules (for outbound endpoints). Inbound and outbound rules must allow TCP and UDP access. For inbound access, open port 53. For outbound access, open the port that you're using for DNS queries on your network.
|
|
2715
2811
|
:param name: A friendly name that lets you easily find a configuration in the Resolver dashboard in the Route 53 console.
|
|
2716
2812
|
:param outpost_arn: The ARN (Amazon Resource Name) for the Outpost.
|
|
2717
2813
|
:param preferred_instance_type: The Amazon EC2 instance type.
|
|
2718
|
-
:param protocols: Protocols used for the endpoint. DoH-FIPS is applicable for inbound endpoints only. For an inbound endpoint you can apply the protocols as follows: - Do53 and DoH in combination. - Do53 and DoH-FIPS in combination. - Do53 alone. - DoH alone. - DoH-FIPS alone. - None, which is treated as Do53. For an outbound endpoint you can apply the protocols as follows: - Do53 and DoH in combination. - Do53 alone. - DoH alone. - None, which is treated as Do53.
|
|
2814
|
+
:param protocols: Protocols used for the endpoint. DoH-FIPS is applicable for a default inbound endpoints only. For an inbound endpoint you can apply the protocols as follows: - Do53 and DoH in combination. - Do53 and DoH-FIPS in combination. - Do53 alone. - DoH alone. - DoH-FIPS alone. - None, which is treated as Do53. For a delegation inbound endpoint you can use Do53 only. For an outbound endpoint you can apply the protocols as follows: - Do53 and DoH in combination. - Do53 alone. - DoH alone. - None, which is treated as Do53.
|
|
2719
2815
|
:param resolver_endpoint_type: The Resolver endpoint IP address type.
|
|
2720
2816
|
:param tags: Route 53 Resolver doesn't support updating tags through CloudFormation.
|
|
2721
2817
|
|
|
@@ -2786,6 +2882,7 @@ class CfnResolverEndpointProps:
|
|
|
2786
2882
|
|
|
2787
2883
|
- ``INBOUND`` : allows DNS queries to your VPC from your network
|
|
2788
2884
|
- ``OUTBOUND`` : allows DNS queries from your VPC to your network
|
|
2885
|
+
- ``INBOUND_DELEGATION`` : Resolver delegates queries to Route 53 private hosted zones from your network.
|
|
2789
2886
|
|
|
2790
2887
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html#cfn-route53resolver-resolverendpoint-direction
|
|
2791
2888
|
'''
|
|
@@ -2851,7 +2948,7 @@ class CfnResolverEndpointProps:
|
|
|
2851
2948
|
|
|
2852
2949
|
@builtins.property
|
|
2853
2950
|
def protocols(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
2854
|
-
'''Protocols used for the endpoint. DoH-FIPS is applicable for inbound endpoints only.
|
|
2951
|
+
'''Protocols used for the endpoint. DoH-FIPS is applicable for a default inbound endpoints only.
|
|
2855
2952
|
|
|
2856
2953
|
For an inbound endpoint you can apply the protocols as follows:
|
|
2857
2954
|
|
|
@@ -2862,6 +2959,8 @@ class CfnResolverEndpointProps:
|
|
|
2862
2959
|
- DoH-FIPS alone.
|
|
2863
2960
|
- None, which is treated as Do53.
|
|
2864
2961
|
|
|
2962
|
+
For a delegation inbound endpoint you can use Do53 only.
|
|
2963
|
+
|
|
2865
2964
|
For an outbound endpoint you can apply the protocols as follows:
|
|
2866
2965
|
|
|
2867
2966
|
- Do53 and DoH in combination.
|
|
@@ -2904,7 +3003,7 @@ class CfnResolverEndpointProps:
|
|
|
2904
3003
|
)
|
|
2905
3004
|
|
|
2906
3005
|
|
|
2907
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
3006
|
+
@jsii.implements(_IInspectable_c2943556, _IResolverQueryLoggingConfigRef_d0f8733d, _ITaggableV2_4e6798f8)
|
|
2908
3007
|
class CfnResolverQueryLoggingConfig(
|
|
2909
3008
|
_CfnResource_9df397a6,
|
|
2910
3009
|
metaclass=jsii.JSIIMeta,
|
|
@@ -2941,7 +3040,8 @@ class CfnResolverQueryLoggingConfig(
|
|
|
2941
3040
|
name: typing.Optional[builtins.str] = None,
|
|
2942
3041
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2943
3042
|
) -> None:
|
|
2944
|
-
'''
|
|
3043
|
+
'''Create a new ``AWS::Route53Resolver::ResolverQueryLoggingConfig``.
|
|
3044
|
+
|
|
2945
3045
|
:param scope: Scope in which this resource is defined.
|
|
2946
3046
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
2947
3047
|
:param destination_arn: The ARN of the resource that you want Resolver to send query logs: an Amazon S3 bucket, a CloudWatch Logs log group, or a Kinesis Data Firehose delivery stream.
|
|
@@ -3082,6 +3182,14 @@ class CfnResolverQueryLoggingConfig(
|
|
|
3082
3182
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
3083
3183
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
3084
3184
|
|
|
3185
|
+
@builtins.property
|
|
3186
|
+
@jsii.member(jsii_name="resolverQueryLoggingConfigRef")
|
|
3187
|
+
def resolver_query_logging_config_ref(
|
|
3188
|
+
self,
|
|
3189
|
+
) -> _ResolverQueryLoggingConfigReference_91966a96:
|
|
3190
|
+
'''A reference to a ResolverQueryLoggingConfig resource.'''
|
|
3191
|
+
return typing.cast(_ResolverQueryLoggingConfigReference_91966a96, jsii.get(self, "resolverQueryLoggingConfigRef"))
|
|
3192
|
+
|
|
3085
3193
|
@builtins.property
|
|
3086
3194
|
@jsii.member(jsii_name="destinationArn")
|
|
3087
3195
|
def destination_arn(self) -> typing.Optional[builtins.str]:
|
|
@@ -3122,7 +3230,7 @@ class CfnResolverQueryLoggingConfig(
|
|
|
3122
3230
|
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
3123
3231
|
|
|
3124
3232
|
|
|
3125
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
3233
|
+
@jsii.implements(_IInspectable_c2943556, _IResolverQueryLoggingConfigAssociationRef_6173eaa8)
|
|
3126
3234
|
class CfnResolverQueryLoggingConfigAssociation(
|
|
3127
3235
|
_CfnResource_9df397a6,
|
|
3128
3236
|
metaclass=jsii.JSIIMeta,
|
|
@@ -3156,7 +3264,8 @@ class CfnResolverQueryLoggingConfigAssociation(
|
|
|
3156
3264
|
resolver_query_log_config_id: typing.Optional[builtins.str] = None,
|
|
3157
3265
|
resource_id: typing.Optional[builtins.str] = None,
|
|
3158
3266
|
) -> None:
|
|
3159
|
-
'''
|
|
3267
|
+
'''Create a new ``AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation``.
|
|
3268
|
+
|
|
3160
3269
|
:param scope: Scope in which this resource is defined.
|
|
3161
3270
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
3162
3271
|
:param resolver_query_log_config_id: The ID of the query logging configuration that a VPC is associated with.
|
|
@@ -3265,6 +3374,14 @@ class CfnResolverQueryLoggingConfigAssociation(
|
|
|
3265
3374
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
3266
3375
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
3267
3376
|
|
|
3377
|
+
@builtins.property
|
|
3378
|
+
@jsii.member(jsii_name="resolverQueryLoggingConfigAssociationRef")
|
|
3379
|
+
def resolver_query_logging_config_association_ref(
|
|
3380
|
+
self,
|
|
3381
|
+
) -> _ResolverQueryLoggingConfigAssociationReference_62d988ea:
|
|
3382
|
+
'''A reference to a ResolverQueryLoggingConfigAssociation resource.'''
|
|
3383
|
+
return typing.cast(_ResolverQueryLoggingConfigAssociationReference_62d988ea, jsii.get(self, "resolverQueryLoggingConfigAssociationRef"))
|
|
3384
|
+
|
|
3268
3385
|
@builtins.property
|
|
3269
3386
|
@jsii.member(jsii_name="resolverQueryLogConfigId")
|
|
3270
3387
|
def resolver_query_log_config_id(self) -> typing.Optional[builtins.str]:
|
|
@@ -3458,7 +3575,7 @@ class CfnResolverQueryLoggingConfigProps:
|
|
|
3458
3575
|
)
|
|
3459
3576
|
|
|
3460
3577
|
|
|
3461
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
3578
|
+
@jsii.implements(_IInspectable_c2943556, _IResolverRuleRef_9606d452, _ITaggable_36806126)
|
|
3462
3579
|
class CfnResolverRule(
|
|
3463
3580
|
_CfnResource_9df397a6,
|
|
3464
3581
|
metaclass=jsii.JSIIMeta,
|
|
@@ -3511,13 +3628,14 @@ class CfnResolverRule(
|
|
|
3511
3628
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3512
3629
|
target_ips: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnResolverRule.TargetAddressProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
3513
3630
|
) -> None:
|
|
3514
|
-
'''
|
|
3631
|
+
'''Create a new ``AWS::Route53Resolver::ResolverRule``.
|
|
3632
|
+
|
|
3515
3633
|
:param scope: Scope in which this resource is defined.
|
|
3516
3634
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
3517
|
-
:param rule_type: When you want to forward DNS queries for specified domain name to resolvers on your network, specify ``FORWARD`` . When you have a forwarding rule to forward DNS queries for a domain to your network and you want Resolver to process queries for a subdomain of that domain, specify ``SYSTEM`` . For example, to forward DNS queries for example.com to resolvers on your network, you create a rule and specify ``FORWARD`` for ``RuleType`` . To then have Resolver process queries for apex.example.com, you create a rule and specify ``SYSTEM`` for ``RuleType`` . Currently, only Resolver can create rules that have a value of ``RECURSIVE`` for ``RuleType`` .
|
|
3518
|
-
:param delegation_record:
|
|
3635
|
+
:param rule_type: When you want to forward DNS queries for specified domain name to resolvers on your network, specify ``FORWARD`` or ``DELEGATE`` . If a query matches multiple Resolver rules (example.com and www.example.com), outbound DNS queries are routed using the Resolver rule that contains the most specific domain name (www.example.com). When you have a forwarding rule to forward DNS queries for a domain to your network and you want Resolver to process queries for a subdomain of that domain, specify ``SYSTEM`` . For example, to forward DNS queries for example.com to resolvers on your network, you create a rule and specify ``FORWARD`` for ``RuleType`` . To then have Resolver process queries for apex.example.com, you create a rule and specify ``SYSTEM`` for ``RuleType`` . Currently, only Resolver can create rules that have a value of ``RECURSIVE`` for ``RuleType`` .
|
|
3636
|
+
:param delegation_record: DNS queries with delegation records that point to this domain name are forwarded to resolvers on your network.
|
|
3519
3637
|
:param domain_name: DNS queries for this domain name are forwarded to the IP addresses that are specified in ``TargetIps`` . If a query matches multiple Resolver rules (example.com and www.example.com), the query is routed using the Resolver rule that contains the most specific domain name (www.example.com).
|
|
3520
|
-
:param name: The name for the Resolver rule, which you specified when you created the Resolver rule.
|
|
3638
|
+
:param name: The name for the Resolver rule, which you specified when you created the Resolver rule. The name can be up to 64 characters long and can contain letters (a-z, A-Z), numbers (0-9), hyphens (-), underscores (_), and spaces. The name cannot consist of only numbers.
|
|
3521
3639
|
:param resolver_endpoint_id: The ID of the endpoint that the rule is associated with.
|
|
3522
3640
|
:param tags: Tags help organize and categorize your Resolver rules. Each tag consists of a key and an optional value, both of which you define.
|
|
3523
3641
|
:param target_ips: An array that contains the IP addresses and ports that an outbound endpoint forwards DNS queries to. Typically, these are the IP addresses of DNS resolvers on your network.
|
|
@@ -3624,6 +3742,8 @@ class CfnResolverRule(
|
|
|
3624
3742
|
|
|
3625
3743
|
This value isn't applicable when ``RuleType`` is ``SYSTEM`` .
|
|
3626
3744
|
|
|
3745
|
+
``TargetIps`` is available only when the value of ``RuleType`` is ``FORWARD`` . You should not provide ``TargetIps`` when the ``RuleType`` is ``DELEGATE`` .
|
|
3746
|
+
|
|
3627
3747
|
:cloudformationAttribute: TargetIps
|
|
3628
3748
|
'''
|
|
3629
3749
|
return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrTargetIps"))
|
|
@@ -3633,6 +3753,12 @@ class CfnResolverRule(
|
|
|
3633
3753
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
3634
3754
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
3635
3755
|
|
|
3756
|
+
@builtins.property
|
|
3757
|
+
@jsii.member(jsii_name="resolverRuleRef")
|
|
3758
|
+
def resolver_rule_ref(self) -> _ResolverRuleReference_7e3f31e4:
|
|
3759
|
+
'''A reference to a ResolverRule resource.'''
|
|
3760
|
+
return typing.cast(_ResolverRuleReference_7e3f31e4, jsii.get(self, "resolverRuleRef"))
|
|
3761
|
+
|
|
3636
3762
|
@builtins.property
|
|
3637
3763
|
@jsii.member(jsii_name="tags")
|
|
3638
3764
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -3642,7 +3768,7 @@ class CfnResolverRule(
|
|
|
3642
3768
|
@builtins.property
|
|
3643
3769
|
@jsii.member(jsii_name="ruleType")
|
|
3644
3770
|
def rule_type(self) -> builtins.str:
|
|
3645
|
-
'''When you want to forward DNS queries for specified domain name to resolvers on your network, specify ``FORWARD`` .'''
|
|
3771
|
+
'''When you want to forward DNS queries for specified domain name to resolvers on your network, specify ``FORWARD`` or ``DELEGATE`` .'''
|
|
3646
3772
|
return typing.cast(builtins.str, jsii.get(self, "ruleType"))
|
|
3647
3773
|
|
|
3648
3774
|
@rule_type.setter
|
|
@@ -3655,7 +3781,7 @@ class CfnResolverRule(
|
|
|
3655
3781
|
@builtins.property
|
|
3656
3782
|
@jsii.member(jsii_name="delegationRecord")
|
|
3657
3783
|
def delegation_record(self) -> typing.Optional[builtins.str]:
|
|
3658
|
-
'''
|
|
3784
|
+
'''DNS queries with delegation records that point to this domain name are forwarded to resolvers on your network.'''
|
|
3659
3785
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "delegationRecord"))
|
|
3660
3786
|
|
|
3661
3787
|
@delegation_record.setter
|
|
@@ -3861,7 +3987,7 @@ class CfnResolverRule(
|
|
|
3861
3987
|
)
|
|
3862
3988
|
|
|
3863
3989
|
|
|
3864
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
3990
|
+
@jsii.implements(_IInspectable_c2943556, _IResolverRuleAssociationRef_7d552f57)
|
|
3865
3991
|
class CfnResolverRuleAssociation(
|
|
3866
3992
|
_CfnResource_9df397a6,
|
|
3867
3993
|
metaclass=jsii.JSIIMeta,
|
|
@@ -3897,12 +4023,13 @@ class CfnResolverRuleAssociation(
|
|
|
3897
4023
|
vpc_id: builtins.str,
|
|
3898
4024
|
name: typing.Optional[builtins.str] = None,
|
|
3899
4025
|
) -> None:
|
|
3900
|
-
'''
|
|
4026
|
+
'''Create a new ``AWS::Route53Resolver::ResolverRuleAssociation``.
|
|
4027
|
+
|
|
3901
4028
|
:param scope: Scope in which this resource is defined.
|
|
3902
4029
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
3903
4030
|
:param resolver_rule_id: The ID of the Resolver rule that you associated with the VPC that is specified by ``VPCId`` .
|
|
3904
4031
|
:param vpc_id: The ID of the VPC that you associated the Resolver rule with.
|
|
3905
|
-
:param name: The name of an association between a Resolver rule and a VPC.
|
|
4032
|
+
:param name: The name of an association between a Resolver rule and a VPC. The name can be up to 64 characters long and can contain letters (a-z, A-Z), numbers (0-9), hyphens (-), underscores (_), and spaces. The name cannot consist of only numbers.
|
|
3906
4033
|
'''
|
|
3907
4034
|
if __debug__:
|
|
3908
4035
|
type_hints = typing.get_type_hints(_typecheckingstub__8e372f7e2d960601c8b6496b7cbefaf56be2402644532349feb6b1a788f12a6f)
|
|
@@ -3985,6 +4112,14 @@ class CfnResolverRuleAssociation(
|
|
|
3985
4112
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
3986
4113
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
3987
4114
|
|
|
4115
|
+
@builtins.property
|
|
4116
|
+
@jsii.member(jsii_name="resolverRuleAssociationRef")
|
|
4117
|
+
def resolver_rule_association_ref(
|
|
4118
|
+
self,
|
|
4119
|
+
) -> _ResolverRuleAssociationReference_875466c4:
|
|
4120
|
+
'''A reference to a ResolverRuleAssociation resource.'''
|
|
4121
|
+
return typing.cast(_ResolverRuleAssociationReference_875466c4, jsii.get(self, "resolverRuleAssociationRef"))
|
|
4122
|
+
|
|
3988
4123
|
@builtins.property
|
|
3989
4124
|
@jsii.member(jsii_name="resolverRuleId")
|
|
3990
4125
|
def resolver_rule_id(self) -> builtins.str:
|
|
@@ -4046,7 +4181,7 @@ class CfnResolverRuleAssociationProps:
|
|
|
4046
4181
|
|
|
4047
4182
|
:param resolver_rule_id: The ID of the Resolver rule that you associated with the VPC that is specified by ``VPCId`` .
|
|
4048
4183
|
:param vpc_id: The ID of the VPC that you associated the Resolver rule with.
|
|
4049
|
-
:param name: The name of an association between a Resolver rule and a VPC.
|
|
4184
|
+
:param name: The name of an association between a Resolver rule and a VPC. The name can be up to 64 characters long and can contain letters (a-z, A-Z), numbers (0-9), hyphens (-), underscores (_), and spaces. The name cannot consist of only numbers.
|
|
4050
4185
|
|
|
4051
4186
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html
|
|
4052
4187
|
:exampleMetadata: fixture=_generated
|
|
@@ -4101,6 +4236,8 @@ class CfnResolverRuleAssociationProps:
|
|
|
4101
4236
|
def name(self) -> typing.Optional[builtins.str]:
|
|
4102
4237
|
'''The name of an association between a Resolver rule and a VPC.
|
|
4103
4238
|
|
|
4239
|
+
The name can be up to 64 characters long and can contain letters (a-z, A-Z), numbers (0-9), hyphens (-), underscores (_), and spaces. The name cannot consist of only numbers.
|
|
4240
|
+
|
|
4104
4241
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-name
|
|
4105
4242
|
'''
|
|
4106
4243
|
result = self._values.get("name")
|
|
@@ -4145,10 +4282,10 @@ class CfnResolverRuleProps:
|
|
|
4145
4282
|
) -> None:
|
|
4146
4283
|
'''Properties for defining a ``CfnResolverRule``.
|
|
4147
4284
|
|
|
4148
|
-
:param rule_type: When you want to forward DNS queries for specified domain name to resolvers on your network, specify ``FORWARD`` . When you have a forwarding rule to forward DNS queries for a domain to your network and you want Resolver to process queries for a subdomain of that domain, specify ``SYSTEM`` . For example, to forward DNS queries for example.com to resolvers on your network, you create a rule and specify ``FORWARD`` for ``RuleType`` . To then have Resolver process queries for apex.example.com, you create a rule and specify ``SYSTEM`` for ``RuleType`` . Currently, only Resolver can create rules that have a value of ``RECURSIVE`` for ``RuleType`` .
|
|
4149
|
-
:param delegation_record:
|
|
4285
|
+
:param rule_type: When you want to forward DNS queries for specified domain name to resolvers on your network, specify ``FORWARD`` or ``DELEGATE`` . If a query matches multiple Resolver rules (example.com and www.example.com), outbound DNS queries are routed using the Resolver rule that contains the most specific domain name (www.example.com). When you have a forwarding rule to forward DNS queries for a domain to your network and you want Resolver to process queries for a subdomain of that domain, specify ``SYSTEM`` . For example, to forward DNS queries for example.com to resolvers on your network, you create a rule and specify ``FORWARD`` for ``RuleType`` . To then have Resolver process queries for apex.example.com, you create a rule and specify ``SYSTEM`` for ``RuleType`` . Currently, only Resolver can create rules that have a value of ``RECURSIVE`` for ``RuleType`` .
|
|
4286
|
+
:param delegation_record: DNS queries with delegation records that point to this domain name are forwarded to resolvers on your network.
|
|
4150
4287
|
:param domain_name: DNS queries for this domain name are forwarded to the IP addresses that are specified in ``TargetIps`` . If a query matches multiple Resolver rules (example.com and www.example.com), the query is routed using the Resolver rule that contains the most specific domain name (www.example.com).
|
|
4151
|
-
:param name: The name for the Resolver rule, which you specified when you created the Resolver rule.
|
|
4288
|
+
:param name: The name for the Resolver rule, which you specified when you created the Resolver rule. The name can be up to 64 characters long and can contain letters (a-z, A-Z), numbers (0-9), hyphens (-), underscores (_), and spaces. The name cannot consist of only numbers.
|
|
4152
4289
|
:param resolver_endpoint_id: The ID of the endpoint that the rule is associated with.
|
|
4153
4290
|
:param tags: Tags help organize and categorize your Resolver rules. Each tag consists of a key and an optional value, both of which you define.
|
|
4154
4291
|
:param target_ips: An array that contains the IP addresses and ports that an outbound endpoint forwards DNS queries to. Typically, these are the IP addresses of DNS resolvers on your network.
|
|
@@ -4210,7 +4347,9 @@ class CfnResolverRuleProps:
|
|
|
4210
4347
|
|
|
4211
4348
|
@builtins.property
|
|
4212
4349
|
def rule_type(self) -> builtins.str:
|
|
4213
|
-
'''When you want to forward DNS queries for specified domain name to resolvers on your network, specify ``FORWARD`` .
|
|
4350
|
+
'''When you want to forward DNS queries for specified domain name to resolvers on your network, specify ``FORWARD`` or ``DELEGATE`` .
|
|
4351
|
+
|
|
4352
|
+
If a query matches multiple Resolver rules (example.com and www.example.com), outbound DNS queries are routed using the Resolver rule that contains the most specific domain name (www.example.com).
|
|
4214
4353
|
|
|
4215
4354
|
When you have a forwarding rule to forward DNS queries for a domain to your network and you want Resolver to process queries for a subdomain of that domain, specify ``SYSTEM`` .
|
|
4216
4355
|
|
|
@@ -4226,7 +4365,7 @@ class CfnResolverRuleProps:
|
|
|
4226
4365
|
|
|
4227
4366
|
@builtins.property
|
|
4228
4367
|
def delegation_record(self) -> typing.Optional[builtins.str]:
|
|
4229
|
-
'''
|
|
4368
|
+
'''DNS queries with delegation records that point to this domain name are forwarded to resolvers on your network.
|
|
4230
4369
|
|
|
4231
4370
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-delegationrecord
|
|
4232
4371
|
'''
|
|
@@ -4248,6 +4387,8 @@ class CfnResolverRuleProps:
|
|
|
4248
4387
|
def name(self) -> typing.Optional[builtins.str]:
|
|
4249
4388
|
'''The name for the Resolver rule, which you specified when you created the Resolver rule.
|
|
4250
4389
|
|
|
4390
|
+
The name can be up to 64 characters long and can contain letters (a-z, A-Z), numbers (0-9), hyphens (-), underscores (_), and spaces. The name cannot consist of only numbers.
|
|
4391
|
+
|
|
4251
4392
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-name
|
|
4252
4393
|
'''
|
|
4253
4394
|
result = self._values.get("name")
|
|
@@ -4601,6 +4742,14 @@ def _typecheckingstub__35122d782a5f80846e3948e7eb0337b124eee2f562394f9f0ac3811b7
|
|
|
4601
4742
|
"""Type checking stubs"""
|
|
4602
4743
|
pass
|
|
4603
4744
|
|
|
4745
|
+
def _typecheckingstub__f8f6b0479da60df4a0222dc8fed87ef1041d1b88f7275f1bdc7b538b75cb68aa(
|
|
4746
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4747
|
+
id: builtins.str,
|
|
4748
|
+
resource_id: builtins.str,
|
|
4749
|
+
) -> None:
|
|
4750
|
+
"""Type checking stubs"""
|
|
4751
|
+
pass
|
|
4752
|
+
|
|
4604
4753
|
def _typecheckingstub__b9b80f7dd8c3634834446059b6a5647da70f751aee16fc635988309e2b114da8(
|
|
4605
4754
|
inspector: _TreeInspector_488e0dd5,
|
|
4606
4755
|
) -> None:
|