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
aws_cdk/aws_sdb/__init__.py
CHANGED
|
@@ -63,9 +63,12 @@ from .. import (
|
|
|
63
63
|
IInspectable as _IInspectable_c2943556,
|
|
64
64
|
TreeInspector as _TreeInspector_488e0dd5,
|
|
65
65
|
)
|
|
66
|
+
from ..interfaces.aws_sdb import (
|
|
67
|
+
DomainReference as _DomainReference_5952a7dd, IDomainRef as _IDomainRef_a4c85842
|
|
68
|
+
)
|
|
66
69
|
|
|
67
70
|
|
|
68
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
71
|
+
@jsii.implements(_IInspectable_c2943556, _IDomainRef_a4c85842)
|
|
69
72
|
class CfnDomain(
|
|
70
73
|
_CfnResource_9df397a6,
|
|
71
74
|
metaclass=jsii.JSIIMeta,
|
|
@@ -100,7 +103,8 @@ class CfnDomain(
|
|
|
100
103
|
*,
|
|
101
104
|
description: typing.Optional[builtins.str] = None,
|
|
102
105
|
) -> None:
|
|
103
|
-
'''
|
|
106
|
+
'''Create a new ``AWS::SDB::Domain``.
|
|
107
|
+
|
|
104
108
|
:param scope: Scope in which this resource is defined.
|
|
105
109
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
106
110
|
:param description: Information about the SimpleDB domain.
|
|
@@ -156,6 +160,12 @@ class CfnDomain(
|
|
|
156
160
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
157
161
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
158
162
|
|
|
163
|
+
@builtins.property
|
|
164
|
+
@jsii.member(jsii_name="domainRef")
|
|
165
|
+
def domain_ref(self) -> _DomainReference_5952a7dd:
|
|
166
|
+
'''A reference to a Domain resource.'''
|
|
167
|
+
return typing.cast(_DomainReference_5952a7dd, jsii.get(self, "domainRef"))
|
|
168
|
+
|
|
159
169
|
@builtins.property
|
|
160
170
|
@jsii.member(jsii_name="description")
|
|
161
171
|
def description(self) -> typing.Optional[builtins.str]:
|
|
@@ -350,6 +350,7 @@ from .. import (
|
|
|
350
350
|
RemovalPolicy as _RemovalPolicy_9f93c814,
|
|
351
351
|
Resource as _Resource_45bc6135,
|
|
352
352
|
SecretValue as _SecretValue_3dd0ddae,
|
|
353
|
+
SecretsManagerSecretOptions as _SecretsManagerSecretOptions_5c3ce656,
|
|
353
354
|
TagManager as _TagManager_0a598cb3,
|
|
354
355
|
TreeInspector as _TreeInspector_488e0dd5,
|
|
355
356
|
)
|
|
@@ -370,6 +371,17 @@ from ..aws_iam import (
|
|
|
370
371
|
)
|
|
371
372
|
from ..aws_kms import IKey as _IKey_5f11635f
|
|
372
373
|
from ..aws_lambda import IFunction as _IFunction_6adb0ab8
|
|
374
|
+
from ..interfaces.aws_kms import IKeyRef as _IKeyRef_d4fc6ef3
|
|
375
|
+
from ..interfaces.aws_secretsmanager import (
|
|
376
|
+
IResourcePolicyRef as _IResourcePolicyRef_63a717f2,
|
|
377
|
+
IRotationScheduleRef as _IRotationScheduleRef_39ee30e9,
|
|
378
|
+
ISecretRef as _ISecretRef_3a7b28a3,
|
|
379
|
+
ISecretTargetAttachmentRef as _ISecretTargetAttachmentRef_0786fb30,
|
|
380
|
+
ResourcePolicyReference as _ResourcePolicyReference_55b14df8,
|
|
381
|
+
RotationScheduleReference as _RotationScheduleReference_430d14ec,
|
|
382
|
+
SecretReference as _SecretReference_6b31850e,
|
|
383
|
+
SecretTargetAttachmentReference as _SecretTargetAttachmentReference_5ec6f11b,
|
|
384
|
+
)
|
|
373
385
|
|
|
374
386
|
|
|
375
387
|
@jsii.data_type(
|
|
@@ -441,7 +453,7 @@ class AttachmentTargetType(enum.Enum):
|
|
|
441
453
|
'''AWS::DocDB::DBCluster.'''
|
|
442
454
|
|
|
443
455
|
|
|
444
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
456
|
+
@jsii.implements(_IInspectable_c2943556, _IResourcePolicyRef_63a717f2)
|
|
445
457
|
class CfnResourcePolicy(
|
|
446
458
|
_CfnResource_9df397a6,
|
|
447
459
|
metaclass=jsii.JSIIMeta,
|
|
@@ -483,7 +495,8 @@ class CfnResourcePolicy(
|
|
|
483
495
|
secret_id: builtins.str,
|
|
484
496
|
block_public_policy: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
485
497
|
) -> None:
|
|
486
|
-
'''
|
|
498
|
+
'''Create a new ``AWS::SecretsManager::ResourcePolicy``.
|
|
499
|
+
|
|
487
500
|
:param scope: Scope in which this resource is defined.
|
|
488
501
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
489
502
|
:param resource_policy: A JSON-formatted string for an AWS resource-based policy. For example policies, see `Permissions policy examples <https://docs.aws.amazon.com/secretsmanager/latest/userguide/auth-and-access_examples.html>`_ .
|
|
@@ -546,6 +559,12 @@ class CfnResourcePolicy(
|
|
|
546
559
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
547
560
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
548
561
|
|
|
562
|
+
@builtins.property
|
|
563
|
+
@jsii.member(jsii_name="resourcePolicyRef")
|
|
564
|
+
def resource_policy_ref(self) -> _ResourcePolicyReference_55b14df8:
|
|
565
|
+
'''A reference to a ResourcePolicy resource.'''
|
|
566
|
+
return typing.cast(_ResourcePolicyReference_55b14df8, jsii.get(self, "resourcePolicyRef"))
|
|
567
|
+
|
|
549
568
|
@builtins.property
|
|
550
569
|
@jsii.member(jsii_name="resourcePolicy")
|
|
551
570
|
def resource_policy(self) -> typing.Any:
|
|
@@ -694,7 +713,7 @@ class CfnResourcePolicyProps:
|
|
|
694
713
|
)
|
|
695
714
|
|
|
696
715
|
|
|
697
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
716
|
+
@jsii.implements(_IInspectable_c2943556, _IRotationScheduleRef_39ee30e9)
|
|
698
717
|
class CfnRotationSchedule(
|
|
699
718
|
_CfnResource_9df397a6,
|
|
700
719
|
metaclass=jsii.JSIIMeta,
|
|
@@ -769,7 +788,8 @@ class CfnRotationSchedule(
|
|
|
769
788
|
rotation_lambda_arn: typing.Optional[builtins.str] = None,
|
|
770
789
|
rotation_rules: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnRotationSchedule.RotationRulesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
771
790
|
) -> None:
|
|
772
|
-
'''
|
|
791
|
+
'''Create a new ``AWS::SecretsManager::RotationSchedule``.
|
|
792
|
+
|
|
773
793
|
:param scope: Scope in which this resource is defined.
|
|
774
794
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
775
795
|
:param secret_id: The ARN or name of the secret to rotate. This is unique for each rotation schedule definition. To reference a secret also created in this template, use the `Ref <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-ref.html>`_ function with the secret's logical ID.
|
|
@@ -836,6 +856,12 @@ class CfnRotationSchedule(
|
|
|
836
856
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
837
857
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
838
858
|
|
|
859
|
+
@builtins.property
|
|
860
|
+
@jsii.member(jsii_name="rotationScheduleRef")
|
|
861
|
+
def rotation_schedule_ref(self) -> _RotationScheduleReference_430d14ec:
|
|
862
|
+
'''A reference to a RotationSchedule resource.'''
|
|
863
|
+
return typing.cast(_RotationScheduleReference_430d14ec, jsii.get(self, "rotationScheduleRef"))
|
|
864
|
+
|
|
839
865
|
@builtins.property
|
|
840
866
|
@jsii.member(jsii_name="secretId")
|
|
841
867
|
def secret_id(self) -> builtins.str:
|
|
@@ -966,7 +992,7 @@ class CfnRotationSchedule(
|
|
|
966
992
|
:param master_secret_arn: The ARN of the secret that contains superuser credentials, if you use the `Alternating users rotation strategy <https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotating-secrets_strategies.html#rotating-secrets-two-users>`_ . CloudFormation grants the execution role for the Lambda rotation function ``GetSecretValue`` permission to the secret in this property. For more information, see `Lambda rotation function execution role permissions for Secrets Manager <https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotating-secrets-required-permissions-function.html>`_ . You must create the superuser secret before you can set this property. You must also include the superuser secret ARN as a key in the JSON of the rotating secret so that the Lambda rotation function can find it. CloudFormation does not hardcode secret ARNs in the Lambda rotation function, so you can use the function to rotate multiple secrets. For more information, see `JSON structure of Secrets Manager secrets <https://docs.aws.amazon.com/secretsmanager/latest/userguide/reference_secret_json_structure.html>`_ . You can specify ``MasterSecretArn`` or ``SuperuserSecretArn`` but not both. They represent the same superuser secret.
|
|
967
993
|
:param master_secret_kms_key_arn: The ARN of the KMS key that Secrets Manager used to encrypt the superuser secret, if you use the `alternating users strategy <https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotating-secrets_strategies.html#rotating-secrets-two-users>`_ and the superuser secret is encrypted with a customer managed key. You don't need to specify this property if the superuser secret is encrypted using the key ``aws/secretsmanager`` . CloudFormation grants the execution role for the Lambda rotation function ``Decrypt`` , ``DescribeKey`` , and ``GenerateDataKey`` permission to the key in this property. For more information, see `Lambda rotation function execution role permissions for Secrets Manager <https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotating-secrets-required-permissions-function.html>`_ . You can specify ``MasterSecretKmsKeyArn`` or ``SuperuserSecretKmsKeyArn`` but not both. They represent the same superuser secret KMS key .
|
|
968
994
|
:param rotation_lambda_name: The name of the Lambda rotation function.
|
|
969
|
-
:param runtime: .. epigraph:: Do not set this value if you are using ``Transform: AWS::SecretsManager-2024-09-16`` . Over time, the updated rotation lambda artifacts vended by AWS may not be compatible with the code or shared object files defined in the rotation function deployment package. .. epigraph:: Only define the ``Runtime`` key if: - You are using ``Transform: AWS::SecretsManager-2020-07-23`` . - The code or shared object files defined in the rotation function deployment package are incompatible with Python 3.
|
|
995
|
+
:param runtime: .. epigraph:: Do not set this value if you are using ``Transform: AWS::SecretsManager-2024-09-16`` . Over time, the updated rotation lambda artifacts vended by AWS may not be compatible with the code or shared object files defined in the rotation function deployment package. .. epigraph:: Only define the ``Runtime`` key if: - You are using ``Transform: AWS::SecretsManager-2020-07-23`` . - The code or shared object files defined in the rotation function deployment package are incompatible with Python 3.10. The Python Runtime version for with the rotation function. By default, CloudFormation deploys Python 3.10 binaries for the rotation function. To use a different version of Python, you must do the following two steps: - Deploy the matching version Python binaries with your rotation function. - Set the version number in this field. For example, for Python 3.10, enter *python3.10* . If you only do one of the steps, your rotation function will be incompatible with the binaries. For more information, see `Why did my Lambda rotation function fail with a "pg module not found" error <https://docs.aws.amazon.com/https://repost.aws/knowledge-center/secrets-manager-lambda-rotation>`_ .
|
|
970
996
|
:param superuser_secret_arn: The ARN of the secret that contains superuser credentials, if you use the `Alternating users rotation strategy <https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotating-secrets_strategies.html#rotating-secrets-two-users>`_ . CloudFormation grants the execution role for the Lambda rotation function ``GetSecretValue`` permission to the secret in this property. For more information, see `Lambda rotation function execution role permissions for Secrets Manager <https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotating-secrets-required-permissions-function.html>`_ . You must create the superuser secret before you can set this property. You must also include the superuser secret ARN as a key in the JSON of the rotating secret so that the Lambda rotation function can find it. CloudFormation does not hardcode secret ARNs in the Lambda rotation function, so you can use the function to rotate multiple secrets. For more information, see `JSON structure of Secrets Manager secrets <https://docs.aws.amazon.com/secretsmanager/latest/userguide/reference_secret_json_structure.html>`_ . You can specify ``MasterSecretArn`` or ``SuperuserSecretArn`` but not both. They represent the same superuser secret.
|
|
971
997
|
:param superuser_secret_kms_key_arn: The ARN of the KMS key that Secrets Manager used to encrypt the superuser secret, if you use the `alternating users strategy <https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotating-secrets_strategies.html#rotating-secrets-two-users>`_ and the superuser secret is encrypted with a customer managed key. You don't need to specify this property if the superuser secret is encrypted using the key ``aws/secretsmanager`` . CloudFormation grants the execution role for the Lambda rotation function ``Decrypt`` , ``DescribeKey`` , and ``GenerateDataKey`` permission to the key in this property. For more information, see `Lambda rotation function execution role permissions for Secrets Manager <https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotating-secrets-required-permissions-function.html>`_ . You can specify ``MasterSecretKmsKeyArn`` or ``SuperuserSecretKmsKeyArn`` but not both. They represent the same superuser secret KMS key .
|
|
972
998
|
:param vpc_security_group_ids: A comma-separated list of security group IDs applied to the target database. The template applies the same security groups as on the Lambda rotation function that is created as part of this stack.
|
|
@@ -1128,12 +1154,12 @@ class CfnRotationSchedule(
|
|
|
1128
1154
|
Only define the ``Runtime`` key if:
|
|
1129
1155
|
|
|
1130
1156
|
- You are using ``Transform: AWS::SecretsManager-2020-07-23`` .
|
|
1131
|
-
- The code or shared object files defined in the rotation function deployment package are incompatible with Python 3.
|
|
1157
|
+
- The code or shared object files defined in the rotation function deployment package are incompatible with Python 3.10.
|
|
1132
1158
|
|
|
1133
|
-
The Python Runtime version for with the rotation function. By default, CloudFormation deploys Python 3.
|
|
1159
|
+
The Python Runtime version for with the rotation function. By default, CloudFormation deploys Python 3.10 binaries for the rotation function. To use a different version of Python, you must do the following two steps:
|
|
1134
1160
|
|
|
1135
1161
|
- Deploy the matching version Python binaries with your rotation function.
|
|
1136
|
-
- Set the version number in this field. For example, for Python 3.
|
|
1162
|
+
- Set the version number in this field. For example, for Python 3.10, enter *python3.10* .
|
|
1137
1163
|
|
|
1138
1164
|
If you only do one of the steps, your rotation function will be incompatible with the binaries. For more information, see `Why did my Lambda rotation function fail with a "pg module not found" error <https://docs.aws.amazon.com/https://repost.aws/knowledge-center/secrets-manager-lambda-rotation>`_ .
|
|
1139
1165
|
|
|
@@ -1490,7 +1516,7 @@ class CfnRotationScheduleProps:
|
|
|
1490
1516
|
)
|
|
1491
1517
|
|
|
1492
1518
|
|
|
1493
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
1519
|
+
@jsii.implements(_IInspectable_c2943556, _ISecretRef_3a7b28a3, _ITaggable_36806126)
|
|
1494
1520
|
class CfnSecret(
|
|
1495
1521
|
_CfnResource_9df397a6,
|
|
1496
1522
|
metaclass=jsii.JSIIMeta,
|
|
@@ -1563,7 +1589,8 @@ class CfnSecret(
|
|
|
1563
1589
|
secret_string: typing.Optional[builtins.str] = None,
|
|
1564
1590
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1565
1591
|
) -> None:
|
|
1566
|
-
'''
|
|
1592
|
+
'''Create a new ``AWS::SecretsManager::Secret``.
|
|
1593
|
+
|
|
1567
1594
|
:param scope: Scope in which this resource is defined.
|
|
1568
1595
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
1569
1596
|
:param description: The description of the secret.
|
|
@@ -1590,6 +1617,27 @@ class CfnSecret(
|
|
|
1590
1617
|
|
|
1591
1618
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1592
1619
|
|
|
1620
|
+
@jsii.member(jsii_name="fromSecretId")
|
|
1621
|
+
@builtins.classmethod
|
|
1622
|
+
def from_secret_id(
|
|
1623
|
+
cls,
|
|
1624
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1625
|
+
id: builtins.str,
|
|
1626
|
+
secret_id: builtins.str,
|
|
1627
|
+
) -> _ISecretRef_3a7b28a3:
|
|
1628
|
+
'''Creates a new ISecretRef from a secretId.
|
|
1629
|
+
|
|
1630
|
+
:param scope: -
|
|
1631
|
+
:param id: -
|
|
1632
|
+
:param secret_id: -
|
|
1633
|
+
'''
|
|
1634
|
+
if __debug__:
|
|
1635
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e3c3961c2a9f7641d6de2ed58080b5085d027497e32beb9b7b96c3365420ad89)
|
|
1636
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1637
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1638
|
+
check_type(argname="argument secret_id", value=secret_id, expected_type=type_hints["secret_id"])
|
|
1639
|
+
return typing.cast(_ISecretRef_3a7b28a3, jsii.sinvoke(cls, "fromSecretId", [scope, id, secret_id]))
|
|
1640
|
+
|
|
1593
1641
|
@jsii.member(jsii_name="inspect")
|
|
1594
1642
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1595
1643
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -1634,6 +1682,12 @@ class CfnSecret(
|
|
|
1634
1682
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
1635
1683
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
1636
1684
|
|
|
1685
|
+
@builtins.property
|
|
1686
|
+
@jsii.member(jsii_name="secretRef")
|
|
1687
|
+
def secret_ref(self) -> _SecretReference_6b31850e:
|
|
1688
|
+
'''A reference to a Secret resource.'''
|
|
1689
|
+
return typing.cast(_SecretReference_6b31850e, jsii.get(self, "secretRef"))
|
|
1690
|
+
|
|
1637
1691
|
@builtins.property
|
|
1638
1692
|
@jsii.member(jsii_name="tags")
|
|
1639
1693
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -2269,7 +2323,7 @@ class CfnSecretProps:
|
|
|
2269
2323
|
)
|
|
2270
2324
|
|
|
2271
2325
|
|
|
2272
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
2326
|
+
@jsii.implements(_IInspectable_c2943556, _ISecretTargetAttachmentRef_0786fb30)
|
|
2273
2327
|
class CfnSecretTargetAttachment(
|
|
2274
2328
|
_CfnResource_9df397a6,
|
|
2275
2329
|
metaclass=jsii.JSIIMeta,
|
|
@@ -2313,7 +2367,8 @@ class CfnSecretTargetAttachment(
|
|
|
2313
2367
|
target_id: builtins.str,
|
|
2314
2368
|
target_type: builtins.str,
|
|
2315
2369
|
) -> None:
|
|
2316
|
-
'''
|
|
2370
|
+
'''Create a new ``AWS::SecretsManager::SecretTargetAttachment``.
|
|
2371
|
+
|
|
2317
2372
|
:param scope: Scope in which this resource is defined.
|
|
2318
2373
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
2319
2374
|
:param secret_id: The ARN or name of the secret. To reference a secret also created in this template, use the see `Ref <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-ref.html>`_ function with the secret's logical ID. This field is unique for each target attachment definition.
|
|
@@ -2373,6 +2428,12 @@ class CfnSecretTargetAttachment(
|
|
|
2373
2428
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
2374
2429
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
2375
2430
|
|
|
2431
|
+
@builtins.property
|
|
2432
|
+
@jsii.member(jsii_name="secretTargetAttachmentRef")
|
|
2433
|
+
def secret_target_attachment_ref(self) -> _SecretTargetAttachmentReference_5ec6f11b:
|
|
2434
|
+
'''A reference to a SecretTargetAttachment resource.'''
|
|
2435
|
+
return typing.cast(_SecretTargetAttachmentReference_5ec6f11b, jsii.get(self, "secretTargetAttachmentRef"))
|
|
2436
|
+
|
|
2376
2437
|
@builtins.property
|
|
2377
2438
|
@jsii.member(jsii_name="secretId")
|
|
2378
2439
|
def secret_id(self) -> builtins.str:
|
|
@@ -3198,6 +3259,24 @@ class ISecret(_IResource_c80c4260, typing_extensions.Protocol):
|
|
|
3198
3259
|
'''
|
|
3199
3260
|
...
|
|
3200
3261
|
|
|
3262
|
+
@jsii.member(jsii_name="cfnDynamicReferenceKey")
|
|
3263
|
+
def cfn_dynamic_reference_key(
|
|
3264
|
+
self,
|
|
3265
|
+
*,
|
|
3266
|
+
json_field: typing.Optional[builtins.str] = None,
|
|
3267
|
+
version_id: typing.Optional[builtins.str] = None,
|
|
3268
|
+
version_stage: typing.Optional[builtins.str] = None,
|
|
3269
|
+
) -> builtins.str:
|
|
3270
|
+
'''Returns a key which can be used within an AWS CloudFormation dynamic reference to dynamically load this secret from AWS Secrets Manager.
|
|
3271
|
+
|
|
3272
|
+
:param json_field: The key of a JSON field to retrieve. This can only be used if the secret stores a JSON object. Default: - returns all the content stored in the Secrets Manager secret.
|
|
3273
|
+
:param version_id: Specifies the unique identifier of the version of the secret you want to use. Can specify at most one of ``versionId`` and ``versionStage``. Default: AWSCURRENT
|
|
3274
|
+
:param version_stage: Specifies the secret version that you want to retrieve by the staging label attached to the version. Can specify at most one of ``versionId`` and ``versionStage``. Default: AWSCURRENT
|
|
3275
|
+
|
|
3276
|
+
:see: https://docs.aws.amazon.com/secretsmanager/latest/userguide/cfn-example_reference-secret.html
|
|
3277
|
+
'''
|
|
3278
|
+
...
|
|
3279
|
+
|
|
3201
3280
|
@jsii.member(jsii_name="denyAccountRootDelete")
|
|
3202
3281
|
def deny_account_root_delete(self) -> None:
|
|
3203
3282
|
'''Denies the ``DeleteSecret`` action to all principals within the current account.'''
|
|
@@ -3351,6 +3430,28 @@ class _ISecretProxy(
|
|
|
3351
3430
|
check_type(argname="argument target", value=target, expected_type=type_hints["target"])
|
|
3352
3431
|
return typing.cast(ISecret, jsii.invoke(self, "attach", [target]))
|
|
3353
3432
|
|
|
3433
|
+
@jsii.member(jsii_name="cfnDynamicReferenceKey")
|
|
3434
|
+
def cfn_dynamic_reference_key(
|
|
3435
|
+
self,
|
|
3436
|
+
*,
|
|
3437
|
+
json_field: typing.Optional[builtins.str] = None,
|
|
3438
|
+
version_id: typing.Optional[builtins.str] = None,
|
|
3439
|
+
version_stage: typing.Optional[builtins.str] = None,
|
|
3440
|
+
) -> builtins.str:
|
|
3441
|
+
'''Returns a key which can be used within an AWS CloudFormation dynamic reference to dynamically load this secret from AWS Secrets Manager.
|
|
3442
|
+
|
|
3443
|
+
:param json_field: The key of a JSON field to retrieve. This can only be used if the secret stores a JSON object. Default: - returns all the content stored in the Secrets Manager secret.
|
|
3444
|
+
:param version_id: Specifies the unique identifier of the version of the secret you want to use. Can specify at most one of ``versionId`` and ``versionStage``. Default: AWSCURRENT
|
|
3445
|
+
:param version_stage: Specifies the secret version that you want to retrieve by the staging label attached to the version. Can specify at most one of ``versionId`` and ``versionStage``. Default: AWSCURRENT
|
|
3446
|
+
|
|
3447
|
+
:see: https://docs.aws.amazon.com/secretsmanager/latest/userguide/cfn-example_reference-secret.html
|
|
3448
|
+
'''
|
|
3449
|
+
options = _SecretsManagerSecretOptions_5c3ce656(
|
|
3450
|
+
json_field=json_field, version_id=version_id, version_stage=version_stage
|
|
3451
|
+
)
|
|
3452
|
+
|
|
3453
|
+
return typing.cast(builtins.str, jsii.invoke(self, "cfnDynamicReferenceKey", [options]))
|
|
3454
|
+
|
|
3354
3455
|
@jsii.member(jsii_name="denyAccountRootDelete")
|
|
3355
3456
|
def deny_account_root_delete(self) -> None:
|
|
3356
3457
|
'''Denies the ``DeleteSecret`` action to all principals within the current account.'''
|
|
@@ -4168,7 +4269,7 @@ class Secret(
|
|
|
4168
4269
|
def add_replica_region(
|
|
4169
4270
|
self,
|
|
4170
4271
|
region: builtins.str,
|
|
4171
|
-
encryption_key: typing.Optional[
|
|
4272
|
+
encryption_key: typing.Optional[_IKeyRef_d4fc6ef3] = None,
|
|
4172
4273
|
) -> None:
|
|
4173
4274
|
'''Adds a replica region for the secret.
|
|
4174
4275
|
|
|
@@ -4242,6 +4343,28 @@ class Secret(
|
|
|
4242
4343
|
check_type(argname="argument target", value=target, expected_type=type_hints["target"])
|
|
4243
4344
|
return typing.cast(ISecret, jsii.invoke(self, "attach", [target]))
|
|
4244
4345
|
|
|
4346
|
+
@jsii.member(jsii_name="cfnDynamicReferenceKey")
|
|
4347
|
+
def cfn_dynamic_reference_key(
|
|
4348
|
+
self,
|
|
4349
|
+
*,
|
|
4350
|
+
json_field: typing.Optional[builtins.str] = None,
|
|
4351
|
+
version_id: typing.Optional[builtins.str] = None,
|
|
4352
|
+
version_stage: typing.Optional[builtins.str] = None,
|
|
4353
|
+
) -> builtins.str:
|
|
4354
|
+
'''Returns a key which can be used within an AWS CloudFormation dynamic reference to dynamically load this secret from AWS Secrets Manager.
|
|
4355
|
+
|
|
4356
|
+
:param json_field: The key of a JSON field to retrieve. This can only be used if the secret stores a JSON object. Default: - returns all the content stored in the Secrets Manager secret.
|
|
4357
|
+
:param version_id: Specifies the unique identifier of the version of the secret you want to use. Can specify at most one of ``versionId`` and ``versionStage``. Default: AWSCURRENT
|
|
4358
|
+
:param version_stage: Specifies the secret version that you want to retrieve by the staging label attached to the version. Can specify at most one of ``versionId`` and ``versionStage``. Default: AWSCURRENT
|
|
4359
|
+
|
|
4360
|
+
:see: https://docs.aws.amazon.com/secretsmanager/latest/userguide/cfn-example_reference-secret.html
|
|
4361
|
+
'''
|
|
4362
|
+
options = _SecretsManagerSecretOptions_5c3ce656(
|
|
4363
|
+
json_field=json_field, version_id=version_id, version_stage=version_stage
|
|
4364
|
+
)
|
|
4365
|
+
|
|
4366
|
+
return typing.cast(builtins.str, jsii.invoke(self, "cfnDynamicReferenceKey", [options]))
|
|
4367
|
+
|
|
4245
4368
|
@jsii.member(jsii_name="denyAccountRootDelete")
|
|
4246
4369
|
def deny_account_root_delete(self) -> None:
|
|
4247
4370
|
'''Denies the ``DeleteSecret`` action to all principals within the current account.'''
|
|
@@ -5724,6 +5847,28 @@ class SecretTargetAttachment(
|
|
|
5724
5847
|
check_type(argname="argument target", value=target, expected_type=type_hints["target"])
|
|
5725
5848
|
return typing.cast(ISecret, jsii.invoke(self, "attach", [target]))
|
|
5726
5849
|
|
|
5850
|
+
@jsii.member(jsii_name="cfnDynamicReferenceKey")
|
|
5851
|
+
def cfn_dynamic_reference_key(
|
|
5852
|
+
self,
|
|
5853
|
+
*,
|
|
5854
|
+
json_field: typing.Optional[builtins.str] = None,
|
|
5855
|
+
version_id: typing.Optional[builtins.str] = None,
|
|
5856
|
+
version_stage: typing.Optional[builtins.str] = None,
|
|
5857
|
+
) -> builtins.str:
|
|
5858
|
+
'''Returns a key which can be used within an AWS CloudFormation dynamic reference to dynamically load this secret from AWS Secrets Manager.
|
|
5859
|
+
|
|
5860
|
+
:param json_field: The key of a JSON field to retrieve. This can only be used if the secret stores a JSON object. Default: - returns all the content stored in the Secrets Manager secret.
|
|
5861
|
+
:param version_id: Specifies the unique identifier of the version of the secret you want to use. Can specify at most one of ``versionId`` and ``versionStage``. Default: AWSCURRENT
|
|
5862
|
+
:param version_stage: Specifies the secret version that you want to retrieve by the staging label attached to the version. Can specify at most one of ``versionId`` and ``versionStage``. Default: AWSCURRENT
|
|
5863
|
+
|
|
5864
|
+
:see: https://docs.aws.amazon.com/secretsmanager/latest/userguide/cfn-example_reference-secret.html
|
|
5865
|
+
'''
|
|
5866
|
+
options = _SecretsManagerSecretOptions_5c3ce656(
|
|
5867
|
+
json_field=json_field, version_id=version_id, version_stage=version_stage
|
|
5868
|
+
)
|
|
5869
|
+
|
|
5870
|
+
return typing.cast(builtins.str, jsii.invoke(self, "cfnDynamicReferenceKey", [options]))
|
|
5871
|
+
|
|
5727
5872
|
@jsii.member(jsii_name="denyAccountRootDelete")
|
|
5728
5873
|
def deny_account_root_delete(self) -> None:
|
|
5729
5874
|
'''Denies the ``DeleteSecret`` action to all principals within the current account.'''
|
|
@@ -6391,6 +6536,14 @@ def _typecheckingstub__85d618e732c6b1f020908289780221a8947553437136d3d13945c0f22
|
|
|
6391
6536
|
"""Type checking stubs"""
|
|
6392
6537
|
pass
|
|
6393
6538
|
|
|
6539
|
+
def _typecheckingstub__e3c3961c2a9f7641d6de2ed58080b5085d027497e32beb9b7b96c3365420ad89(
|
|
6540
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6541
|
+
id: builtins.str,
|
|
6542
|
+
secret_id: builtins.str,
|
|
6543
|
+
) -> None:
|
|
6544
|
+
"""Type checking stubs"""
|
|
6545
|
+
pass
|
|
6546
|
+
|
|
6394
6547
|
def _typecheckingstub__3e292aeb07dc3753c7a4e07c46e793e9a5c7266734d09d7d045223f304d4275f(
|
|
6395
6548
|
inspector: _TreeInspector_488e0dd5,
|
|
6396
6549
|
) -> None:
|
|
@@ -6699,7 +6852,7 @@ def _typecheckingstub__37cd8e0754be5527a0ad4fee26cf19dad664499b08ffe7c9cc666fc3d
|
|
|
6699
6852
|
|
|
6700
6853
|
def _typecheckingstub__fe1b065328cd9fa87e194c0b7fb09715a9775d0324ba830c43b9528fc26bbeed(
|
|
6701
6854
|
region: builtins.str,
|
|
6702
|
-
encryption_key: typing.Optional[
|
|
6855
|
+
encryption_key: typing.Optional[_IKeyRef_d4fc6ef3] = None,
|
|
6703
6856
|
) -> None:
|
|
6704
6857
|
"""Type checking stubs"""
|
|
6705
6858
|
pass
|
|
@@ -6960,3 +7113,6 @@ def _typecheckingstub__eb32efb5952cc114eb89eeb6884dd52a8077263cbe3c8d6c019dee883
|
|
|
6960
7113
|
) -> None:
|
|
6961
7114
|
"""Type checking stubs"""
|
|
6962
7115
|
pass
|
|
7116
|
+
|
|
7117
|
+
for cls in [ISecret, ISecretAttachmentTarget, ISecretTargetAttachment]:
|
|
7118
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|