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
|
@@ -72,6 +72,8 @@ Fargate services will use the `LATEST` platform version by default, but you can
|
|
|
72
72
|
|
|
73
73
|
Fargate services use the default VPC Security Group unless one or more are provided using the `securityGroups` property in the constructor.
|
|
74
74
|
|
|
75
|
+
**Security Considerations**: When using custom security groups on your load balancer, the `openListener` property controls whether the load balancer listener allows traffic from anywhere on the internet (0.0.0.0/0). By default, `openListener` is `true`, but it will automatically default to `false` when custom security groups are detected, preventing unintended internet exposure. You can always explicitly set `openListener: true` to override this behavior if needed.
|
|
76
|
+
|
|
75
77
|
By setting `redirectHTTP` to true, CDK will automatically create a listener on port 80 that redirects HTTP traffic to the HTTPS port.
|
|
76
78
|
|
|
77
79
|
If you specify the option `recordType` you can decide if you want the construct to use CNAME or Route53-Aliases as record sets.
|
aws_cdk/aws_efs/__init__.py
CHANGED
|
@@ -358,6 +358,15 @@ from ..aws_iam import (
|
|
|
358
358
|
PolicyStatement as _PolicyStatement_0fe33853,
|
|
359
359
|
)
|
|
360
360
|
from ..aws_kms import IKey as _IKey_5f11635f
|
|
361
|
+
from ..interfaces.aws_efs import (
|
|
362
|
+
AccessPointReference as _AccessPointReference_4b264f5d,
|
|
363
|
+
FileSystemReference as _FileSystemReference_4a6f4058,
|
|
364
|
+
IAccessPointRef as _IAccessPointRef_437d4bf7,
|
|
365
|
+
IFileSystemRef as _IFileSystemRef_3dcf8b98,
|
|
366
|
+
IMountTargetRef as _IMountTargetRef_0955e348,
|
|
367
|
+
MountTargetReference as _MountTargetReference_498e181c,
|
|
368
|
+
)
|
|
369
|
+
from ..interfaces.aws_kms import IKeyRef as _IKeyRef_d4fc6ef3
|
|
361
370
|
|
|
362
371
|
|
|
363
372
|
@jsii.data_type(
|
|
@@ -820,7 +829,7 @@ class Acl:
|
|
|
820
829
|
)
|
|
821
830
|
|
|
822
831
|
|
|
823
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
832
|
+
@jsii.implements(_IInspectable_c2943556, _IAccessPointRef_437d4bf7, _ITaggable_36806126)
|
|
824
833
|
class CfnAccessPoint(
|
|
825
834
|
_CfnResource_9df397a6,
|
|
826
835
|
metaclass=jsii.JSIIMeta,
|
|
@@ -880,7 +889,8 @@ class CfnAccessPoint(
|
|
|
880
889
|
posix_user: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAccessPoint.PosixUserProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
881
890
|
root_directory: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAccessPoint.RootDirectoryProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
882
891
|
) -> None:
|
|
883
|
-
'''
|
|
892
|
+
'''Create a new ``AWS::EFS::AccessPoint``.
|
|
893
|
+
|
|
884
894
|
:param scope: Scope in which this resource is defined.
|
|
885
895
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
886
896
|
:param file_system_id: The ID of the EFS file system that the access point applies to. Accepts only the ID format for input when specifying a file system, for example ``fs-0123456789abcedf2`` .
|
|
@@ -903,6 +913,48 @@ class CfnAccessPoint(
|
|
|
903
913
|
|
|
904
914
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
905
915
|
|
|
916
|
+
@jsii.member(jsii_name="fromAccessPointArn")
|
|
917
|
+
@builtins.classmethod
|
|
918
|
+
def from_access_point_arn(
|
|
919
|
+
cls,
|
|
920
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
921
|
+
id: builtins.str,
|
|
922
|
+
arn: builtins.str,
|
|
923
|
+
) -> _IAccessPointRef_437d4bf7:
|
|
924
|
+
'''Creates a new IAccessPointRef from an ARN.
|
|
925
|
+
|
|
926
|
+
:param scope: -
|
|
927
|
+
:param id: -
|
|
928
|
+
:param arn: -
|
|
929
|
+
'''
|
|
930
|
+
if __debug__:
|
|
931
|
+
type_hints = typing.get_type_hints(_typecheckingstub__92ad86c592cb19a6abd73b1b479fad3b171522816029847cc3a4c5b73c6498de)
|
|
932
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
933
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
934
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
935
|
+
return typing.cast(_IAccessPointRef_437d4bf7, jsii.sinvoke(cls, "fromAccessPointArn", [scope, id, arn]))
|
|
936
|
+
|
|
937
|
+
@jsii.member(jsii_name="fromAccessPointId")
|
|
938
|
+
@builtins.classmethod
|
|
939
|
+
def from_access_point_id(
|
|
940
|
+
cls,
|
|
941
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
942
|
+
id: builtins.str,
|
|
943
|
+
access_point_id: builtins.str,
|
|
944
|
+
) -> _IAccessPointRef_437d4bf7:
|
|
945
|
+
'''Creates a new IAccessPointRef from a accessPointId.
|
|
946
|
+
|
|
947
|
+
:param scope: -
|
|
948
|
+
:param id: -
|
|
949
|
+
:param access_point_id: -
|
|
950
|
+
'''
|
|
951
|
+
if __debug__:
|
|
952
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8b64390d2c6b604063551974706c8adbb104ec23af46eef06f60815f3f011b40)
|
|
953
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
954
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
955
|
+
check_type(argname="argument access_point_id", value=access_point_id, expected_type=type_hints["access_point_id"])
|
|
956
|
+
return typing.cast(_IAccessPointRef_437d4bf7, jsii.sinvoke(cls, "fromAccessPointId", [scope, id, access_point_id]))
|
|
957
|
+
|
|
906
958
|
@jsii.member(jsii_name="inspect")
|
|
907
959
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
908
960
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -933,6 +985,12 @@ class CfnAccessPoint(
|
|
|
933
985
|
'''The CloudFormation resource type name for this resource class.'''
|
|
934
986
|
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
935
987
|
|
|
988
|
+
@builtins.property
|
|
989
|
+
@jsii.member(jsii_name="accessPointRef")
|
|
990
|
+
def access_point_ref(self) -> _AccessPointReference_4b264f5d:
|
|
991
|
+
'''A reference to a AccessPoint resource.'''
|
|
992
|
+
return typing.cast(_AccessPointReference_4b264f5d, jsii.get(self, "accessPointRef"))
|
|
993
|
+
|
|
936
994
|
@builtins.property
|
|
937
995
|
@jsii.member(jsii_name="attrAccessPointId")
|
|
938
996
|
def attr_access_point_id(self) -> builtins.str:
|
|
@@ -1542,7 +1600,7 @@ class CfnAccessPointProps:
|
|
|
1542
1600
|
)
|
|
1543
1601
|
|
|
1544
1602
|
|
|
1545
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
1603
|
+
@jsii.implements(_IInspectable_c2943556, _IFileSystemRef_3dcf8b98, _ITaggable_36806126)
|
|
1546
1604
|
class CfnFileSystem(
|
|
1547
1605
|
_CfnResource_9df397a6,
|
|
1548
1606
|
metaclass=jsii.JSIIMeta,
|
|
@@ -1621,7 +1679,8 @@ class CfnFileSystem(
|
|
|
1621
1679
|
replication_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnFileSystem.ReplicationConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1622
1680
|
throughput_mode: typing.Optional[builtins.str] = None,
|
|
1623
1681
|
) -> None:
|
|
1624
|
-
'''
|
|
1682
|
+
'''Create a new ``AWS::EFS::FileSystem``.
|
|
1683
|
+
|
|
1625
1684
|
:param scope: Scope in which this resource is defined.
|
|
1626
1685
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
1627
1686
|
:param availability_zone_name: For One Zone file systems, specify the AWS Availability Zone in which to create the file system. Use the format ``us-east-1a`` to specify the Availability Zone. For more information about One Zone file systems, see `EFS file system types <https://docs.aws.amazon.com/efs/latest/ug/availability-durability.html#file-system-type>`_ in the *Amazon EFS User Guide* . .. epigraph:: One Zone file systems are not available in all Availability Zones in AWS Regions where Amazon EFS is available.
|
|
@@ -1660,6 +1719,48 @@ class CfnFileSystem(
|
|
|
1660
1719
|
|
|
1661
1720
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1662
1721
|
|
|
1722
|
+
@jsii.member(jsii_name="fromFileSystemArn")
|
|
1723
|
+
@builtins.classmethod
|
|
1724
|
+
def from_file_system_arn(
|
|
1725
|
+
cls,
|
|
1726
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1727
|
+
id: builtins.str,
|
|
1728
|
+
arn: builtins.str,
|
|
1729
|
+
) -> _IFileSystemRef_3dcf8b98:
|
|
1730
|
+
'''Creates a new IFileSystemRef from an ARN.
|
|
1731
|
+
|
|
1732
|
+
:param scope: -
|
|
1733
|
+
:param id: -
|
|
1734
|
+
:param arn: -
|
|
1735
|
+
'''
|
|
1736
|
+
if __debug__:
|
|
1737
|
+
type_hints = typing.get_type_hints(_typecheckingstub__3841b06a5a3cc43b9d7a952dde6883124724edd8a22c2c9508a0d5b531c04980)
|
|
1738
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1739
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1740
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
1741
|
+
return typing.cast(_IFileSystemRef_3dcf8b98, jsii.sinvoke(cls, "fromFileSystemArn", [scope, id, arn]))
|
|
1742
|
+
|
|
1743
|
+
@jsii.member(jsii_name="fromFileSystemId")
|
|
1744
|
+
@builtins.classmethod
|
|
1745
|
+
def from_file_system_id(
|
|
1746
|
+
cls,
|
|
1747
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1748
|
+
id: builtins.str,
|
|
1749
|
+
file_system_id: builtins.str,
|
|
1750
|
+
) -> _IFileSystemRef_3dcf8b98:
|
|
1751
|
+
'''Creates a new IFileSystemRef from a fileSystemId.
|
|
1752
|
+
|
|
1753
|
+
:param scope: -
|
|
1754
|
+
:param id: -
|
|
1755
|
+
:param file_system_id: -
|
|
1756
|
+
'''
|
|
1757
|
+
if __debug__:
|
|
1758
|
+
type_hints = typing.get_type_hints(_typecheckingstub__62d193f49b214070795d7ac368f6d9118aaac887dc977af485a174b4b75fb67f)
|
|
1759
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1760
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1761
|
+
check_type(argname="argument file_system_id", value=file_system_id, expected_type=type_hints["file_system_id"])
|
|
1762
|
+
return typing.cast(_IFileSystemRef_3dcf8b98, jsii.sinvoke(cls, "fromFileSystemId", [scope, id, file_system_id]))
|
|
1763
|
+
|
|
1663
1764
|
@jsii.member(jsii_name="inspect")
|
|
1664
1765
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1665
1766
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -1717,6 +1818,12 @@ class CfnFileSystem(
|
|
|
1717
1818
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
1718
1819
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
1719
1820
|
|
|
1821
|
+
@builtins.property
|
|
1822
|
+
@jsii.member(jsii_name="fileSystemRef")
|
|
1823
|
+
def file_system_ref(self) -> _FileSystemReference_4a6f4058:
|
|
1824
|
+
'''A reference to a FileSystem resource.'''
|
|
1825
|
+
return typing.cast(_FileSystemReference_4a6f4058, jsii.get(self, "fileSystemRef"))
|
|
1826
|
+
|
|
1720
1827
|
@builtins.property
|
|
1721
1828
|
@jsii.member(jsii_name="tags")
|
|
1722
1829
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -2785,7 +2892,7 @@ class CfnFileSystemProps:
|
|
|
2785
2892
|
)
|
|
2786
2893
|
|
|
2787
2894
|
|
|
2788
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
2895
|
+
@jsii.implements(_IInspectable_c2943556, _IMountTargetRef_0955e348)
|
|
2789
2896
|
class CfnMountTarget(
|
|
2790
2897
|
_CfnResource_9df397a6,
|
|
2791
2898
|
metaclass=jsii.JSIIMeta,
|
|
@@ -2811,7 +2918,9 @@ class CfnMountTarget(
|
|
|
2811
2918
|
subnet_id="subnetId",
|
|
2812
2919
|
|
|
2813
2920
|
# the properties below are optional
|
|
2814
|
-
ip_address="ipAddress"
|
|
2921
|
+
ip_address="ipAddress",
|
|
2922
|
+
ip_address_type="ipAddressType",
|
|
2923
|
+
ipv6_address="ipv6Address"
|
|
2815
2924
|
)
|
|
2816
2925
|
'''
|
|
2817
2926
|
|
|
@@ -2824,14 +2933,19 @@ class CfnMountTarget(
|
|
|
2824
2933
|
security_groups: typing.Sequence[builtins.str],
|
|
2825
2934
|
subnet_id: builtins.str,
|
|
2826
2935
|
ip_address: typing.Optional[builtins.str] = None,
|
|
2936
|
+
ip_address_type: typing.Optional[builtins.str] = None,
|
|
2937
|
+
ipv6_address: typing.Optional[builtins.str] = None,
|
|
2827
2938
|
) -> None:
|
|
2828
|
-
'''
|
|
2939
|
+
'''Create a new ``AWS::EFS::MountTarget``.
|
|
2940
|
+
|
|
2829
2941
|
:param scope: Scope in which this resource is defined.
|
|
2830
2942
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
2831
2943
|
:param file_system_id: The ID of the file system for which to create the mount target.
|
|
2832
|
-
:param security_groups: VPC security group IDs, of the form ``sg-xxxxxxxx`` . These must be for the same VPC as the subnet specified. The maximum number of security groups depends on account quota. For more information, see `Amazon VPC Quotas <https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html>`_ in the *Amazon VPC User Guide* (see the *Security Groups* table).
|
|
2833
|
-
:param subnet_id: The ID of the subnet to add the mount target in. For One Zone file systems, use the subnet that is associated with the file system's Availability Zone.
|
|
2834
|
-
:param ip_address:
|
|
2944
|
+
:param security_groups: VPC security group IDs, of the form ``sg-xxxxxxxx`` . These must be for the same VPC as the subnet specified. The maximum number of security groups depends on account quota. For more information, see `Amazon VPC Quotas <https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html>`_ in the *Amazon VPC User Guide* (see the *Security Groups* table). If you don't specify a security group, then Amazon EFS uses the default security group for the subnet's VPC.
|
|
2945
|
+
:param subnet_id: The ID of the subnet to add the mount target in. For One Zone file systems, use the subnet that is associated with the file system's Availability Zone. The subnet type must be the same type as the ``IpAddressType`` .
|
|
2946
|
+
:param ip_address: If the ``IpAddressType`` for the mount target is IPv4 ( ``IPV4_ONLY`` or ``DUAL_STACK`` ), then specify the IPv4 address to use. If you do not specify an ``IpAddress`` , then Amazon EFS selects an unused IP address from the subnet specified for ``SubnetId`` .
|
|
2947
|
+
:param ip_address_type: The IP address type for the mount target. The possible values are ``IPV4_ONLY`` (only IPv4 addresses), ``IPV6_ONLY`` (only IPv6 addresses), and ``DUAL_STACK`` (dual-stack, both IPv4 and IPv6 addresses). If you don’t specify an ``IpAddressType`` , then ``IPV4_ONLY`` is used. .. epigraph:: The ``IPAddressType`` must match the IP type of the subnet. Additionally, the ``IPAddressType`` parameter overrides the value set as the default IP address for the subnet in the VPC. For example, if the ``IPAddressType`` is ``IPV4_ONLY`` and ``AssignIpv6AddressOnCreation`` is ``true`` , then IPv4 is used for the mount target. For more information, see `Modify the IP addressing attributes of your subnet <https://docs.aws.amazon.com/vpc/latest/userguide/subnet-public-ip.html>`_ .
|
|
2948
|
+
:param ipv6_address: If the ``IPAddressType`` for the mount target is IPv6 ( ``IPV6_ONLY`` or ``DUAL_STACK`` ), then specify the IPv6 address to use. If you do not specify an ``Ipv6Address`` , then Amazon EFS selects an unused IP address from the subnet specified for ``SubnetId`` .
|
|
2835
2949
|
'''
|
|
2836
2950
|
if __debug__:
|
|
2837
2951
|
type_hints = typing.get_type_hints(_typecheckingstub__53e47daec02e70bf8a73cac8e0366ac0f8a6af5ccf7598cf37952afe954d30bd)
|
|
@@ -2842,6 +2956,8 @@ class CfnMountTarget(
|
|
|
2842
2956
|
security_groups=security_groups,
|
|
2843
2957
|
subnet_id=subnet_id,
|
|
2844
2958
|
ip_address=ip_address,
|
|
2959
|
+
ip_address_type=ip_address_type,
|
|
2960
|
+
ipv6_address=ipv6_address,
|
|
2845
2961
|
)
|
|
2846
2962
|
|
|
2847
2963
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
@@ -2903,6 +3019,12 @@ class CfnMountTarget(
|
|
|
2903
3019
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
2904
3020
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
2905
3021
|
|
|
3022
|
+
@builtins.property
|
|
3023
|
+
@jsii.member(jsii_name="mountTargetRef")
|
|
3024
|
+
def mount_target_ref(self) -> _MountTargetReference_498e181c:
|
|
3025
|
+
'''A reference to a MountTarget resource.'''
|
|
3026
|
+
return typing.cast(_MountTargetReference_498e181c, jsii.get(self, "mountTargetRef"))
|
|
3027
|
+
|
|
2906
3028
|
@builtins.property
|
|
2907
3029
|
@jsii.member(jsii_name="fileSystemId")
|
|
2908
3030
|
def file_system_id(self) -> builtins.str:
|
|
@@ -2945,7 +3067,7 @@ class CfnMountTarget(
|
|
|
2945
3067
|
@builtins.property
|
|
2946
3068
|
@jsii.member(jsii_name="ipAddress")
|
|
2947
3069
|
def ip_address(self) -> typing.Optional[builtins.str]:
|
|
2948
|
-
'''
|
|
3070
|
+
'''If the ``IpAddressType`` for the mount target is IPv4 ( ``IPV4_ONLY`` or ``DUAL_STACK`` ), then specify the IPv4 address to use.'''
|
|
2949
3071
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "ipAddress"))
|
|
2950
3072
|
|
|
2951
3073
|
@ip_address.setter
|
|
@@ -2955,6 +3077,32 @@ class CfnMountTarget(
|
|
|
2955
3077
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2956
3078
|
jsii.set(self, "ipAddress", value) # pyright: ignore[reportArgumentType]
|
|
2957
3079
|
|
|
3080
|
+
@builtins.property
|
|
3081
|
+
@jsii.member(jsii_name="ipAddressType")
|
|
3082
|
+
def ip_address_type(self) -> typing.Optional[builtins.str]:
|
|
3083
|
+
'''The IP address type for the mount target.'''
|
|
3084
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "ipAddressType"))
|
|
3085
|
+
|
|
3086
|
+
@ip_address_type.setter
|
|
3087
|
+
def ip_address_type(self, value: typing.Optional[builtins.str]) -> None:
|
|
3088
|
+
if __debug__:
|
|
3089
|
+
type_hints = typing.get_type_hints(_typecheckingstub__aa0cce2a23c783f1140d965a20db7db2255e72b575061672bff8884307e12048)
|
|
3090
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3091
|
+
jsii.set(self, "ipAddressType", value) # pyright: ignore[reportArgumentType]
|
|
3092
|
+
|
|
3093
|
+
@builtins.property
|
|
3094
|
+
@jsii.member(jsii_name="ipv6Address")
|
|
3095
|
+
def ipv6_address(self) -> typing.Optional[builtins.str]:
|
|
3096
|
+
'''If the ``IPAddressType`` for the mount target is IPv6 ( ``IPV6_ONLY`` or ``DUAL_STACK`` ), then specify the IPv6 address to use.'''
|
|
3097
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "ipv6Address"))
|
|
3098
|
+
|
|
3099
|
+
@ipv6_address.setter
|
|
3100
|
+
def ipv6_address(self, value: typing.Optional[builtins.str]) -> None:
|
|
3101
|
+
if __debug__:
|
|
3102
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4d32de6237501dc91f3fc4a5121f4d28b9f910af301fcb6a625250a259cb215b)
|
|
3103
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3104
|
+
jsii.set(self, "ipv6Address", value) # pyright: ignore[reportArgumentType]
|
|
3105
|
+
|
|
2958
3106
|
|
|
2959
3107
|
@jsii.data_type(
|
|
2960
3108
|
jsii_type="aws-cdk-lib.aws_efs.CfnMountTargetProps",
|
|
@@ -2964,6 +3112,8 @@ class CfnMountTarget(
|
|
|
2964
3112
|
"security_groups": "securityGroups",
|
|
2965
3113
|
"subnet_id": "subnetId",
|
|
2966
3114
|
"ip_address": "ipAddress",
|
|
3115
|
+
"ip_address_type": "ipAddressType",
|
|
3116
|
+
"ipv6_address": "ipv6Address",
|
|
2967
3117
|
},
|
|
2968
3118
|
)
|
|
2969
3119
|
class CfnMountTargetProps:
|
|
@@ -2974,13 +3124,17 @@ class CfnMountTargetProps:
|
|
|
2974
3124
|
security_groups: typing.Sequence[builtins.str],
|
|
2975
3125
|
subnet_id: builtins.str,
|
|
2976
3126
|
ip_address: typing.Optional[builtins.str] = None,
|
|
3127
|
+
ip_address_type: typing.Optional[builtins.str] = None,
|
|
3128
|
+
ipv6_address: typing.Optional[builtins.str] = None,
|
|
2977
3129
|
) -> None:
|
|
2978
3130
|
'''Properties for defining a ``CfnMountTarget``.
|
|
2979
3131
|
|
|
2980
3132
|
:param file_system_id: The ID of the file system for which to create the mount target.
|
|
2981
|
-
:param security_groups: VPC security group IDs, of the form ``sg-xxxxxxxx`` . These must be for the same VPC as the subnet specified. The maximum number of security groups depends on account quota. For more information, see `Amazon VPC Quotas <https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html>`_ in the *Amazon VPC User Guide* (see the *Security Groups* table).
|
|
2982
|
-
:param subnet_id: The ID of the subnet to add the mount target in. For One Zone file systems, use the subnet that is associated with the file system's Availability Zone.
|
|
2983
|
-
:param ip_address:
|
|
3133
|
+
:param security_groups: VPC security group IDs, of the form ``sg-xxxxxxxx`` . These must be for the same VPC as the subnet specified. The maximum number of security groups depends on account quota. For more information, see `Amazon VPC Quotas <https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html>`_ in the *Amazon VPC User Guide* (see the *Security Groups* table). If you don't specify a security group, then Amazon EFS uses the default security group for the subnet's VPC.
|
|
3134
|
+
:param subnet_id: The ID of the subnet to add the mount target in. For One Zone file systems, use the subnet that is associated with the file system's Availability Zone. The subnet type must be the same type as the ``IpAddressType`` .
|
|
3135
|
+
:param ip_address: If the ``IpAddressType`` for the mount target is IPv4 ( ``IPV4_ONLY`` or ``DUAL_STACK`` ), then specify the IPv4 address to use. If you do not specify an ``IpAddress`` , then Amazon EFS selects an unused IP address from the subnet specified for ``SubnetId`` .
|
|
3136
|
+
:param ip_address_type: The IP address type for the mount target. The possible values are ``IPV4_ONLY`` (only IPv4 addresses), ``IPV6_ONLY`` (only IPv6 addresses), and ``DUAL_STACK`` (dual-stack, both IPv4 and IPv6 addresses). If you don’t specify an ``IpAddressType`` , then ``IPV4_ONLY`` is used. .. epigraph:: The ``IPAddressType`` must match the IP type of the subnet. Additionally, the ``IPAddressType`` parameter overrides the value set as the default IP address for the subnet in the VPC. For example, if the ``IPAddressType`` is ``IPV4_ONLY`` and ``AssignIpv6AddressOnCreation`` is ``true`` , then IPv4 is used for the mount target. For more information, see `Modify the IP addressing attributes of your subnet <https://docs.aws.amazon.com/vpc/latest/userguide/subnet-public-ip.html>`_ .
|
|
3137
|
+
:param ipv6_address: If the ``IPAddressType`` for the mount target is IPv6 ( ``IPV6_ONLY`` or ``DUAL_STACK`` ), then specify the IPv6 address to use. If you do not specify an ``Ipv6Address`` , then Amazon EFS selects an unused IP address from the subnet specified for ``SubnetId`` .
|
|
2984
3138
|
|
|
2985
3139
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html
|
|
2986
3140
|
:exampleMetadata: fixture=_generated
|
|
@@ -2997,7 +3151,9 @@ class CfnMountTargetProps:
|
|
|
2997
3151
|
subnet_id="subnetId",
|
|
2998
3152
|
|
|
2999
3153
|
# the properties below are optional
|
|
3000
|
-
ip_address="ipAddress"
|
|
3154
|
+
ip_address="ipAddress",
|
|
3155
|
+
ip_address_type="ipAddressType",
|
|
3156
|
+
ipv6_address="ipv6Address"
|
|
3001
3157
|
)
|
|
3002
3158
|
'''
|
|
3003
3159
|
if __debug__:
|
|
@@ -3006,6 +3162,8 @@ class CfnMountTargetProps:
|
|
|
3006
3162
|
check_type(argname="argument security_groups", value=security_groups, expected_type=type_hints["security_groups"])
|
|
3007
3163
|
check_type(argname="argument subnet_id", value=subnet_id, expected_type=type_hints["subnet_id"])
|
|
3008
3164
|
check_type(argname="argument ip_address", value=ip_address, expected_type=type_hints["ip_address"])
|
|
3165
|
+
check_type(argname="argument ip_address_type", value=ip_address_type, expected_type=type_hints["ip_address_type"])
|
|
3166
|
+
check_type(argname="argument ipv6_address", value=ipv6_address, expected_type=type_hints["ipv6_address"])
|
|
3009
3167
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
3010
3168
|
"file_system_id": file_system_id,
|
|
3011
3169
|
"security_groups": security_groups,
|
|
@@ -3013,6 +3171,10 @@ class CfnMountTargetProps:
|
|
|
3013
3171
|
}
|
|
3014
3172
|
if ip_address is not None:
|
|
3015
3173
|
self._values["ip_address"] = ip_address
|
|
3174
|
+
if ip_address_type is not None:
|
|
3175
|
+
self._values["ip_address_type"] = ip_address_type
|
|
3176
|
+
if ipv6_address is not None:
|
|
3177
|
+
self._values["ipv6_address"] = ipv6_address
|
|
3016
3178
|
|
|
3017
3179
|
@builtins.property
|
|
3018
3180
|
def file_system_id(self) -> builtins.str:
|
|
@@ -3028,7 +3190,7 @@ class CfnMountTargetProps:
|
|
|
3028
3190
|
def security_groups(self) -> typing.List[builtins.str]:
|
|
3029
3191
|
'''VPC security group IDs, of the form ``sg-xxxxxxxx`` .
|
|
3030
3192
|
|
|
3031
|
-
These must be for the same VPC as the subnet specified. The maximum number of security groups depends on account quota. For more information, see `Amazon VPC Quotas <https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html>`_ in the *Amazon VPC User Guide* (see the *Security Groups* table).
|
|
3193
|
+
These must be for the same VPC as the subnet specified. The maximum number of security groups depends on account quota. For more information, see `Amazon VPC Quotas <https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html>`_ in the *Amazon VPC User Guide* (see the *Security Groups* table). If you don't specify a security group, then Amazon EFS uses the default security group for the subnet's VPC.
|
|
3032
3194
|
|
|
3033
3195
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-securitygroups
|
|
3034
3196
|
'''
|
|
@@ -3040,7 +3202,7 @@ class CfnMountTargetProps:
|
|
|
3040
3202
|
def subnet_id(self) -> builtins.str:
|
|
3041
3203
|
'''The ID of the subnet to add the mount target in.
|
|
3042
3204
|
|
|
3043
|
-
For One Zone file systems, use the subnet that is associated with the file system's Availability Zone.
|
|
3205
|
+
For One Zone file systems, use the subnet that is associated with the file system's Availability Zone. The subnet type must be the same type as the ``IpAddressType`` .
|
|
3044
3206
|
|
|
3045
3207
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid
|
|
3046
3208
|
'''
|
|
@@ -3050,13 +3212,40 @@ class CfnMountTargetProps:
|
|
|
3050
3212
|
|
|
3051
3213
|
@builtins.property
|
|
3052
3214
|
def ip_address(self) -> typing.Optional[builtins.str]:
|
|
3053
|
-
'''
|
|
3215
|
+
'''If the ``IpAddressType`` for the mount target is IPv4 ( ``IPV4_ONLY`` or ``DUAL_STACK`` ), then specify the IPv4 address to use.
|
|
3216
|
+
|
|
3217
|
+
If you do not specify an ``IpAddress`` , then Amazon EFS selects an unused IP address from the subnet specified for ``SubnetId`` .
|
|
3054
3218
|
|
|
3055
3219
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-ipaddress
|
|
3056
3220
|
'''
|
|
3057
3221
|
result = self._values.get("ip_address")
|
|
3058
3222
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
3059
3223
|
|
|
3224
|
+
@builtins.property
|
|
3225
|
+
def ip_address_type(self) -> typing.Optional[builtins.str]:
|
|
3226
|
+
'''The IP address type for the mount target.
|
|
3227
|
+
|
|
3228
|
+
The possible values are ``IPV4_ONLY`` (only IPv4 addresses), ``IPV6_ONLY`` (only IPv6 addresses), and ``DUAL_STACK`` (dual-stack, both IPv4 and IPv6 addresses). If you don’t specify an ``IpAddressType`` , then ``IPV4_ONLY`` is used.
|
|
3229
|
+
.. epigraph::
|
|
3230
|
+
|
|
3231
|
+
The ``IPAddressType`` must match the IP type of the subnet. Additionally, the ``IPAddressType`` parameter overrides the value set as the default IP address for the subnet in the VPC. For example, if the ``IPAddressType`` is ``IPV4_ONLY`` and ``AssignIpv6AddressOnCreation`` is ``true`` , then IPv4 is used for the mount target. For more information, see `Modify the IP addressing attributes of your subnet <https://docs.aws.amazon.com/vpc/latest/userguide/subnet-public-ip.html>`_ .
|
|
3232
|
+
|
|
3233
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-ipaddresstype
|
|
3234
|
+
'''
|
|
3235
|
+
result = self._values.get("ip_address_type")
|
|
3236
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
3237
|
+
|
|
3238
|
+
@builtins.property
|
|
3239
|
+
def ipv6_address(self) -> typing.Optional[builtins.str]:
|
|
3240
|
+
'''If the ``IPAddressType`` for the mount target is IPv6 ( ``IPV6_ONLY`` or ``DUAL_STACK`` ), then specify the IPv6 address to use.
|
|
3241
|
+
|
|
3242
|
+
If you do not specify an ``Ipv6Address`` , then Amazon EFS selects an unused IP address from the subnet specified for ``SubnetId`` .
|
|
3243
|
+
|
|
3244
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-ipv6address
|
|
3245
|
+
'''
|
|
3246
|
+
result = self._values.get("ipv6_address")
|
|
3247
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
3248
|
+
|
|
3060
3249
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
3061
3250
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
3062
3251
|
|
|
@@ -3242,7 +3431,7 @@ class FileSystemProps:
|
|
|
3242
3431
|
encrypted: typing.Optional[builtins.bool] = None,
|
|
3243
3432
|
file_system_name: typing.Optional[builtins.str] = None,
|
|
3244
3433
|
file_system_policy: typing.Optional[_PolicyDocument_3ac34393] = None,
|
|
3245
|
-
kms_key: typing.Optional[
|
|
3434
|
+
kms_key: typing.Optional[_IKeyRef_d4fc6ef3] = None,
|
|
3246
3435
|
lifecycle_policy: typing.Optional["LifecyclePolicy"] = None,
|
|
3247
3436
|
one_zone: typing.Optional[builtins.bool] = None,
|
|
3248
3437
|
out_of_infrequent_access_policy: typing.Optional["OutOfInfrequentAccessPolicy"] = None,
|
|
@@ -3416,7 +3605,7 @@ class FileSystemProps:
|
|
|
3416
3605
|
return typing.cast(typing.Optional[_PolicyDocument_3ac34393], result)
|
|
3417
3606
|
|
|
3418
3607
|
@builtins.property
|
|
3419
|
-
def kms_key(self) -> typing.Optional[
|
|
3608
|
+
def kms_key(self) -> typing.Optional[_IKeyRef_d4fc6ef3]:
|
|
3420
3609
|
'''The KMS key used for encryption.
|
|
3421
3610
|
|
|
3422
3611
|
This is required to encrypt the data at rest if
|
|
@@ -3426,7 +3615,7 @@ class FileSystemProps:
|
|
|
3426
3615
|
:encrypted: is set to true.
|
|
3427
3616
|
'''
|
|
3428
3617
|
result = self._values.get("kms_key")
|
|
3429
|
-
return typing.cast(typing.Optional[
|
|
3618
|
+
return typing.cast(typing.Optional[_IKeyRef_d4fc6ef3], result)
|
|
3430
3619
|
|
|
3431
3620
|
@builtins.property
|
|
3432
3621
|
def lifecycle_policy(self) -> typing.Optional["LifecyclePolicy"]:
|
|
@@ -4636,7 +4825,7 @@ class FileSystem(
|
|
|
4636
4825
|
encrypted: typing.Optional[builtins.bool] = None,
|
|
4637
4826
|
file_system_name: typing.Optional[builtins.str] = None,
|
|
4638
4827
|
file_system_policy: typing.Optional[_PolicyDocument_3ac34393] = None,
|
|
4639
|
-
kms_key: typing.Optional[
|
|
4828
|
+
kms_key: typing.Optional[_IKeyRef_d4fc6ef3] = None,
|
|
4640
4829
|
lifecycle_policy: typing.Optional[LifecyclePolicy] = None,
|
|
4641
4830
|
one_zone: typing.Optional[builtins.bool] = None,
|
|
4642
4831
|
out_of_infrequent_access_policy: typing.Optional[OutOfInfrequentAccessPolicy] = None,
|
|
@@ -4958,6 +5147,22 @@ def _typecheckingstub__ee6cf8e32e236f5b64c41d34d8956a146a19df0d9467273bec84f3053
|
|
|
4958
5147
|
"""Type checking stubs"""
|
|
4959
5148
|
pass
|
|
4960
5149
|
|
|
5150
|
+
def _typecheckingstub__92ad86c592cb19a6abd73b1b479fad3b171522816029847cc3a4c5b73c6498de(
|
|
5151
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5152
|
+
id: builtins.str,
|
|
5153
|
+
arn: builtins.str,
|
|
5154
|
+
) -> None:
|
|
5155
|
+
"""Type checking stubs"""
|
|
5156
|
+
pass
|
|
5157
|
+
|
|
5158
|
+
def _typecheckingstub__8b64390d2c6b604063551974706c8adbb104ec23af46eef06f60815f3f011b40(
|
|
5159
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5160
|
+
id: builtins.str,
|
|
5161
|
+
access_point_id: builtins.str,
|
|
5162
|
+
) -> None:
|
|
5163
|
+
"""Type checking stubs"""
|
|
5164
|
+
pass
|
|
5165
|
+
|
|
4961
5166
|
def _typecheckingstub__ca8bc4bd98606c2925e8e3beaf6899315a3a8aa05fe42a495c106412587debb7(
|
|
4962
5167
|
inspector: _TreeInspector_488e0dd5,
|
|
4963
5168
|
) -> None:
|
|
@@ -5066,6 +5271,22 @@ def _typecheckingstub__cc457ee31ba660f40c549433977317b66ec9b461edc7a3afd3a157dcf
|
|
|
5066
5271
|
"""Type checking stubs"""
|
|
5067
5272
|
pass
|
|
5068
5273
|
|
|
5274
|
+
def _typecheckingstub__3841b06a5a3cc43b9d7a952dde6883124724edd8a22c2c9508a0d5b531c04980(
|
|
5275
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5276
|
+
id: builtins.str,
|
|
5277
|
+
arn: builtins.str,
|
|
5278
|
+
) -> None:
|
|
5279
|
+
"""Type checking stubs"""
|
|
5280
|
+
pass
|
|
5281
|
+
|
|
5282
|
+
def _typecheckingstub__62d193f49b214070795d7ac368f6d9118aaac887dc977af485a174b4b75fb67f(
|
|
5283
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5284
|
+
id: builtins.str,
|
|
5285
|
+
file_system_id: builtins.str,
|
|
5286
|
+
) -> None:
|
|
5287
|
+
"""Type checking stubs"""
|
|
5288
|
+
pass
|
|
5289
|
+
|
|
5069
5290
|
def _typecheckingstub__4de45f38231d265020ffa3517bb2f41c6c7f64bc0414e943cf094f6436b824df(
|
|
5070
5291
|
inspector: _TreeInspector_488e0dd5,
|
|
5071
5292
|
) -> None:
|
|
@@ -5234,6 +5455,8 @@ def _typecheckingstub__53e47daec02e70bf8a73cac8e0366ac0f8a6af5ccf7598cf37952afe9
|
|
|
5234
5455
|
security_groups: typing.Sequence[builtins.str],
|
|
5235
5456
|
subnet_id: builtins.str,
|
|
5236
5457
|
ip_address: typing.Optional[builtins.str] = None,
|
|
5458
|
+
ip_address_type: typing.Optional[builtins.str] = None,
|
|
5459
|
+
ipv6_address: typing.Optional[builtins.str] = None,
|
|
5237
5460
|
) -> None:
|
|
5238
5461
|
"""Type checking stubs"""
|
|
5239
5462
|
pass
|
|
@@ -5274,12 +5497,26 @@ def _typecheckingstub__804f6c8cadefc6e3bd989db6da64591d147d67de340d096244f68a218
|
|
|
5274
5497
|
"""Type checking stubs"""
|
|
5275
5498
|
pass
|
|
5276
5499
|
|
|
5500
|
+
def _typecheckingstub__aa0cce2a23c783f1140d965a20db7db2255e72b575061672bff8884307e12048(
|
|
5501
|
+
value: typing.Optional[builtins.str],
|
|
5502
|
+
) -> None:
|
|
5503
|
+
"""Type checking stubs"""
|
|
5504
|
+
pass
|
|
5505
|
+
|
|
5506
|
+
def _typecheckingstub__4d32de6237501dc91f3fc4a5121f4d28b9f910af301fcb6a625250a259cb215b(
|
|
5507
|
+
value: typing.Optional[builtins.str],
|
|
5508
|
+
) -> None:
|
|
5509
|
+
"""Type checking stubs"""
|
|
5510
|
+
pass
|
|
5511
|
+
|
|
5277
5512
|
def _typecheckingstub__f2ad126af1a9797276c238562f8185eb06a56da00a9b12a35504f9d72fbdc711(
|
|
5278
5513
|
*,
|
|
5279
5514
|
file_system_id: builtins.str,
|
|
5280
5515
|
security_groups: typing.Sequence[builtins.str],
|
|
5281
5516
|
subnet_id: builtins.str,
|
|
5282
5517
|
ip_address: typing.Optional[builtins.str] = None,
|
|
5518
|
+
ip_address_type: typing.Optional[builtins.str] = None,
|
|
5519
|
+
ipv6_address: typing.Optional[builtins.str] = None,
|
|
5283
5520
|
) -> None:
|
|
5284
5521
|
"""Type checking stubs"""
|
|
5285
5522
|
pass
|
|
@@ -5308,7 +5545,7 @@ def _typecheckingstub__a11d59607a7c01a190b2b0587733658cfcb8eddfb252f3c48abdc988b
|
|
|
5308
5545
|
encrypted: typing.Optional[builtins.bool] = None,
|
|
5309
5546
|
file_system_name: typing.Optional[builtins.str] = None,
|
|
5310
5547
|
file_system_policy: typing.Optional[_PolicyDocument_3ac34393] = None,
|
|
5311
|
-
kms_key: typing.Optional[
|
|
5548
|
+
kms_key: typing.Optional[_IKeyRef_d4fc6ef3] = None,
|
|
5312
5549
|
lifecycle_policy: typing.Optional[LifecyclePolicy] = None,
|
|
5313
5550
|
one_zone: typing.Optional[builtins.bool] = None,
|
|
5314
5551
|
out_of_infrequent_access_policy: typing.Optional[OutOfInfrequentAccessPolicy] = None,
|
|
@@ -5449,7 +5686,7 @@ def _typecheckingstub__fe7547e76a3f3502ef6c67d1cc851b25d13fe1b4b980d3bccee8eae2f
|
|
|
5449
5686
|
encrypted: typing.Optional[builtins.bool] = None,
|
|
5450
5687
|
file_system_name: typing.Optional[builtins.str] = None,
|
|
5451
5688
|
file_system_policy: typing.Optional[_PolicyDocument_3ac34393] = None,
|
|
5452
|
-
kms_key: typing.Optional[
|
|
5689
|
+
kms_key: typing.Optional[_IKeyRef_d4fc6ef3] = None,
|
|
5453
5690
|
lifecycle_policy: typing.Optional[LifecyclePolicy] = None,
|
|
5454
5691
|
one_zone: typing.Optional[builtins.bool] = None,
|
|
5455
5692
|
out_of_infrequent_access_policy: typing.Optional[OutOfInfrequentAccessPolicy] = None,
|
|
@@ -5518,3 +5755,6 @@ def _typecheckingstub__020e1ad6a612ae3b94c3b53afd9ca3e8710c6a621174024a66a4889b0
|
|
|
5518
5755
|
) -> None:
|
|
5519
5756
|
"""Type checking stubs"""
|
|
5520
5757
|
pass
|
|
5758
|
+
|
|
5759
|
+
for cls in [IAccessPoint, IFileSystem]:
|
|
5760
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|