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
|
@@ -67,9 +67,12 @@ from .. import (
|
|
|
67
67
|
TagManager as _TagManager_0a598cb3,
|
|
68
68
|
TreeInspector as _TreeInspector_488e0dd5,
|
|
69
69
|
)
|
|
70
|
+
from ..interfaces.aws_opsworkscm import (
|
|
71
|
+
IServerRef as _IServerRef_62338428, ServerReference as _ServerReference_8c1e5305
|
|
72
|
+
)
|
|
70
73
|
|
|
71
74
|
|
|
72
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
75
|
+
@jsii.implements(_IInspectable_c2943556, _IServerRef_62338428, _ITaggable_36806126)
|
|
73
76
|
class CfnServer(
|
|
74
77
|
_CfnResource_9df397a6,
|
|
75
78
|
metaclass=jsii.JSIIMeta,
|
|
@@ -77,7 +80,7 @@ class CfnServer(
|
|
|
77
80
|
):
|
|
78
81
|
'''The ``AWS::OpsWorksCM::Server`` resource creates an AWS OpsWorks for Chef Automate or OpsWorks for Puppet Enterprise configuration management server.
|
|
79
82
|
|
|
80
|
-
For more information, see `Create a Chef Automate Server in AWS CloudFormation <https://docs.aws.amazon.com/opsworks/latest/userguide/opscm-create-server-cfn.html>`_ or `Create a Puppet Enterprise Master in AWS CloudFormation <https://docs.aws.amazon.com/opsworks/latest/userguide/opspup-create-server-cfn.html>`_ in the *
|
|
83
|
+
For more information, see `Create a Chef Automate Server in AWS CloudFormation <https://docs.aws.amazon.com/opsworks/latest/userguide/opscm-create-server-cfn.html>`_ or `Create a Puppet Enterprise Master in AWS CloudFormation <https://docs.aws.amazon.com/opsworks/latest/userguide/opspup-create-server-cfn.html>`_ in the *OpsWorks User Guide* , and `CreateServer <https://docs.aws.amazon.com/opsworks-cm/latest/APIReference/API_CreateServer.html>`_ in the *AWS OpsWorks CM API Reference* .
|
|
81
84
|
|
|
82
85
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html
|
|
83
86
|
:cloudformationResource: AWS::OpsWorksCM::Server
|
|
@@ -113,7 +116,6 @@ class CfnServer(
|
|
|
113
116
|
preferred_backup_window="preferredBackupWindow",
|
|
114
117
|
preferred_maintenance_window="preferredMaintenanceWindow",
|
|
115
118
|
security_group_ids=["securityGroupIds"],
|
|
116
|
-
server_name="serverName",
|
|
117
119
|
subnet_ids=["subnetIds"],
|
|
118
120
|
tags=[CfnTag(
|
|
119
121
|
key="key",
|
|
@@ -145,16 +147,16 @@ class CfnServer(
|
|
|
145
147
|
preferred_backup_window: typing.Optional[builtins.str] = None,
|
|
146
148
|
preferred_maintenance_window: typing.Optional[builtins.str] = None,
|
|
147
149
|
security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
148
|
-
server_name: typing.Optional[builtins.str] = None,
|
|
149
150
|
subnet_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
150
151
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
151
152
|
) -> None:
|
|
152
|
-
'''
|
|
153
|
+
'''Create a new ``AWS::OpsWorksCM::Server``.
|
|
154
|
+
|
|
153
155
|
:param scope: Scope in which this resource is defined.
|
|
154
156
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
155
157
|
:param instance_profile_arn: The ARN of the instance profile that your Amazon EC2 instances use.
|
|
156
158
|
:param instance_type: The Amazon EC2 instance type to use. For example, ``m5.large`` .
|
|
157
|
-
:param service_role_arn: The service role that the AWS OpsWorks CM service backend uses to work with your account.
|
|
159
|
+
:param service_role_arn: The service role that the AWS OpsWorks CM service backend uses to work with your account.
|
|
158
160
|
:param associate_public_ip_address: Associate a public IP address with a server that you are launching. Valid values are ``true`` or ``false`` . The default value is ``true`` .
|
|
159
161
|
:param backup_id: If you specify this field, AWS OpsWorks CM creates the server by using the backup represented by BackupId.
|
|
160
162
|
:param backup_retention_count: The number of automated backups that you want to keep. Whenever a new backup is created, AWS OpsWorks CM deletes the oldest backups if this number is exceeded. The default value is ``1`` .
|
|
@@ -170,7 +172,6 @@ class CfnServer(
|
|
|
170
172
|
:param preferred_backup_window: The start time for a one-hour period during which AWS OpsWorks CM backs up application-level data on your server if automated backups are enabled. Valid values must be specified in one of the following formats: - ``HH:MM`` for daily backups - ``DDD:HH:MM`` for weekly backups ``MM`` must be specified as ``00`` . The specified time is in coordinated universal time (UTC). The default value is a random, daily start time. *Example:* ``08:00`` , which represents a daily start time of 08:00 UTC. *Example:* ``Mon:08:00`` , which represents a start time of every Monday at 08:00 UTC. (8:00 a.m.)
|
|
171
173
|
:param preferred_maintenance_window: The start time for a one-hour period each week during which AWS OpsWorks CM performs maintenance on the instance. Valid values must be specified in the following format: ``DDD:HH:MM`` . ``MM`` must be specified as ``00`` . The specified time is in coordinated universal time (UTC). The default value is a random one-hour period on Tuesday, Wednesday, or Friday. See ``TimeWindowDefinition`` for more information. *Example:* ``Mon:08:00`` , which represents a start time of every Monday at 08:00 UTC. (8:00 a.m.)
|
|
172
174
|
:param security_group_ids: A list of security group IDs to attach to the Amazon EC2 instance. If you add this parameter, the specified security groups must be within the VPC that is specified by ``SubnetIds`` . If you do not specify this parameter, AWS OpsWorks CM creates one new security group that uses TCP ports 22 and 443, open to 0.0.0.0/0 (everyone).
|
|
173
|
-
:param server_name: The name of the server. The server name must be unique within your AWS account, within each region. Server names must start with a letter; then letters, numbers, or hyphens (-) are allowed, up to a maximum of 40 characters.
|
|
174
175
|
:param subnet_ids: The IDs of subnets in which to launch the server EC2 instance. Amazon EC2-Classic customers: This field is required. All servers must run within a VPC. The VPC must have "Auto Assign Public IP" enabled. EC2-VPC customers: This field is optional. If you do not specify subnet IDs, your EC2 instances are created in a default subnet that is selected by Amazon EC2. If you specify subnet IDs, the VPC must have "Auto Assign Public IP" enabled. For more information about supported Amazon EC2 platforms, see `Supported Platforms <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html>`_ .
|
|
175
176
|
:param tags: A map that contains tag keys and tag values to attach to an AWS OpsWorks for Chef Automate or OpsWorks for Puppet Enterprise server. - The key cannot be empty. - The key can be a maximum of 127 characters, and can contain only Unicode letters, numbers, or separators, or the following special characters: `+ - = . _ : /
|
|
176
177
|
'''
|
|
@@ -197,7 +198,6 @@ class CfnServer(
|
|
|
197
198
|
preferred_backup_window=preferred_backup_window,
|
|
198
199
|
preferred_maintenance_window=preferred_maintenance_window,
|
|
199
200
|
security_group_ids=security_group_ids,
|
|
200
|
-
server_name=server_name,
|
|
201
201
|
subnet_ids=subnet_ids,
|
|
202
202
|
tags=tags,
|
|
203
203
|
)
|
|
@@ -257,8 +257,7 @@ class CfnServer(
|
|
|
257
257
|
@builtins.property
|
|
258
258
|
@jsii.member(jsii_name="attrServerName")
|
|
259
259
|
def attr_server_name(self) -> builtins.str:
|
|
260
|
-
'''
|
|
261
|
-
|
|
260
|
+
'''
|
|
262
261
|
:cloudformationAttribute: ServerName
|
|
263
262
|
'''
|
|
264
263
|
return typing.cast(builtins.str, jsii.get(self, "attrServerName"))
|
|
@@ -268,6 +267,12 @@ class CfnServer(
|
|
|
268
267
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
269
268
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
270
269
|
|
|
270
|
+
@builtins.property
|
|
271
|
+
@jsii.member(jsii_name="serverRef")
|
|
272
|
+
def server_ref(self) -> _ServerReference_8c1e5305:
|
|
273
|
+
'''A reference to a Server resource.'''
|
|
274
|
+
return typing.cast(_ServerReference_8c1e5305, jsii.get(self, "serverRef"))
|
|
275
|
+
|
|
271
276
|
@builtins.property
|
|
272
277
|
@jsii.member(jsii_name="tags")
|
|
273
278
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -529,19 +534,6 @@ class CfnServer(
|
|
|
529
534
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
530
535
|
jsii.set(self, "securityGroupIds", value) # pyright: ignore[reportArgumentType]
|
|
531
536
|
|
|
532
|
-
@builtins.property
|
|
533
|
-
@jsii.member(jsii_name="serverName")
|
|
534
|
-
def server_name(self) -> typing.Optional[builtins.str]:
|
|
535
|
-
'''The name of the server.'''
|
|
536
|
-
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "serverName"))
|
|
537
|
-
|
|
538
|
-
@server_name.setter
|
|
539
|
-
def server_name(self, value: typing.Optional[builtins.str]) -> None:
|
|
540
|
-
if __debug__:
|
|
541
|
-
type_hints = typing.get_type_hints(_typecheckingstub__0fdc9b0c6ccfb79b318a5321a2bdb7586f084e301b627e9b708804bad96c9238)
|
|
542
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
543
|
-
jsii.set(self, "serverName", value) # pyright: ignore[reportArgumentType]
|
|
544
|
-
|
|
545
537
|
@builtins.property
|
|
546
538
|
@jsii.member(jsii_name="subnetIds")
|
|
547
539
|
def subnet_ids(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
@@ -687,7 +679,6 @@ class CfnServer(
|
|
|
687
679
|
"preferred_backup_window": "preferredBackupWindow",
|
|
688
680
|
"preferred_maintenance_window": "preferredMaintenanceWindow",
|
|
689
681
|
"security_group_ids": "securityGroupIds",
|
|
690
|
-
"server_name": "serverName",
|
|
691
682
|
"subnet_ids": "subnetIds",
|
|
692
683
|
"tags": "tags",
|
|
693
684
|
},
|
|
@@ -714,7 +705,6 @@ class CfnServerProps:
|
|
|
714
705
|
preferred_backup_window: typing.Optional[builtins.str] = None,
|
|
715
706
|
preferred_maintenance_window: typing.Optional[builtins.str] = None,
|
|
716
707
|
security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
717
|
-
server_name: typing.Optional[builtins.str] = None,
|
|
718
708
|
subnet_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
719
709
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
720
710
|
) -> None:
|
|
@@ -722,7 +712,7 @@ class CfnServerProps:
|
|
|
722
712
|
|
|
723
713
|
:param instance_profile_arn: The ARN of the instance profile that your Amazon EC2 instances use.
|
|
724
714
|
:param instance_type: The Amazon EC2 instance type to use. For example, ``m5.large`` .
|
|
725
|
-
:param service_role_arn: The service role that the AWS OpsWorks CM service backend uses to work with your account.
|
|
715
|
+
:param service_role_arn: The service role that the AWS OpsWorks CM service backend uses to work with your account.
|
|
726
716
|
:param associate_public_ip_address: Associate a public IP address with a server that you are launching. Valid values are ``true`` or ``false`` . The default value is ``true`` .
|
|
727
717
|
:param backup_id: If you specify this field, AWS OpsWorks CM creates the server by using the backup represented by BackupId.
|
|
728
718
|
:param backup_retention_count: The number of automated backups that you want to keep. Whenever a new backup is created, AWS OpsWorks CM deletes the oldest backups if this number is exceeded. The default value is ``1`` .
|
|
@@ -738,7 +728,6 @@ class CfnServerProps:
|
|
|
738
728
|
:param preferred_backup_window: The start time for a one-hour period during which AWS OpsWorks CM backs up application-level data on your server if automated backups are enabled. Valid values must be specified in one of the following formats: - ``HH:MM`` for daily backups - ``DDD:HH:MM`` for weekly backups ``MM`` must be specified as ``00`` . The specified time is in coordinated universal time (UTC). The default value is a random, daily start time. *Example:* ``08:00`` , which represents a daily start time of 08:00 UTC. *Example:* ``Mon:08:00`` , which represents a start time of every Monday at 08:00 UTC. (8:00 a.m.)
|
|
739
729
|
:param preferred_maintenance_window: The start time for a one-hour period each week during which AWS OpsWorks CM performs maintenance on the instance. Valid values must be specified in the following format: ``DDD:HH:MM`` . ``MM`` must be specified as ``00`` . The specified time is in coordinated universal time (UTC). The default value is a random one-hour period on Tuesday, Wednesday, or Friday. See ``TimeWindowDefinition`` for more information. *Example:* ``Mon:08:00`` , which represents a start time of every Monday at 08:00 UTC. (8:00 a.m.)
|
|
740
730
|
:param security_group_ids: A list of security group IDs to attach to the Amazon EC2 instance. If you add this parameter, the specified security groups must be within the VPC that is specified by ``SubnetIds`` . If you do not specify this parameter, AWS OpsWorks CM creates one new security group that uses TCP ports 22 and 443, open to 0.0.0.0/0 (everyone).
|
|
741
|
-
:param server_name: The name of the server. The server name must be unique within your AWS account, within each region. Server names must start with a letter; then letters, numbers, or hyphens (-) are allowed, up to a maximum of 40 characters.
|
|
742
731
|
:param subnet_ids: The IDs of subnets in which to launch the server EC2 instance. Amazon EC2-Classic customers: This field is required. All servers must run within a VPC. The VPC must have "Auto Assign Public IP" enabled. EC2-VPC customers: This field is optional. If you do not specify subnet IDs, your EC2 instances are created in a default subnet that is selected by Amazon EC2. If you specify subnet IDs, the VPC must have "Auto Assign Public IP" enabled. For more information about supported Amazon EC2 platforms, see `Supported Platforms <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html>`_ .
|
|
743
732
|
:param tags: A map that contains tag keys and tag values to attach to an AWS OpsWorks for Chef Automate or OpsWorks for Puppet Enterprise server. - The key cannot be empty. - The key can be a maximum of 127 characters, and can contain only Unicode letters, numbers, or separators, or the following special characters: `+ - = . _ : /
|
|
744
733
|
|
|
@@ -775,7 +764,6 @@ class CfnServerProps:
|
|
|
775
764
|
preferred_backup_window="preferredBackupWindow",
|
|
776
765
|
preferred_maintenance_window="preferredMaintenanceWindow",
|
|
777
766
|
security_group_ids=["securityGroupIds"],
|
|
778
|
-
server_name="serverName",
|
|
779
767
|
subnet_ids=["subnetIds"],
|
|
780
768
|
tags=[CfnTag(
|
|
781
769
|
key="key",
|
|
@@ -803,7 +791,6 @@ class CfnServerProps:
|
|
|
803
791
|
check_type(argname="argument preferred_backup_window", value=preferred_backup_window, expected_type=type_hints["preferred_backup_window"])
|
|
804
792
|
check_type(argname="argument preferred_maintenance_window", value=preferred_maintenance_window, expected_type=type_hints["preferred_maintenance_window"])
|
|
805
793
|
check_type(argname="argument security_group_ids", value=security_group_ids, expected_type=type_hints["security_group_ids"])
|
|
806
|
-
check_type(argname="argument server_name", value=server_name, expected_type=type_hints["server_name"])
|
|
807
794
|
check_type(argname="argument subnet_ids", value=subnet_ids, expected_type=type_hints["subnet_ids"])
|
|
808
795
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
809
796
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
@@ -841,8 +828,6 @@ class CfnServerProps:
|
|
|
841
828
|
self._values["preferred_maintenance_window"] = preferred_maintenance_window
|
|
842
829
|
if security_group_ids is not None:
|
|
843
830
|
self._values["security_group_ids"] = security_group_ids
|
|
844
|
-
if server_name is not None:
|
|
845
|
-
self._values["server_name"] = server_name
|
|
846
831
|
if subnet_ids is not None:
|
|
847
832
|
self._values["subnet_ids"] = subnet_ids
|
|
848
833
|
if tags is not None:
|
|
@@ -874,8 +859,6 @@ class CfnServerProps:
|
|
|
874
859
|
def service_role_arn(self) -> builtins.str:
|
|
875
860
|
'''The service role that the AWS OpsWorks CM service backend uses to work with your account.
|
|
876
861
|
|
|
877
|
-
Although the AWS OpsWorks management console typically creates the service role for you, if you are using the AWS CLI or API commands, run the service-role-creation.yaml AWS CloudFormation template, located at https://s3.amazonaws.com/opsworks-cm-us-east-1-prod-default-assets/misc/opsworks-cm-roles.yaml. This template creates a CloudFormation stack that includes the service role and instance profile that you need.
|
|
878
|
-
|
|
879
862
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-servicerolearn
|
|
880
863
|
'''
|
|
881
864
|
result = self._values.get("service_role_arn")
|
|
@@ -1071,17 +1054,6 @@ class CfnServerProps:
|
|
|
1071
1054
|
result = self._values.get("security_group_ids")
|
|
1072
1055
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
1073
1056
|
|
|
1074
|
-
@builtins.property
|
|
1075
|
-
def server_name(self) -> typing.Optional[builtins.str]:
|
|
1076
|
-
'''The name of the server.
|
|
1077
|
-
|
|
1078
|
-
The server name must be unique within your AWS account, within each region. Server names must start with a letter; then letters, numbers, or hyphens (-) are allowed, up to a maximum of 40 characters.
|
|
1079
|
-
|
|
1080
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-servername
|
|
1081
|
-
'''
|
|
1082
|
-
result = self._values.get("server_name")
|
|
1083
|
-
return typing.cast(typing.Optional[builtins.str], result)
|
|
1084
|
-
|
|
1085
1057
|
@builtins.property
|
|
1086
1058
|
def subnet_ids(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
1087
1059
|
'''The IDs of subnets in which to launch the server EC2 instance.
|
|
@@ -1157,7 +1129,6 @@ def _typecheckingstub__4fcf3005231c62e7682797d2e25d33ceb0c0b9602a2f2ffe6a7c3dabf
|
|
|
1157
1129
|
preferred_backup_window: typing.Optional[builtins.str] = None,
|
|
1158
1130
|
preferred_maintenance_window: typing.Optional[builtins.str] = None,
|
|
1159
1131
|
security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
1160
|
-
server_name: typing.Optional[builtins.str] = None,
|
|
1161
1132
|
subnet_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
1162
1133
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1163
1134
|
) -> None:
|
|
@@ -1284,12 +1255,6 @@ def _typecheckingstub__d7663e937d0fabd66d40de7584fca886669aae87261a418b199493778
|
|
|
1284
1255
|
"""Type checking stubs"""
|
|
1285
1256
|
pass
|
|
1286
1257
|
|
|
1287
|
-
def _typecheckingstub__0fdc9b0c6ccfb79b318a5321a2bdb7586f084e301b627e9b708804bad96c9238(
|
|
1288
|
-
value: typing.Optional[builtins.str],
|
|
1289
|
-
) -> None:
|
|
1290
|
-
"""Type checking stubs"""
|
|
1291
|
-
pass
|
|
1292
|
-
|
|
1293
1258
|
def _typecheckingstub__e6d133d8dd209b40a7f4c3900293e312fe8b95abc9cfff43e88a6fd1608b595b(
|
|
1294
1259
|
value: typing.Optional[typing.List[builtins.str]],
|
|
1295
1260
|
) -> None:
|
|
@@ -1330,7 +1295,6 @@ def _typecheckingstub__6f3d9a63c768f1a40206835320dfa128b267da1fa702fbb4ecd8ac94b
|
|
|
1330
1295
|
preferred_backup_window: typing.Optional[builtins.str] = None,
|
|
1331
1296
|
preferred_maintenance_window: typing.Optional[builtins.str] = None,
|
|
1332
1297
|
security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
1333
|
-
server_name: typing.Optional[builtins.str] = None,
|
|
1334
1298
|
subnet_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
1335
1299
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1336
1300
|
) -> None:
|
|
@@ -67,9 +67,21 @@ from .. import (
|
|
|
67
67
|
TagManager as _TagManager_0a598cb3,
|
|
68
68
|
TreeInspector as _TreeInspector_488e0dd5,
|
|
69
69
|
)
|
|
70
|
+
from ..interfaces.aws_organizations import (
|
|
71
|
+
AccountReference as _AccountReference_aedc6357,
|
|
72
|
+
IAccountRef as _IAccountRef_ee273c41,
|
|
73
|
+
IOrganizationRef as _IOrganizationRef_74d1fc09,
|
|
74
|
+
IOrganizationalUnitRef as _IOrganizationalUnitRef_1eee9aae,
|
|
75
|
+
IPolicyRef as _IPolicyRef_f285244f,
|
|
76
|
+
IResourcePolicyRef as _IResourcePolicyRef_10723097,
|
|
77
|
+
OrganizationReference as _OrganizationReference_fc9037cc,
|
|
78
|
+
OrganizationalUnitReference as _OrganizationalUnitReference_bb42755f,
|
|
79
|
+
PolicyReference as _PolicyReference_b6a2b56e,
|
|
80
|
+
ResourcePolicyReference as _ResourcePolicyReference_3ac39914,
|
|
81
|
+
)
|
|
70
82
|
|
|
71
83
|
|
|
72
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
84
|
+
@jsii.implements(_IInspectable_c2943556, _IAccountRef_ee273c41, _ITaggable_36806126)
|
|
73
85
|
class CfnAccount(
|
|
74
86
|
_CfnResource_9df397a6,
|
|
75
87
|
metaclass=jsii.JSIIMeta,
|
|
@@ -147,7 +159,8 @@ class CfnAccount(
|
|
|
147
159
|
role_name: typing.Optional[builtins.str] = None,
|
|
148
160
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
149
161
|
) -> None:
|
|
150
|
-
'''
|
|
162
|
+
'''Create a new ``AWS::Organizations::Account``.
|
|
163
|
+
|
|
151
164
|
:param scope: Scope in which this resource is defined.
|
|
152
165
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
153
166
|
:param account_name: The account name given to the account when it was created.
|
|
@@ -200,6 +213,12 @@ class CfnAccount(
|
|
|
200
213
|
'''The CloudFormation resource type name for this resource class.'''
|
|
201
214
|
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
202
215
|
|
|
216
|
+
@builtins.property
|
|
217
|
+
@jsii.member(jsii_name="accountRef")
|
|
218
|
+
def account_ref(self) -> _AccountReference_aedc6357:
|
|
219
|
+
'''A reference to a Account resource.'''
|
|
220
|
+
return typing.cast(_AccountReference_aedc6357, jsii.get(self, "accountRef"))
|
|
221
|
+
|
|
203
222
|
@builtins.property
|
|
204
223
|
@jsii.member(jsii_name="attrAccountId")
|
|
205
224
|
def attr_account_id(self) -> builtins.str:
|
|
@@ -244,6 +263,19 @@ class CfnAccount(
|
|
|
244
263
|
'''
|
|
245
264
|
return typing.cast(builtins.str, jsii.get(self, "attrJoinedTimestamp"))
|
|
246
265
|
|
|
266
|
+
@builtins.property
|
|
267
|
+
@jsii.member(jsii_name="attrState")
|
|
268
|
+
def attr_state(self) -> builtins.str:
|
|
269
|
+
'''Each state represents a specific phase in the account lifecycle.
|
|
270
|
+
|
|
271
|
+
Use this information to manage account access, automate workflows, or trigger actions based on account state changes.
|
|
272
|
+
|
|
273
|
+
For more information about account states and their implications, see `Monitor the state of your AWS accounts <https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_account_state.html>`_ in the *AWS Organizations User Guide* .
|
|
274
|
+
|
|
275
|
+
:cloudformationAttribute: State
|
|
276
|
+
'''
|
|
277
|
+
return typing.cast(builtins.str, jsii.get(self, "attrState"))
|
|
278
|
+
|
|
247
279
|
@builtins.property
|
|
248
280
|
@jsii.member(jsii_name="attrStatus")
|
|
249
281
|
def attr_status(self) -> builtins.str:
|
|
@@ -489,7 +521,7 @@ class CfnAccountProps:
|
|
|
489
521
|
)
|
|
490
522
|
|
|
491
523
|
|
|
492
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
524
|
+
@jsii.implements(_IInspectable_c2943556, _IOrganizationRef_74d1fc09)
|
|
493
525
|
class CfnOrganization(
|
|
494
526
|
_CfnResource_9df397a6,
|
|
495
527
|
metaclass=jsii.JSIIMeta,
|
|
@@ -530,7 +562,8 @@ class CfnOrganization(
|
|
|
530
562
|
*,
|
|
531
563
|
feature_set: typing.Optional[builtins.str] = None,
|
|
532
564
|
) -> None:
|
|
533
|
-
'''
|
|
565
|
+
'''Create a new ``AWS::Organizations::Organization``.
|
|
566
|
+
|
|
534
567
|
:param scope: Scope in which this resource is defined.
|
|
535
568
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
536
569
|
:param feature_set: Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality. - ``ALL`` In addition to all the features supported by the consolidated billing feature set, the management account gains access to advanced features that give you more control over accounts in your organization. For more information, see `All features <https://docs.aws.amazon.com/organizations/latest/userguide/orgs_getting-started_concepts.html#feature-set-all>`_ in the *AWS Organizations User Guide* . - ``CONSOLIDATED_BILLING`` All member accounts have their bills consolidated to and paid by the management account. For more information, see `Consolidated billing <https://docs.aws.amazon.com/organizations/latest/userguide/orgs_getting-started_concepts.html#feature-set-cb-only>`_ in the *AWS Organizations User Guide* . .. epigraph:: The consolidated billing feature feature set isn't available for organizations in the AWS GovCloud (US) Region. If you don't specify this property, the default value is ``ALL`` . Default: - "ALL"
|
|
@@ -632,6 +665,12 @@ class CfnOrganization(
|
|
|
632
665
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
633
666
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
634
667
|
|
|
668
|
+
@builtins.property
|
|
669
|
+
@jsii.member(jsii_name="organizationRef")
|
|
670
|
+
def organization_ref(self) -> _OrganizationReference_fc9037cc:
|
|
671
|
+
'''A reference to a Organization resource.'''
|
|
672
|
+
return typing.cast(_OrganizationReference_fc9037cc, jsii.get(self, "organizationRef"))
|
|
673
|
+
|
|
635
674
|
@builtins.property
|
|
636
675
|
@jsii.member(jsii_name="featureSet")
|
|
637
676
|
def feature_set(self) -> typing.Optional[builtins.str]:
|
|
@@ -712,7 +751,7 @@ class CfnOrganizationProps:
|
|
|
712
751
|
)
|
|
713
752
|
|
|
714
753
|
|
|
715
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
754
|
+
@jsii.implements(_IInspectable_c2943556, _IOrganizationalUnitRef_1eee9aae, _ITaggable_36806126)
|
|
716
755
|
class CfnOrganizationalUnit(
|
|
717
756
|
_CfnResource_9df397a6,
|
|
718
757
|
metaclass=jsii.JSIIMeta,
|
|
@@ -759,7 +798,8 @@ class CfnOrganizationalUnit(
|
|
|
759
798
|
parent_id: builtins.str,
|
|
760
799
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
761
800
|
) -> None:
|
|
762
|
-
'''
|
|
801
|
+
'''Create a new ``AWS::Organizations::OrganizationalUnit``.
|
|
802
|
+
|
|
763
803
|
:param scope: Scope in which this resource is defined.
|
|
764
804
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
765
805
|
:param name: The friendly name of this OU. The `regex pattern <https://docs.aws.amazon.com/http://wikipedia.org/wiki/regex>`_ that is used to validate this parameter is a string of any of the characters in the ASCII character range.
|
|
@@ -831,6 +871,12 @@ class CfnOrganizationalUnit(
|
|
|
831
871
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
832
872
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
833
873
|
|
|
874
|
+
@builtins.property
|
|
875
|
+
@jsii.member(jsii_name="organizationalUnitRef")
|
|
876
|
+
def organizational_unit_ref(self) -> _OrganizationalUnitReference_bb42755f:
|
|
877
|
+
'''A reference to a OrganizationalUnit resource.'''
|
|
878
|
+
return typing.cast(_OrganizationalUnitReference_bb42755f, jsii.get(self, "organizationalUnitRef"))
|
|
879
|
+
|
|
834
880
|
@builtins.property
|
|
835
881
|
@jsii.member(jsii_name="tags")
|
|
836
882
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -985,7 +1031,7 @@ class CfnOrganizationalUnitProps:
|
|
|
985
1031
|
)
|
|
986
1032
|
|
|
987
1033
|
|
|
988
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
1034
|
+
@jsii.implements(_IInspectable_c2943556, _IPolicyRef_f285244f, _ITaggable_36806126)
|
|
989
1035
|
class CfnPolicy(
|
|
990
1036
|
_CfnResource_9df397a6,
|
|
991
1037
|
metaclass=jsii.JSIIMeta,
|
|
@@ -1041,7 +1087,8 @@ class CfnPolicy(
|
|
|
1041
1087
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1042
1088
|
target_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
1043
1089
|
) -> None:
|
|
1044
|
-
'''
|
|
1090
|
+
'''Create a new ``AWS::Organizations::Policy``.
|
|
1091
|
+
|
|
1045
1092
|
:param scope: Scope in which this resource is defined.
|
|
1046
1093
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
1047
1094
|
:param content: The policy text content. You can specify the policy content as a JSON object or a JSON string. .. epigraph:: When you specify the policy content as a JSON string, you can't perform drift detection on the CloudFormation stack. For this reason, we recommend specifying the policy content as a JSON object instead. The text that you supply must adhere to the rules of the policy type you specify in the ``Type`` parameter. The following AWS Organizations quotas are enforced for the maximum size of a policy document: - Service control policies: 5,120 characters - Resource control policies: 5,120 characters - Declarative policies: 10,000 characters - Backup policies: 10,000 characters - Tag policies: 10,000 characters - Chat applications policies: 10,000 characters - AI services opt-out policies: 2,500 characters For more information about Organizations service quotas, see `Quotas for AWS Organizations <https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html>`_ in the *AWS Organizations User Guide* .
|
|
@@ -1134,6 +1181,12 @@ class CfnPolicy(
|
|
|
1134
1181
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
1135
1182
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
1136
1183
|
|
|
1184
|
+
@builtins.property
|
|
1185
|
+
@jsii.member(jsii_name="policyRef")
|
|
1186
|
+
def policy_ref(self) -> _PolicyReference_b6a2b56e:
|
|
1187
|
+
'''A reference to a Policy resource.'''
|
|
1188
|
+
return typing.cast(_PolicyReference_b6a2b56e, jsii.get(self, "policyRef"))
|
|
1189
|
+
|
|
1137
1190
|
@builtins.property
|
|
1138
1191
|
@jsii.member(jsii_name="tags")
|
|
1139
1192
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -1399,7 +1452,7 @@ class CfnPolicyProps:
|
|
|
1399
1452
|
)
|
|
1400
1453
|
|
|
1401
1454
|
|
|
1402
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
1455
|
+
@jsii.implements(_IInspectable_c2943556, _IResourcePolicyRef_10723097, _ITaggable_36806126)
|
|
1403
1456
|
class CfnResourcePolicy(
|
|
1404
1457
|
_CfnResource_9df397a6,
|
|
1405
1458
|
metaclass=jsii.JSIIMeta,
|
|
@@ -1442,7 +1495,8 @@ class CfnResourcePolicy(
|
|
|
1442
1495
|
content: typing.Any,
|
|
1443
1496
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1444
1497
|
) -> None:
|
|
1445
|
-
'''
|
|
1498
|
+
'''Create a new ``AWS::Organizations::ResourcePolicy``.
|
|
1499
|
+
|
|
1446
1500
|
:param scope: Scope in which this resource is defined.
|
|
1447
1501
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
1448
1502
|
:param content: The policy text of the organization resource policy. You can specify the resource policy content as a JSON object or a JSON string. .. epigraph:: When you specify the resource policy content as a JSON string, you can't perform drift detection on the CloudFormation stack. For this reason, we recommend specifying the resource policy content as a JSON object instead.
|
|
@@ -1513,6 +1567,12 @@ class CfnResourcePolicy(
|
|
|
1513
1567
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
1514
1568
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
1515
1569
|
|
|
1570
|
+
@builtins.property
|
|
1571
|
+
@jsii.member(jsii_name="resourcePolicyRef")
|
|
1572
|
+
def resource_policy_ref(self) -> _ResourcePolicyReference_3ac39914:
|
|
1573
|
+
'''A reference to a ResourcePolicy resource.'''
|
|
1574
|
+
return typing.cast(_ResourcePolicyReference_3ac39914, jsii.get(self, "resourcePolicyRef"))
|
|
1575
|
+
|
|
1516
1576
|
@builtins.property
|
|
1517
1577
|
@jsii.member(jsii_name="tags")
|
|
1518
1578
|
def tags(self) -> _TagManager_0a598cb3:
|