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
|
@@ -382,6 +382,21 @@ The declaration order will be respected regardless of the approach used.
|
|
|
382
382
|
> [!IMPORTANT]
|
|
383
383
|
> If none of these options are utilized, there will not be any deployments.
|
|
384
384
|
|
|
385
|
+
You can use customer managed key to encrypt a hosted configuration. For mora information, see [Data encryption at rest for AWS AppConfig](https://docs.aws.amazon.com/appconfig/latest/userguide/appconfig-security.html#appconfig-security-data-encryption).
|
|
386
|
+
|
|
387
|
+
```python
|
|
388
|
+
# application: appconfig.Application
|
|
389
|
+
# kms_key: kms.Key
|
|
390
|
+
|
|
391
|
+
|
|
392
|
+
appconfig.HostedConfiguration(self, "MyHostedConfiguration",
|
|
393
|
+
application=application,
|
|
394
|
+
content=appconfig.ConfigurationContent.from_inline_text("This is my configuration content."),
|
|
395
|
+
type=appconfig.ConfigurationType.FEATURE_FLAGS,
|
|
396
|
+
kms_key=kms_key
|
|
397
|
+
)
|
|
398
|
+
```
|
|
399
|
+
|
|
385
400
|
### SourcedConfiguration
|
|
386
401
|
|
|
387
402
|
A sourced configuration represents configuration stored in any of the following:
|
|
@@ -777,6 +792,26 @@ from ..aws_sqs import IQueue as _IQueue_7ed6f679
|
|
|
777
792
|
from ..aws_ssm import (
|
|
778
793
|
CfnDocument as _CfnDocument_8b177f00, IParameter as _IParameter_509a0f80
|
|
779
794
|
)
|
|
795
|
+
from ..interfaces.aws_appconfig import (
|
|
796
|
+
ApplicationReference as _ApplicationReference_2b7c5bb6,
|
|
797
|
+
ConfigurationProfileReference as _ConfigurationProfileReference_c0821f22,
|
|
798
|
+
DeploymentReference as _DeploymentReference_5ef418d1,
|
|
799
|
+
DeploymentStrategyReference as _DeploymentStrategyReference_e1908020,
|
|
800
|
+
EnvironmentReference as _EnvironmentReference_610ea6de,
|
|
801
|
+
ExtensionAssociationReference as _ExtensionAssociationReference_35a869f1,
|
|
802
|
+
ExtensionReference as _ExtensionReference_a0aef309,
|
|
803
|
+
HostedConfigurationVersionReference as _HostedConfigurationVersionReference_6f730fe8,
|
|
804
|
+
IApplicationRef as _IApplicationRef_768db227,
|
|
805
|
+
IConfigurationProfileRef as _IConfigurationProfileRef_3e332cf9,
|
|
806
|
+
IDeploymentRef as _IDeploymentRef_c08544bf,
|
|
807
|
+
IDeploymentStrategyRef as _IDeploymentStrategyRef_2cd4ca44,
|
|
808
|
+
IEnvironmentRef as _IEnvironmentRef_5f5c3f67,
|
|
809
|
+
IExtensionAssociationRef as _IExtensionAssociationRef_1b672c9b,
|
|
810
|
+
IExtensionRef as _IExtensionRef_abba29c3,
|
|
811
|
+
IHostedConfigurationVersionRef as _IHostedConfigurationVersionRef_eb4b6788,
|
|
812
|
+
)
|
|
813
|
+
from ..interfaces.aws_iam import IRoleRef as _IRoleRef_8400221f
|
|
814
|
+
from ..interfaces.aws_kms import IKeyRef as _IKeyRef_d4fc6ef3
|
|
780
815
|
|
|
781
816
|
|
|
782
817
|
class Action(metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.aws_appconfig.Action"):
|
|
@@ -1102,7 +1137,7 @@ class ApplicationProps:
|
|
|
1102
1137
|
)
|
|
1103
1138
|
|
|
1104
1139
|
|
|
1105
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
1140
|
+
@jsii.implements(_IInspectable_c2943556, _IApplicationRef_768db227, _ITaggableV2_4e6798f8)
|
|
1106
1141
|
class CfnApplication(
|
|
1107
1142
|
_CfnResource_9df397a6,
|
|
1108
1143
|
metaclass=jsii.JSIIMeta,
|
|
@@ -1153,7 +1188,8 @@ class CfnApplication(
|
|
|
1153
1188
|
description: typing.Optional[builtins.str] = None,
|
|
1154
1189
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1155
1190
|
) -> None:
|
|
1156
|
-
'''
|
|
1191
|
+
'''Create a new ``AWS::AppConfig::Application``.
|
|
1192
|
+
|
|
1157
1193
|
:param scope: Scope in which this resource is defined.
|
|
1158
1194
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
1159
1195
|
:param name: A name for the application.
|
|
@@ -1168,6 +1204,27 @@ class CfnApplication(
|
|
|
1168
1204
|
|
|
1169
1205
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1170
1206
|
|
|
1207
|
+
@jsii.member(jsii_name="fromApplicationId")
|
|
1208
|
+
@builtins.classmethod
|
|
1209
|
+
def from_application_id(
|
|
1210
|
+
cls,
|
|
1211
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1212
|
+
id: builtins.str,
|
|
1213
|
+
application_id: builtins.str,
|
|
1214
|
+
) -> _IApplicationRef_768db227:
|
|
1215
|
+
'''Creates a new IApplicationRef from a applicationId.
|
|
1216
|
+
|
|
1217
|
+
:param scope: -
|
|
1218
|
+
:param id: -
|
|
1219
|
+
:param application_id: -
|
|
1220
|
+
'''
|
|
1221
|
+
if __debug__:
|
|
1222
|
+
type_hints = typing.get_type_hints(_typecheckingstub__afd571466571231348a78cb931c25e5d1b3c70347a376b9d64e551c1d6126654)
|
|
1223
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1224
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1225
|
+
check_type(argname="argument application_id", value=application_id, expected_type=type_hints["application_id"])
|
|
1226
|
+
return typing.cast(_IApplicationRef_768db227, jsii.sinvoke(cls, "fromApplicationId", [scope, id, application_id]))
|
|
1227
|
+
|
|
1171
1228
|
@jsii.member(jsii_name="inspect")
|
|
1172
1229
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1173
1230
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -1198,6 +1255,12 @@ class CfnApplication(
|
|
|
1198
1255
|
'''The CloudFormation resource type name for this resource class.'''
|
|
1199
1256
|
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
1200
1257
|
|
|
1258
|
+
@builtins.property
|
|
1259
|
+
@jsii.member(jsii_name="applicationRef")
|
|
1260
|
+
def application_ref(self) -> _ApplicationReference_2b7c5bb6:
|
|
1261
|
+
'''A reference to a Application resource.'''
|
|
1262
|
+
return typing.cast(_ApplicationReference_2b7c5bb6, jsii.get(self, "applicationRef"))
|
|
1263
|
+
|
|
1201
1264
|
@builtins.property
|
|
1202
1265
|
@jsii.member(jsii_name="attrApplicationId")
|
|
1203
1266
|
def attr_application_id(self) -> builtins.str:
|
|
@@ -1352,7 +1415,7 @@ class CfnApplicationProps:
|
|
|
1352
1415
|
)
|
|
1353
1416
|
|
|
1354
1417
|
|
|
1355
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
1418
|
+
@jsii.implements(_IInspectable_c2943556, _IConfigurationProfileRef_3e332cf9, _ITaggableV2_4e6798f8)
|
|
1356
1419
|
class CfnConfigurationProfile(
|
|
1357
1420
|
_CfnResource_9df397a6,
|
|
1358
1421
|
metaclass=jsii.JSIIMeta,
|
|
@@ -1424,7 +1487,8 @@ class CfnConfigurationProfile(
|
|
|
1424
1487
|
type: typing.Optional[builtins.str] = None,
|
|
1425
1488
|
validators: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnConfigurationProfile.ValidatorsProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
1426
1489
|
) -> None:
|
|
1427
|
-
'''
|
|
1490
|
+
'''Create a new ``AWS::AppConfig::ConfigurationProfile``.
|
|
1491
|
+
|
|
1428
1492
|
:param scope: Scope in which this resource is defined.
|
|
1429
1493
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
1430
1494
|
:param application_id: The application ID.
|
|
@@ -1518,6 +1582,12 @@ class CfnConfigurationProfile(
|
|
|
1518
1582
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
1519
1583
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
1520
1584
|
|
|
1585
|
+
@builtins.property
|
|
1586
|
+
@jsii.member(jsii_name="configurationProfileRef")
|
|
1587
|
+
def configuration_profile_ref(self) -> _ConfigurationProfileReference_c0821f22:
|
|
1588
|
+
'''A reference to a ConfigurationProfile resource.'''
|
|
1589
|
+
return typing.cast(_ConfigurationProfileReference_c0821f22, jsii.get(self, "configurationProfileRef"))
|
|
1590
|
+
|
|
1521
1591
|
@builtins.property
|
|
1522
1592
|
@jsii.member(jsii_name="applicationId")
|
|
1523
1593
|
def application_id(self) -> builtins.str:
|
|
@@ -1969,7 +2039,7 @@ class CfnConfigurationProfileProps:
|
|
|
1969
2039
|
)
|
|
1970
2040
|
|
|
1971
2041
|
|
|
1972
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
2042
|
+
@jsii.implements(_IInspectable_c2943556, _IDeploymentRef_c08544bf, _ITaggableV2_4e6798f8)
|
|
1973
2043
|
class CfnDeployment(
|
|
1974
2044
|
_CfnResource_9df397a6,
|
|
1975
2045
|
metaclass=jsii.JSIIMeta,
|
|
@@ -2038,7 +2108,8 @@ class CfnDeployment(
|
|
|
2038
2108
|
kms_key_identifier: typing.Optional[builtins.str] = None,
|
|
2039
2109
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2040
2110
|
) -> None:
|
|
2041
|
-
'''
|
|
2111
|
+
'''Create a new ``AWS::AppConfig::Deployment``.
|
|
2112
|
+
|
|
2042
2113
|
:param scope: Scope in which this resource is defined.
|
|
2043
2114
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
2044
2115
|
:param application_id: The application ID.
|
|
@@ -2108,6 +2179,15 @@ class CfnDeployment(
|
|
|
2108
2179
|
'''
|
|
2109
2180
|
return typing.cast(builtins.str, jsii.get(self, "attrDeploymentNumber"))
|
|
2110
2181
|
|
|
2182
|
+
@builtins.property
|
|
2183
|
+
@jsii.member(jsii_name="attrState")
|
|
2184
|
+
def attr_state(self) -> builtins.str:
|
|
2185
|
+
'''The state of the deployment.
|
|
2186
|
+
|
|
2187
|
+
:cloudformationAttribute: State
|
|
2188
|
+
'''
|
|
2189
|
+
return typing.cast(builtins.str, jsii.get(self, "attrState"))
|
|
2190
|
+
|
|
2111
2191
|
@builtins.property
|
|
2112
2192
|
@jsii.member(jsii_name="cdkTagManager")
|
|
2113
2193
|
def cdk_tag_manager(self) -> _TagManager_0a598cb3:
|
|
@@ -2119,6 +2199,12 @@ class CfnDeployment(
|
|
|
2119
2199
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
2120
2200
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
2121
2201
|
|
|
2202
|
+
@builtins.property
|
|
2203
|
+
@jsii.member(jsii_name="deploymentRef")
|
|
2204
|
+
def deployment_ref(self) -> _DeploymentReference_5ef418d1:
|
|
2205
|
+
'''A reference to a Deployment resource.'''
|
|
2206
|
+
return typing.cast(_DeploymentReference_5ef418d1, jsii.get(self, "deploymentRef"))
|
|
2207
|
+
|
|
2122
2208
|
@builtins.property
|
|
2123
2209
|
@jsii.member(jsii_name="applicationId")
|
|
2124
2210
|
def application_id(self) -> builtins.str:
|
|
@@ -2533,7 +2619,7 @@ class CfnDeploymentProps:
|
|
|
2533
2619
|
)
|
|
2534
2620
|
|
|
2535
2621
|
|
|
2536
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
2622
|
+
@jsii.implements(_IInspectable_c2943556, _IDeploymentStrategyRef_2cd4ca44, _ITaggableV2_4e6798f8)
|
|
2537
2623
|
class CfnDeploymentStrategy(
|
|
2538
2624
|
_CfnResource_9df397a6,
|
|
2539
2625
|
metaclass=jsii.JSIIMeta,
|
|
@@ -2594,7 +2680,8 @@ class CfnDeploymentStrategy(
|
|
|
2594
2680
|
growth_type: typing.Optional[builtins.str] = None,
|
|
2595
2681
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2596
2682
|
) -> None:
|
|
2597
|
-
'''
|
|
2683
|
+
'''Create a new ``AWS::AppConfig::DeploymentStrategy``.
|
|
2684
|
+
|
|
2598
2685
|
:param scope: Scope in which this resource is defined.
|
|
2599
2686
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
2600
2687
|
:param deployment_duration_in_minutes: Total amount of time for a deployment to last.
|
|
@@ -2623,6 +2710,27 @@ class CfnDeploymentStrategy(
|
|
|
2623
2710
|
|
|
2624
2711
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
2625
2712
|
|
|
2713
|
+
@jsii.member(jsii_name="fromDeploymentStrategyId")
|
|
2714
|
+
@builtins.classmethod
|
|
2715
|
+
def from_deployment_strategy_id(
|
|
2716
|
+
cls,
|
|
2717
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2718
|
+
id: builtins.str,
|
|
2719
|
+
deployment_strategy_id: builtins.str,
|
|
2720
|
+
) -> _IDeploymentStrategyRef_2cd4ca44:
|
|
2721
|
+
'''Creates a new IDeploymentStrategyRef from a deploymentStrategyId.
|
|
2722
|
+
|
|
2723
|
+
:param scope: -
|
|
2724
|
+
:param id: -
|
|
2725
|
+
:param deployment_strategy_id: -
|
|
2726
|
+
'''
|
|
2727
|
+
if __debug__:
|
|
2728
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a211633629f45a21de52e2d3b8c73b520eee7fc38d9ec5fafe4d90b277a310a5)
|
|
2729
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2730
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2731
|
+
check_type(argname="argument deployment_strategy_id", value=deployment_strategy_id, expected_type=type_hints["deployment_strategy_id"])
|
|
2732
|
+
return typing.cast(_IDeploymentStrategyRef_2cd4ca44, jsii.sinvoke(cls, "fromDeploymentStrategyId", [scope, id, deployment_strategy_id]))
|
|
2733
|
+
|
|
2626
2734
|
@jsii.member(jsii_name="inspect")
|
|
2627
2735
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
2628
2736
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -2673,6 +2781,12 @@ class CfnDeploymentStrategy(
|
|
|
2673
2781
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
2674
2782
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
2675
2783
|
|
|
2784
|
+
@builtins.property
|
|
2785
|
+
@jsii.member(jsii_name="deploymentStrategyRef")
|
|
2786
|
+
def deployment_strategy_ref(self) -> _DeploymentStrategyReference_e1908020:
|
|
2787
|
+
'''A reference to a DeploymentStrategy resource.'''
|
|
2788
|
+
return typing.cast(_DeploymentStrategyReference_e1908020, jsii.get(self, "deploymentStrategyRef"))
|
|
2789
|
+
|
|
2676
2790
|
@builtins.property
|
|
2677
2791
|
@jsii.member(jsii_name="deploymentDurationInMinutes")
|
|
2678
2792
|
def deployment_duration_in_minutes(self) -> jsii.Number:
|
|
@@ -2973,7 +3087,7 @@ class CfnDeploymentStrategyProps:
|
|
|
2973
3087
|
)
|
|
2974
3088
|
|
|
2975
3089
|
|
|
2976
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
3090
|
+
@jsii.implements(_IInspectable_c2943556, _IEnvironmentRef_5f5c3f67, _ITaggableV2_4e6798f8)
|
|
2977
3091
|
class CfnEnvironment(
|
|
2978
3092
|
_CfnResource_9df397a6,
|
|
2979
3093
|
metaclass=jsii.JSIIMeta,
|
|
@@ -3033,7 +3147,8 @@ class CfnEnvironment(
|
|
|
3033
3147
|
monitors: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnEnvironment.MonitorsProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
3034
3148
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3035
3149
|
) -> None:
|
|
3036
|
-
'''
|
|
3150
|
+
'''Create a new ``AWS::AppConfig::Environment``.
|
|
3151
|
+
|
|
3037
3152
|
:param scope: Scope in which this resource is defined.
|
|
3038
3153
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
3039
3154
|
:param application_id: The application ID.
|
|
@@ -3108,6 +3223,12 @@ class CfnEnvironment(
|
|
|
3108
3223
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
3109
3224
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
3110
3225
|
|
|
3226
|
+
@builtins.property
|
|
3227
|
+
@jsii.member(jsii_name="environmentRef")
|
|
3228
|
+
def environment_ref(self) -> _EnvironmentReference_610ea6de:
|
|
3229
|
+
'''A reference to a Environment resource.'''
|
|
3230
|
+
return typing.cast(_EnvironmentReference_610ea6de, jsii.get(self, "environmentRef"))
|
|
3231
|
+
|
|
3111
3232
|
@builtins.property
|
|
3112
3233
|
@jsii.member(jsii_name="applicationId")
|
|
3113
3234
|
def application_id(self) -> builtins.str:
|
|
@@ -3491,7 +3612,7 @@ class CfnEnvironmentProps:
|
|
|
3491
3612
|
)
|
|
3492
3613
|
|
|
3493
3614
|
|
|
3494
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
3615
|
+
@jsii.implements(_IInspectable_c2943556, _IExtensionRef_abba29c3, _ITaggable_36806126)
|
|
3495
3616
|
class CfnExtension(
|
|
3496
3617
|
_CfnResource_9df397a6,
|
|
3497
3618
|
metaclass=jsii.JSIIMeta,
|
|
@@ -3556,7 +3677,8 @@ class CfnExtension(
|
|
|
3556
3677
|
parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, typing.Union["CfnExtension.ParameterProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
3557
3678
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3558
3679
|
) -> None:
|
|
3559
|
-
'''
|
|
3680
|
+
'''Create a new ``AWS::AppConfig::Extension``.
|
|
3681
|
+
|
|
3560
3682
|
:param scope: Scope in which this resource is defined.
|
|
3561
3683
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
3562
3684
|
:param actions: The actions defined in the extension.
|
|
@@ -3643,6 +3765,12 @@ class CfnExtension(
|
|
|
3643
3765
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
3644
3766
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
3645
3767
|
|
|
3768
|
+
@builtins.property
|
|
3769
|
+
@jsii.member(jsii_name="extensionRef")
|
|
3770
|
+
def extension_ref(self) -> _ExtensionReference_a0aef309:
|
|
3771
|
+
'''A reference to a Extension resource.'''
|
|
3772
|
+
return typing.cast(_ExtensionReference_a0aef309, jsii.get(self, "extensionRef"))
|
|
3773
|
+
|
|
3646
3774
|
@builtins.property
|
|
3647
3775
|
@jsii.member(jsii_name="tags")
|
|
3648
3776
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -3941,7 +4069,7 @@ class CfnExtension(
|
|
|
3941
4069
|
)
|
|
3942
4070
|
|
|
3943
4071
|
|
|
3944
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
4072
|
+
@jsii.implements(_IInspectable_c2943556, _IExtensionAssociationRef_1b672c9b, _ITaggable_36806126)
|
|
3945
4073
|
class CfnExtensionAssociation(
|
|
3946
4074
|
_CfnResource_9df397a6,
|
|
3947
4075
|
metaclass=jsii.JSIIMeta,
|
|
@@ -3986,7 +4114,8 @@ class CfnExtensionAssociation(
|
|
|
3986
4114
|
resource_identifier: typing.Optional[builtins.str] = None,
|
|
3987
4115
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3988
4116
|
) -> None:
|
|
3989
|
-
'''
|
|
4117
|
+
'''Create a new ``AWS::AppConfig::ExtensionAssociation``.
|
|
4118
|
+
|
|
3990
4119
|
:param scope: Scope in which this resource is defined.
|
|
3991
4120
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
3992
4121
|
:param extension_identifier: The name, the ID, or the Amazon Resource Name (ARN) of the extension.
|
|
@@ -4009,6 +4138,48 @@ class CfnExtensionAssociation(
|
|
|
4009
4138
|
|
|
4010
4139
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
4011
4140
|
|
|
4141
|
+
@jsii.member(jsii_name="fromExtensionAssociationArn")
|
|
4142
|
+
@builtins.classmethod
|
|
4143
|
+
def from_extension_association_arn(
|
|
4144
|
+
cls,
|
|
4145
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4146
|
+
id: builtins.str,
|
|
4147
|
+
arn: builtins.str,
|
|
4148
|
+
) -> _IExtensionAssociationRef_1b672c9b:
|
|
4149
|
+
'''Creates a new IExtensionAssociationRef from an ARN.
|
|
4150
|
+
|
|
4151
|
+
:param scope: -
|
|
4152
|
+
:param id: -
|
|
4153
|
+
:param arn: -
|
|
4154
|
+
'''
|
|
4155
|
+
if __debug__:
|
|
4156
|
+
type_hints = typing.get_type_hints(_typecheckingstub__0f2ddb8bad12cb1e96088c9c43262a44a268a1f9f59e087e06c9e1981203af04)
|
|
4157
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
4158
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
4159
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
4160
|
+
return typing.cast(_IExtensionAssociationRef_1b672c9b, jsii.sinvoke(cls, "fromExtensionAssociationArn", [scope, id, arn]))
|
|
4161
|
+
|
|
4162
|
+
@jsii.member(jsii_name="fromExtensionAssociationId")
|
|
4163
|
+
@builtins.classmethod
|
|
4164
|
+
def from_extension_association_id(
|
|
4165
|
+
cls,
|
|
4166
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4167
|
+
id: builtins.str,
|
|
4168
|
+
extension_association_id: builtins.str,
|
|
4169
|
+
) -> _IExtensionAssociationRef_1b672c9b:
|
|
4170
|
+
'''Creates a new IExtensionAssociationRef from a extensionAssociationId.
|
|
4171
|
+
|
|
4172
|
+
:param scope: -
|
|
4173
|
+
:param id: -
|
|
4174
|
+
:param extension_association_id: -
|
|
4175
|
+
'''
|
|
4176
|
+
if __debug__:
|
|
4177
|
+
type_hints = typing.get_type_hints(_typecheckingstub__40444fb29d9428650401cd4b9cf7689bd4735cae65b5137a1802e1a8a7fd4825)
|
|
4178
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
4179
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
4180
|
+
check_type(argname="argument extension_association_id", value=extension_association_id, expected_type=type_hints["extension_association_id"])
|
|
4181
|
+
return typing.cast(_IExtensionAssociationRef_1b672c9b, jsii.sinvoke(cls, "fromExtensionAssociationId", [scope, id, extension_association_id]))
|
|
4182
|
+
|
|
4012
4183
|
@jsii.member(jsii_name="inspect")
|
|
4013
4184
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
4014
4185
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -4080,6 +4251,12 @@ class CfnExtensionAssociation(
|
|
|
4080
4251
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
4081
4252
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
4082
4253
|
|
|
4254
|
+
@builtins.property
|
|
4255
|
+
@jsii.member(jsii_name="extensionAssociationRef")
|
|
4256
|
+
def extension_association_ref(self) -> _ExtensionAssociationReference_35a869f1:
|
|
4257
|
+
'''A reference to a ExtensionAssociation resource.'''
|
|
4258
|
+
return typing.cast(_ExtensionAssociationReference_35a869f1, jsii.get(self, "extensionAssociationRef"))
|
|
4259
|
+
|
|
4083
4260
|
@builtins.property
|
|
4084
4261
|
@jsii.member(jsii_name="tags")
|
|
4085
4262
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -4456,7 +4633,7 @@ class CfnExtensionProps:
|
|
|
4456
4633
|
)
|
|
4457
4634
|
|
|
4458
4635
|
|
|
4459
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
4636
|
+
@jsii.implements(_IInspectable_c2943556, _IHostedConfigurationVersionRef_eb4b6788)
|
|
4460
4637
|
class CfnHostedConfigurationVersion(
|
|
4461
4638
|
_CfnResource_9df397a6,
|
|
4462
4639
|
metaclass=jsii.JSIIMeta,
|
|
@@ -4508,7 +4685,8 @@ class CfnHostedConfigurationVersion(
|
|
|
4508
4685
|
latest_version_number: typing.Optional[jsii.Number] = None,
|
|
4509
4686
|
version_label: typing.Optional[builtins.str] = None,
|
|
4510
4687
|
) -> None:
|
|
4511
|
-
'''
|
|
4688
|
+
'''Create a new ``AWS::AppConfig::HostedConfigurationVersion``.
|
|
4689
|
+
|
|
4512
4690
|
:param scope: Scope in which this resource is defined.
|
|
4513
4691
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
4514
4692
|
:param application_id: The application ID.
|
|
@@ -4579,6 +4757,14 @@ class CfnHostedConfigurationVersion(
|
|
|
4579
4757
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
4580
4758
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
4581
4759
|
|
|
4760
|
+
@builtins.property
|
|
4761
|
+
@jsii.member(jsii_name="hostedConfigurationVersionRef")
|
|
4762
|
+
def hosted_configuration_version_ref(
|
|
4763
|
+
self,
|
|
4764
|
+
) -> _HostedConfigurationVersionReference_6f730fe8:
|
|
4765
|
+
'''A reference to a HostedConfigurationVersion resource.'''
|
|
4766
|
+
return typing.cast(_HostedConfigurationVersionReference_6f730fe8, jsii.get(self, "hostedConfigurationVersionRef"))
|
|
4767
|
+
|
|
4582
4768
|
@builtins.property
|
|
4583
4769
|
@jsii.member(jsii_name="applicationId")
|
|
4584
4770
|
def application_id(self) -> builtins.str:
|
|
@@ -4877,7 +5063,7 @@ class ConfigurationContent(
|
|
|
4877
5063
|
'''Defines the hosted configuration content from a file.
|
|
4878
5064
|
|
|
4879
5065
|
:param input_path: The path to the file that defines configuration content.
|
|
4880
|
-
:param content_type: The content type of
|
|
5066
|
+
:param content_type: The configuration content type, specified as a standard MIME type. Supported examples include: - ``text/plain`` - ``application/json`` - ``application/octet-stream`` - ``application/x-yaml``. For an up-to-date list of valid MIME types, see: https://www.iana.org/assignments/media-types/media-types.xhtml
|
|
4881
5067
|
'''
|
|
4882
5068
|
if __debug__:
|
|
4883
5069
|
type_hints = typing.get_type_hints(_typecheckingstub__90a444a396ae95bf4dbe20a3cba4428b472f8dc18cddec786f4ed521d3ef8224)
|
|
@@ -4895,7 +5081,7 @@ class ConfigurationContent(
|
|
|
4895
5081
|
'''Defines the hosted configuration content from inline code.
|
|
4896
5082
|
|
|
4897
5083
|
:param content: The inline code that defines the configuration content.
|
|
4898
|
-
:param content_type: The content type of
|
|
5084
|
+
:param content_type: The configuration content type, specified as a standard MIME type. Supported examples include: - ``text/plain`` - ``application/json`` - ``application/octet-stream`` - ``application/x-yaml``. For an up-to-date list of valid MIME types, see: https://www.iana.org/assignments/media-types/media-types.xhtml
|
|
4899
5085
|
'''
|
|
4900
5086
|
if __debug__:
|
|
4901
5087
|
type_hints = typing.get_type_hints(_typecheckingstub__3dc78a8c320c476850c109277461b0640bc3492938af15c32744671285117e99)
|
|
@@ -4913,7 +5099,7 @@ class ConfigurationContent(
|
|
|
4913
5099
|
'''Defines the hosted configuration content as JSON from inline code.
|
|
4914
5100
|
|
|
4915
5101
|
:param content: The inline code that defines the configuration content.
|
|
4916
|
-
:param content_type: The content type of
|
|
5102
|
+
:param content_type: The configuration content type, specified as a standard MIME type. Supported examples include: - ``text/plain`` - ``application/json`` - ``application/octet-stream`` - ``application/x-yaml``. For an up-to-date list of valid MIME types, see: https://www.iana.org/assignments/media-types/media-types.xhtml
|
|
4917
5103
|
'''
|
|
4918
5104
|
if __debug__:
|
|
4919
5105
|
type_hints = typing.get_type_hints(_typecheckingstub__0be240b695740e98f6925d6eb7c6948c1cdff98558955885c2275a539fa4e5f0)
|
|
@@ -4956,7 +5142,11 @@ class ConfigurationContent(
|
|
|
4956
5142
|
@jsii.member(jsii_name="contentType")
|
|
4957
5143
|
@abc.abstractmethod
|
|
4958
5144
|
def content_type(self) -> builtins.str:
|
|
4959
|
-
'''The configuration content type.
|
|
5145
|
+
'''The configuration content type, specified as a standard MIME type. Supported examples include: - ``text/plain`` - ``application/json`` - ``application/octet-stream`` - ``application/x-yaml``.
|
|
5146
|
+
|
|
5147
|
+
For an up-to-date list of valid MIME types, see:
|
|
5148
|
+
https://www.iana.org/assignments/media-types/media-types.xhtml
|
|
5149
|
+
'''
|
|
4960
5150
|
...
|
|
4961
5151
|
|
|
4962
5152
|
|
|
@@ -4970,7 +5160,11 @@ class _ConfigurationContentProxy(ConfigurationContent):
|
|
|
4970
5160
|
@builtins.property
|
|
4971
5161
|
@jsii.member(jsii_name="contentType")
|
|
4972
5162
|
def content_type(self) -> builtins.str:
|
|
4973
|
-
'''The configuration content type.
|
|
5163
|
+
'''The configuration content type, specified as a standard MIME type. Supported examples include: - ``text/plain`` - ``application/json`` - ``application/octet-stream`` - ``application/x-yaml``.
|
|
5164
|
+
|
|
5165
|
+
For an up-to-date list of valid MIME types, see:
|
|
5166
|
+
https://www.iana.org/assignments/media-types/media-types.xhtml
|
|
5167
|
+
'''
|
|
4974
5168
|
return typing.cast(builtins.str, jsii.get(self, "contentType"))
|
|
4975
5169
|
|
|
4976
5170
|
# Adding a "__jsii_proxy_class__(): typing.Type" function to the abstract class
|
|
@@ -5541,12 +5735,14 @@ class ConfigurationType(enum.Enum):
|
|
|
5541
5735
|
Example::
|
|
5542
5736
|
|
|
5543
5737
|
# application: appconfig.Application
|
|
5738
|
+
# kms_key: kms.Key
|
|
5544
5739
|
|
|
5545
5740
|
|
|
5546
5741
|
appconfig.HostedConfiguration(self, "MyHostedConfiguration",
|
|
5547
5742
|
application=application,
|
|
5548
5743
|
content=appconfig.ConfigurationContent.from_inline_text("This is my configuration content."),
|
|
5549
|
-
type=appconfig.ConfigurationType.FEATURE_FLAGS
|
|
5744
|
+
type=appconfig.ConfigurationType.FEATURE_FLAGS,
|
|
5745
|
+
kms_key=kms_key
|
|
5550
5746
|
)
|
|
5551
5747
|
'''
|
|
5552
5748
|
|
|
@@ -6787,6 +6983,7 @@ class HostedConfigurationOptions(ConfigurationOptions):
|
|
|
6787
6983
|
"validators": "validators",
|
|
6788
6984
|
"application": "application",
|
|
6789
6985
|
"content": "content",
|
|
6986
|
+
"kms_key": "kmsKey",
|
|
6790
6987
|
"latest_version_number": "latestVersionNumber",
|
|
6791
6988
|
"version_label": "versionLabel",
|
|
6792
6989
|
},
|
|
@@ -6805,6 +7002,7 @@ class HostedConfigurationProps(ConfigurationProps):
|
|
|
6805
7002
|
validators: typing.Optional[typing.Sequence["IValidator"]] = None,
|
|
6806
7003
|
application: "IApplication",
|
|
6807
7004
|
content: ConfigurationContent,
|
|
7005
|
+
kms_key: typing.Optional[_IKeyRef_d4fc6ef3] = None,
|
|
6808
7006
|
latest_version_number: typing.Optional[jsii.Number] = None,
|
|
6809
7007
|
version_label: typing.Optional[builtins.str] = None,
|
|
6810
7008
|
) -> None:
|
|
@@ -6820,6 +7018,7 @@ class HostedConfigurationProps(ConfigurationProps):
|
|
|
6820
7018
|
:param validators: The validators for the configuration. Default: - No validators.
|
|
6821
7019
|
:param application: The application associated with the configuration.
|
|
6822
7020
|
:param content: The content of the hosted configuration.
|
|
7021
|
+
:param kms_key: The customer managed key to encrypt hosted configuration. Default: None
|
|
6823
7022
|
:param latest_version_number: The latest version number of the hosted configuration. Default: - None.
|
|
6824
7023
|
:param version_label: The version label of the hosted configuration. Default: - None.
|
|
6825
7024
|
|
|
@@ -6852,6 +7051,7 @@ class HostedConfigurationProps(ConfigurationProps):
|
|
|
6852
7051
|
check_type(argname="argument validators", value=validators, expected_type=type_hints["validators"])
|
|
6853
7052
|
check_type(argname="argument application", value=application, expected_type=type_hints["application"])
|
|
6854
7053
|
check_type(argname="argument content", value=content, expected_type=type_hints["content"])
|
|
7054
|
+
check_type(argname="argument kms_key", value=kms_key, expected_type=type_hints["kms_key"])
|
|
6855
7055
|
check_type(argname="argument latest_version_number", value=latest_version_number, expected_type=type_hints["latest_version_number"])
|
|
6856
7056
|
check_type(argname="argument version_label", value=version_label, expected_type=type_hints["version_label"])
|
|
6857
7057
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
@@ -6874,6 +7074,8 @@ class HostedConfigurationProps(ConfigurationProps):
|
|
|
6874
7074
|
self._values["type"] = type
|
|
6875
7075
|
if validators is not None:
|
|
6876
7076
|
self._values["validators"] = validators
|
|
7077
|
+
if kms_key is not None:
|
|
7078
|
+
self._values["kms_key"] = kms_key
|
|
6877
7079
|
if latest_version_number is not None:
|
|
6878
7080
|
self._values["latest_version_number"] = latest_version_number
|
|
6879
7081
|
if version_label is not None:
|
|
@@ -6979,6 +7181,15 @@ class HostedConfigurationProps(ConfigurationProps):
|
|
|
6979
7181
|
assert result is not None, "Required property 'content' is missing"
|
|
6980
7182
|
return typing.cast(ConfigurationContent, result)
|
|
6981
7183
|
|
|
7184
|
+
@builtins.property
|
|
7185
|
+
def kms_key(self) -> typing.Optional[_IKeyRef_d4fc6ef3]:
|
|
7186
|
+
'''The customer managed key to encrypt hosted configuration.
|
|
7187
|
+
|
|
7188
|
+
:default: None
|
|
7189
|
+
'''
|
|
7190
|
+
result = self._values.get("kms_key")
|
|
7191
|
+
return typing.cast(typing.Optional[_IKeyRef_d4fc6ef3], result)
|
|
7192
|
+
|
|
6982
7193
|
@builtins.property
|
|
6983
7194
|
def latest_version_number(self) -> typing.Optional[jsii.Number]:
|
|
6984
7195
|
'''The latest version number of the hosted configuration.
|
|
@@ -7117,7 +7328,7 @@ class IApplication(_IResource_c80c4260, typing_extensions.Protocol):
|
|
|
7117
7328
|
id: builtins.str,
|
|
7118
7329
|
*,
|
|
7119
7330
|
location: ConfigurationSource,
|
|
7120
|
-
retrieval_role: typing.Optional[
|
|
7331
|
+
retrieval_role: typing.Optional[_IRoleRef_8400221f] = None,
|
|
7121
7332
|
version_number: typing.Optional[builtins.str] = None,
|
|
7122
7333
|
deletion_protection_check: typing.Optional[DeletionProtectionCheck] = None,
|
|
7123
7334
|
deployment_key: typing.Optional[_IKey_5f11635f] = None,
|
|
@@ -7477,7 +7688,7 @@ class _IApplicationProxy(
|
|
|
7477
7688
|
id: builtins.str,
|
|
7478
7689
|
*,
|
|
7479
7690
|
location: ConfigurationSource,
|
|
7480
|
-
retrieval_role: typing.Optional[
|
|
7691
|
+
retrieval_role: typing.Optional[_IRoleRef_8400221f] = None,
|
|
7481
7692
|
version_number: typing.Optional[builtins.str] = None,
|
|
7482
7693
|
deletion_protection_check: typing.Optional[DeletionProtectionCheck] = None,
|
|
7483
7694
|
deployment_key: typing.Optional[_IKey_5f11635f] = None,
|
|
@@ -9701,7 +9912,7 @@ class Monitor(
|
|
|
9701
9912
|
def from_cloud_watch_alarm(
|
|
9702
9913
|
cls,
|
|
9703
9914
|
alarm: _IAlarm_ff3eabc0,
|
|
9704
|
-
alarm_role: typing.Optional[
|
|
9915
|
+
alarm_role: typing.Optional[_IRoleRef_8400221f] = None,
|
|
9705
9916
|
) -> "Monitor":
|
|
9706
9917
|
'''Creates a Monitor from a CloudWatch alarm.
|
|
9707
9918
|
|
|
@@ -10253,7 +10464,7 @@ class SourcedConfiguration(
|
|
|
10253
10464
|
id: builtins.str,
|
|
10254
10465
|
*,
|
|
10255
10466
|
location: ConfigurationSource,
|
|
10256
|
-
retrieval_role: typing.Optional[
|
|
10467
|
+
retrieval_role: typing.Optional[_IRoleRef_8400221f] = None,
|
|
10257
10468
|
version_number: typing.Optional[builtins.str] = None,
|
|
10258
10469
|
application: IApplication,
|
|
10259
10470
|
deletion_protection_check: typing.Optional[DeletionProtectionCheck] = None,
|
|
@@ -10753,7 +10964,7 @@ class SourcedConfigurationOptions(ConfigurationOptions):
|
|
|
10753
10964
|
type: typing.Optional[ConfigurationType] = None,
|
|
10754
10965
|
validators: typing.Optional[typing.Sequence[IValidator]] = None,
|
|
10755
10966
|
location: ConfigurationSource,
|
|
10756
|
-
retrieval_role: typing.Optional[
|
|
10967
|
+
retrieval_role: typing.Optional[_IRoleRef_8400221f] = None,
|
|
10757
10968
|
version_number: typing.Optional[builtins.str] = None,
|
|
10758
10969
|
) -> None:
|
|
10759
10970
|
'''Options for SourcedConfiguration.
|
|
@@ -10777,14 +10988,14 @@ class SourcedConfigurationOptions(ConfigurationOptions):
|
|
|
10777
10988
|
# The code below shows an example of how to instantiate this type.
|
|
10778
10989
|
# The values are placeholders you should change.
|
|
10779
10990
|
from aws_cdk import aws_appconfig as appconfig
|
|
10780
|
-
from aws_cdk import aws_iam as iam
|
|
10781
10991
|
from aws_cdk import aws_kms as kms
|
|
10992
|
+
from aws_cdk.interfaces import aws_iam as interfaces_aws_iam
|
|
10782
10993
|
|
|
10783
10994
|
# configuration_source: appconfig.ConfigurationSource
|
|
10784
10995
|
# deployment_strategy: appconfig.DeploymentStrategy
|
|
10785
10996
|
# environment: appconfig.Environment
|
|
10786
10997
|
# key: kms.Key
|
|
10787
|
-
#
|
|
10998
|
+
# role_ref: interfaces_aws_iam.IRoleRef
|
|
10788
10999
|
# validator: appconfig.IValidator
|
|
10789
11000
|
|
|
10790
11001
|
sourced_configuration_options = appconfig.SourcedConfigurationOptions(
|
|
@@ -10797,7 +11008,7 @@ class SourcedConfigurationOptions(ConfigurationOptions):
|
|
|
10797
11008
|
deploy_to=[environment],
|
|
10798
11009
|
description="description",
|
|
10799
11010
|
name="name",
|
|
10800
|
-
retrieval_role=
|
|
11011
|
+
retrieval_role=role_ref,
|
|
10801
11012
|
type=appconfig.ConfigurationType.FREEFORM,
|
|
10802
11013
|
validators=[validator],
|
|
10803
11014
|
version_number="versionNumber"
|
|
@@ -10934,13 +11145,13 @@ class SourcedConfigurationOptions(ConfigurationOptions):
|
|
|
10934
11145
|
return typing.cast(ConfigurationSource, result)
|
|
10935
11146
|
|
|
10936
11147
|
@builtins.property
|
|
10937
|
-
def retrieval_role(self) -> typing.Optional[
|
|
11148
|
+
def retrieval_role(self) -> typing.Optional[_IRoleRef_8400221f]:
|
|
10938
11149
|
'''The IAM role to retrieve the configuration.
|
|
10939
11150
|
|
|
10940
11151
|
:default: - A role is generated.
|
|
10941
11152
|
'''
|
|
10942
11153
|
result = self._values.get("retrieval_role")
|
|
10943
|
-
return typing.cast(typing.Optional[
|
|
11154
|
+
return typing.cast(typing.Optional[_IRoleRef_8400221f], result)
|
|
10944
11155
|
|
|
10945
11156
|
@builtins.property
|
|
10946
11157
|
def version_number(self) -> typing.Optional[builtins.str]:
|
|
@@ -10998,7 +11209,7 @@ class SourcedConfigurationProps(ConfigurationProps):
|
|
|
10998
11209
|
validators: typing.Optional[typing.Sequence[IValidator]] = None,
|
|
10999
11210
|
application: IApplication,
|
|
11000
11211
|
location: ConfigurationSource,
|
|
11001
|
-
retrieval_role: typing.Optional[
|
|
11212
|
+
retrieval_role: typing.Optional[_IRoleRef_8400221f] = None,
|
|
11002
11213
|
version_number: typing.Optional[builtins.str] = None,
|
|
11003
11214
|
) -> None:
|
|
11004
11215
|
'''Properties for SourcedConfiguration.
|
|
@@ -11172,13 +11383,13 @@ class SourcedConfigurationProps(ConfigurationProps):
|
|
|
11172
11383
|
return typing.cast(ConfigurationSource, result)
|
|
11173
11384
|
|
|
11174
11385
|
@builtins.property
|
|
11175
|
-
def retrieval_role(self) -> typing.Optional[
|
|
11386
|
+
def retrieval_role(self) -> typing.Optional[_IRoleRef_8400221f]:
|
|
11176
11387
|
'''The IAM role to retrieve the configuration.
|
|
11177
11388
|
|
|
11178
11389
|
:default: - Auto generated if location type is not ConfigurationSourceType.CODE_PIPELINE otherwise no role specified.
|
|
11179
11390
|
'''
|
|
11180
11391
|
result = self._values.get("retrieval_role")
|
|
11181
|
-
return typing.cast(typing.Optional[
|
|
11392
|
+
return typing.cast(typing.Optional[_IRoleRef_8400221f], result)
|
|
11182
11393
|
|
|
11183
11394
|
@builtins.property
|
|
11184
11395
|
def version_number(self) -> typing.Optional[builtins.str]:
|
|
@@ -11499,7 +11710,7 @@ class Application(
|
|
|
11499
11710
|
id: builtins.str,
|
|
11500
11711
|
*,
|
|
11501
11712
|
location: ConfigurationSource,
|
|
11502
|
-
retrieval_role: typing.Optional[
|
|
11713
|
+
retrieval_role: typing.Optional[_IRoleRef_8400221f] = None,
|
|
11503
11714
|
version_number: typing.Optional[builtins.str] = None,
|
|
11504
11715
|
deletion_protection_check: typing.Optional[DeletionProtectionCheck] = None,
|
|
11505
11716
|
deployment_key: typing.Optional[_IKey_5f11635f] = None,
|
|
@@ -13156,6 +13367,7 @@ class HostedConfiguration(
|
|
|
13156
13367
|
id: builtins.str,
|
|
13157
13368
|
*,
|
|
13158
13369
|
content: ConfigurationContent,
|
|
13370
|
+
kms_key: typing.Optional[_IKeyRef_d4fc6ef3] = None,
|
|
13159
13371
|
latest_version_number: typing.Optional[jsii.Number] = None,
|
|
13160
13372
|
version_label: typing.Optional[builtins.str] = None,
|
|
13161
13373
|
application: IApplication,
|
|
@@ -13172,6 +13384,7 @@ class HostedConfiguration(
|
|
|
13172
13384
|
:param scope: -
|
|
13173
13385
|
:param id: -
|
|
13174
13386
|
:param content: The content of the hosted configuration.
|
|
13387
|
+
:param kms_key: The customer managed key to encrypt hosted configuration. Default: None
|
|
13175
13388
|
:param latest_version_number: The latest version number of the hosted configuration. Default: - None.
|
|
13176
13389
|
:param version_label: The version label of the hosted configuration. Default: - None.
|
|
13177
13390
|
:param application: The application associated with the configuration.
|
|
@@ -13190,6 +13403,7 @@ class HostedConfiguration(
|
|
|
13190
13403
|
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
13191
13404
|
props = HostedConfigurationProps(
|
|
13192
13405
|
content=content,
|
|
13406
|
+
kms_key=kms_key,
|
|
13193
13407
|
latest_version_number=latest_version_number,
|
|
13194
13408
|
version_label=version_label,
|
|
13195
13409
|
application=application,
|
|
@@ -13530,7 +13744,11 @@ class HostedConfiguration(
|
|
|
13530
13744
|
@builtins.property
|
|
13531
13745
|
@jsii.member(jsii_name="contentType")
|
|
13532
13746
|
def content_type(self) -> typing.Optional[builtins.str]:
|
|
13533
|
-
'''The content type
|
|
13747
|
+
'''The configuration content type, specified as a standard MIME type. Supported examples include: - ``text/plain`` - ``application/json`` - ``application/octet-stream`` - ``application/x-yaml``.
|
|
13748
|
+
|
|
13749
|
+
For an up-to-date list of valid MIME types, see:
|
|
13750
|
+
https://www.iana.org/assignments/media-types/media-types.xhtml
|
|
13751
|
+
'''
|
|
13534
13752
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "contentType"))
|
|
13535
13753
|
|
|
13536
13754
|
@builtins.property
|
|
@@ -13738,6 +13956,14 @@ def _typecheckingstub__c5cb8c402a0d1a836162f596142de6ed2a1f2a0635a355ae334b92eb1
|
|
|
13738
13956
|
"""Type checking stubs"""
|
|
13739
13957
|
pass
|
|
13740
13958
|
|
|
13959
|
+
def _typecheckingstub__afd571466571231348a78cb931c25e5d1b3c70347a376b9d64e551c1d6126654(
|
|
13960
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
13961
|
+
id: builtins.str,
|
|
13962
|
+
application_id: builtins.str,
|
|
13963
|
+
) -> None:
|
|
13964
|
+
"""Type checking stubs"""
|
|
13965
|
+
pass
|
|
13966
|
+
|
|
13741
13967
|
def _typecheckingstub__0ea7b1a84049868bc175511a7cff8896cbe830377b519f6e81ca6912165c12a6(
|
|
13742
13968
|
inspector: _TreeInspector_488e0dd5,
|
|
13743
13969
|
) -> None:
|
|
@@ -14014,6 +14240,14 @@ def _typecheckingstub__bb88c221f102c1b57ba4f19db7656eb36ff011a70e3643e39d048c313
|
|
|
14014
14240
|
"""Type checking stubs"""
|
|
14015
14241
|
pass
|
|
14016
14242
|
|
|
14243
|
+
def _typecheckingstub__a211633629f45a21de52e2d3b8c73b520eee7fc38d9ec5fafe4d90b277a310a5(
|
|
14244
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
14245
|
+
id: builtins.str,
|
|
14246
|
+
deployment_strategy_id: builtins.str,
|
|
14247
|
+
) -> None:
|
|
14248
|
+
"""Type checking stubs"""
|
|
14249
|
+
pass
|
|
14250
|
+
|
|
14017
14251
|
def _typecheckingstub__6c07282bd387e2aab09e9241f96ded37ff336d3f231f996e048ef207d3a38bc3(
|
|
14018
14252
|
inspector: _TreeInspector_488e0dd5,
|
|
14019
14253
|
) -> None:
|
|
@@ -14272,6 +14506,22 @@ def _typecheckingstub__b2e5a069dff64a93330fdfc39cee819956ed46cafa89dc1aee558b0c2
|
|
|
14272
14506
|
"""Type checking stubs"""
|
|
14273
14507
|
pass
|
|
14274
14508
|
|
|
14509
|
+
def _typecheckingstub__0f2ddb8bad12cb1e96088c9c43262a44a268a1f9f59e087e06c9e1981203af04(
|
|
14510
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
14511
|
+
id: builtins.str,
|
|
14512
|
+
arn: builtins.str,
|
|
14513
|
+
) -> None:
|
|
14514
|
+
"""Type checking stubs"""
|
|
14515
|
+
pass
|
|
14516
|
+
|
|
14517
|
+
def _typecheckingstub__40444fb29d9428650401cd4b9cf7689bd4735cae65b5137a1802e1a8a7fd4825(
|
|
14518
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
14519
|
+
id: builtins.str,
|
|
14520
|
+
extension_association_id: builtins.str,
|
|
14521
|
+
) -> None:
|
|
14522
|
+
"""Type checking stubs"""
|
|
14523
|
+
pass
|
|
14524
|
+
|
|
14275
14525
|
def _typecheckingstub__209622600665bfa16663cc19d0b91c8caf5c5d29f4cc7cb09fd6fba67bcb1739(
|
|
14276
14526
|
inspector: _TreeInspector_488e0dd5,
|
|
14277
14527
|
) -> None:
|
|
@@ -14623,6 +14873,7 @@ def _typecheckingstub__7cba9d5464f3f4cbc208d892995245e5078fc2cc794651c71942035a9
|
|
|
14623
14873
|
validators: typing.Optional[typing.Sequence[IValidator]] = None,
|
|
14624
14874
|
application: IApplication,
|
|
14625
14875
|
content: ConfigurationContent,
|
|
14876
|
+
kms_key: typing.Optional[_IKeyRef_d4fc6ef3] = None,
|
|
14626
14877
|
latest_version_number: typing.Optional[jsii.Number] = None,
|
|
14627
14878
|
version_label: typing.Optional[builtins.str] = None,
|
|
14628
14879
|
) -> None:
|
|
@@ -14674,7 +14925,7 @@ def _typecheckingstub__652068ebd01467de1bc3159a4c8fef165c1053fe6662fcbb6e0b8cb9f
|
|
|
14674
14925
|
id: builtins.str,
|
|
14675
14926
|
*,
|
|
14676
14927
|
location: ConfigurationSource,
|
|
14677
|
-
retrieval_role: typing.Optional[
|
|
14928
|
+
retrieval_role: typing.Optional[_IRoleRef_8400221f] = None,
|
|
14678
14929
|
version_number: typing.Optional[builtins.str] = None,
|
|
14679
14930
|
deletion_protection_check: typing.Optional[DeletionProtectionCheck] = None,
|
|
14680
14931
|
deployment_key: typing.Optional[_IKey_5f11635f] = None,
|
|
@@ -15051,7 +15302,7 @@ def _typecheckingstub__a245d9ad2d5a72963867d7f392bf31c9977c87f33b0ba8389f1024ee4
|
|
|
15051
15302
|
|
|
15052
15303
|
def _typecheckingstub__ccc59f1c5523364b8528526a5b6087774df2b905407caca37b7c685a5bfb76cb(
|
|
15053
15304
|
alarm: _IAlarm_ff3eabc0,
|
|
15054
|
-
alarm_role: typing.Optional[
|
|
15305
|
+
alarm_role: typing.Optional[_IRoleRef_8400221f] = None,
|
|
15055
15306
|
) -> None:
|
|
15056
15307
|
"""Type checking stubs"""
|
|
15057
15308
|
pass
|
|
@@ -15092,7 +15343,7 @@ def _typecheckingstub__61200a738f2584e5d86190492c99ded9cebb5cc41d230eec1c74f7130
|
|
|
15092
15343
|
id: builtins.str,
|
|
15093
15344
|
*,
|
|
15094
15345
|
location: ConfigurationSource,
|
|
15095
|
-
retrieval_role: typing.Optional[
|
|
15346
|
+
retrieval_role: typing.Optional[_IRoleRef_8400221f] = None,
|
|
15096
15347
|
version_number: typing.Optional[builtins.str] = None,
|
|
15097
15348
|
application: IApplication,
|
|
15098
15349
|
deletion_protection_check: typing.Optional[DeletionProtectionCheck] = None,
|
|
@@ -15242,7 +15493,7 @@ def _typecheckingstub__115deabe7a02ce295c431e7d9a99bcbe112bc017436380d80181c5db4
|
|
|
15242
15493
|
type: typing.Optional[ConfigurationType] = None,
|
|
15243
15494
|
validators: typing.Optional[typing.Sequence[IValidator]] = None,
|
|
15244
15495
|
location: ConfigurationSource,
|
|
15245
|
-
retrieval_role: typing.Optional[
|
|
15496
|
+
retrieval_role: typing.Optional[_IRoleRef_8400221f] = None,
|
|
15246
15497
|
version_number: typing.Optional[builtins.str] = None,
|
|
15247
15498
|
) -> None:
|
|
15248
15499
|
"""Type checking stubs"""
|
|
@@ -15260,7 +15511,7 @@ def _typecheckingstub__d41101d1b0f699a52d44a2b86fe3e9dcd0e6f1487f088908464eb49cb
|
|
|
15260
15511
|
validators: typing.Optional[typing.Sequence[IValidator]] = None,
|
|
15261
15512
|
application: IApplication,
|
|
15262
15513
|
location: ConfigurationSource,
|
|
15263
|
-
retrieval_role: typing.Optional[
|
|
15514
|
+
retrieval_role: typing.Optional[_IRoleRef_8400221f] = None,
|
|
15264
15515
|
version_number: typing.Optional[builtins.str] = None,
|
|
15265
15516
|
) -> None:
|
|
15266
15517
|
"""Type checking stubs"""
|
|
@@ -15356,7 +15607,7 @@ def _typecheckingstub__8c0399b30aac3a09a4a5e9f3f33f358c90afa60099a7dd6cfc1f1b40f
|
|
|
15356
15607
|
id: builtins.str,
|
|
15357
15608
|
*,
|
|
15358
15609
|
location: ConfigurationSource,
|
|
15359
|
-
retrieval_role: typing.Optional[
|
|
15610
|
+
retrieval_role: typing.Optional[_IRoleRef_8400221f] = None,
|
|
15360
15611
|
version_number: typing.Optional[builtins.str] = None,
|
|
15361
15612
|
deletion_protection_check: typing.Optional[DeletionProtectionCheck] = None,
|
|
15362
15613
|
deployment_key: typing.Optional[_IKey_5f11635f] = None,
|
|
@@ -15840,6 +16091,7 @@ def _typecheckingstub__8e7eecc550d3d689f07534db869c7be67f00e08dcbf880bbb2656d019
|
|
|
15840
16091
|
id: builtins.str,
|
|
15841
16092
|
*,
|
|
15842
16093
|
content: ConfigurationContent,
|
|
16094
|
+
kms_key: typing.Optional[_IKeyRef_d4fc6ef3] = None,
|
|
15843
16095
|
latest_version_number: typing.Optional[jsii.Number] = None,
|
|
15844
16096
|
version_label: typing.Optional[builtins.str] = None,
|
|
15845
16097
|
application: IApplication,
|
|
@@ -15978,3 +16230,6 @@ def _typecheckingstub__0a1e6913f9293558fa6d2222b6d11c3af6b25866b966dd63195511173
|
|
|
15978
16230
|
) -> None:
|
|
15979
16231
|
"""Type checking stubs"""
|
|
15980
16232
|
pass
|
|
16233
|
+
|
|
16234
|
+
for cls in [IApplication, IConfiguration, IDeploymentStrategy, IEnvironment, IEventDestination, IExtensible, IExtension, IValidator]:
|
|
16235
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|