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_ssm/__init__.py
CHANGED
|
@@ -57,6 +57,22 @@ This method uses AWS API calls to lookup the value from SSM during synthesis.
|
|
|
57
57
|
string_value = ssm.StringParameter.value_from_lookup(self, "/My/Public/Parameter")
|
|
58
58
|
```
|
|
59
59
|
|
|
60
|
+
The result of the `StringParameter.valueFromLookup()` operation will be written to a file
|
|
61
|
+
called `cdk.context.json`. You must commit this file to source control so
|
|
62
|
+
that the lookup values are available in non-privileged environments such
|
|
63
|
+
as CI build steps, and to ensure your template builds are repeatable.
|
|
64
|
+
|
|
65
|
+
To customize the cache key, use the `additionalCacheKey` property of the `options` parameter.
|
|
66
|
+
This allows you to have multiple lookups with the same parameters
|
|
67
|
+
cache their values separately. This can be useful if you want to
|
|
68
|
+
scope the context variable to a construct (ie, using `additionalCacheKey: this.node.path`),
|
|
69
|
+
so that if the value in the cache needs to be updated, it does not need to be updated
|
|
70
|
+
for all constructs at the same time.
|
|
71
|
+
|
|
72
|
+
```python
|
|
73
|
+
string_value = ssm.StringParameter.value_from_lookup(self, "/My/Public/Parameter", undefined, additional_cache_key=self.node.path)
|
|
74
|
+
```
|
|
75
|
+
|
|
60
76
|
When using `valueFromLookup` an initial value of 'dummy-value-for-${parameterName}'
|
|
61
77
|
(`dummy-value-for-/My/Public/Parameter` in the above example)
|
|
62
78
|
is returned prior to the lookup being performed. This can lead to errors if you are using this
|
|
@@ -247,9 +263,29 @@ from .. import (
|
|
|
247
263
|
)
|
|
248
264
|
from ..aws_iam import Grant as _Grant_a7ae64f8, IGrantable as _IGrantable_71c4f5de
|
|
249
265
|
from ..aws_kms import IKey as _IKey_5f11635f
|
|
266
|
+
from ..interfaces.aws_ssm import (
|
|
267
|
+
AssociationReference as _AssociationReference_4aae9ddd,
|
|
268
|
+
DocumentReference as _DocumentReference_5661bc29,
|
|
269
|
+
IAssociationRef as _IAssociationRef_a842a755,
|
|
270
|
+
IDocumentRef as _IDocumentRef_6c66ce42,
|
|
271
|
+
IMaintenanceWindowRef as _IMaintenanceWindowRef_1033e8f7,
|
|
272
|
+
IMaintenanceWindowTargetRef as _IMaintenanceWindowTargetRef_fe2384dd,
|
|
273
|
+
IMaintenanceWindowTaskRef as _IMaintenanceWindowTaskRef_72680416,
|
|
274
|
+
IParameterRef as _IParameterRef_b350095e,
|
|
275
|
+
IPatchBaselineRef as _IPatchBaselineRef_f929afe1,
|
|
276
|
+
IResourceDataSyncRef as _IResourceDataSyncRef_e153aa7a,
|
|
277
|
+
IResourcePolicyRef as _IResourcePolicyRef_8068eedb,
|
|
278
|
+
MaintenanceWindowReference as _MaintenanceWindowReference_601f32fe,
|
|
279
|
+
MaintenanceWindowTargetReference as _MaintenanceWindowTargetReference_ea6d19ad,
|
|
280
|
+
MaintenanceWindowTaskReference as _MaintenanceWindowTaskReference_0ac0909d,
|
|
281
|
+
ParameterReference as _ParameterReference_18138f09,
|
|
282
|
+
PatchBaselineReference as _PatchBaselineReference_b75c4dc5,
|
|
283
|
+
ResourceDataSyncReference as _ResourceDataSyncReference_a81c599c,
|
|
284
|
+
ResourcePolicyReference as _ResourcePolicyReference_937b9005,
|
|
285
|
+
)
|
|
250
286
|
|
|
251
287
|
|
|
252
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
288
|
+
@jsii.implements(_IInspectable_c2943556, _IAssociationRef_a842a755)
|
|
253
289
|
class CfnAssociation(
|
|
254
290
|
_CfnResource_9df397a6,
|
|
255
291
|
metaclass=jsii.JSIIMeta,
|
|
@@ -326,7 +362,8 @@ class CfnAssociation(
|
|
|
326
362
|
targets: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAssociation.TargetProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
327
363
|
wait_for_success_timeout_seconds: typing.Optional[jsii.Number] = None,
|
|
328
364
|
) -> None:
|
|
329
|
-
'''
|
|
365
|
+
'''Create a new ``AWS::SSM::Association``.
|
|
366
|
+
|
|
330
367
|
:param scope: Scope in which this resource is defined.
|
|
331
368
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
332
369
|
:param name: The name of the SSM document that contains the configuration information for the instance. You can specify ``Command`` or ``Automation`` documents. The documents can be AWS -predefined documents, documents you created, or a document that is shared with you from another account. For SSM documents that are shared with you from other AWS accounts , you must specify the complete SSM document ARN, in the following format: ``arn:partition:ssm:region:account-id:document/document-name`` For example: ``arn:aws:ssm:us-east-2:12345678912:document/My-Shared-Document`` For AWS -predefined documents and SSM documents you created in your account, you only need to specify the document name. For example, ``AWS -ApplyPatchBaseline`` or ``My-Document`` .
|
|
@@ -336,7 +373,7 @@ class CfnAssociation(
|
|
|
336
373
|
:param calendar_names: The names or Amazon Resource Names (ARNs) of the Change Calendar type documents your associations are gated under. The associations only run when that Change Calendar is open. For more information, see `AWS Systems Manager Change Calendar <https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-change-calendar>`_ in the *AWS Systems Manager User Guide* .
|
|
337
374
|
:param compliance_severity: The severity level that is assigned to the association.
|
|
338
375
|
:param document_version: The version of the SSM document to associate with the target. .. epigraph:: Note the following important information. - State Manager doesn't support running associations that use a new version of a document if that document is shared from another account. State Manager always runs the ``default`` version of a document if shared from another account, even though the Systems Manager console shows that a new version was processed. If you want to run an association using a new version of a document shared form another account, you must set the document version to ``default`` . - ``DocumentVersion`` is not valid for documents owned by AWS , such as ``AWS-RunPatchBaseline`` or ``AWS-UpdateSSMAgent`` . If you specify ``DocumentVersion`` for an AWS document, the system returns the following error: "Error occurred during operation 'CreateAssociation'." (RequestToken: , HandlerErrorCode: GeneralServiceException).
|
|
339
|
-
:param instance_id:
|
|
376
|
+
:param instance_id: .. epigraph:: ``InstanceId`` has been deprecated. To specify an instance ID for an association, use the ``Targets`` parameter. If you use the parameter ``InstanceId`` , you cannot use the parameters ``AssociationName`` , ``DocumentVersion`` , ``MaxErrors`` , ``MaxConcurrency`` , ``OutputLocation`` , or ``ScheduleExpression`` . To use these parameters, you must use the ``Targets`` parameter. .. epigraph:: Note that in some examples later in this page, ``InstanceIds`` is used as the tag-key name in a ``Targets`` filter. ``InstanceId`` is not used as a parameter. The ID of the instance that the SSM document is associated with. You must specify the ``InstanceId`` or ``Targets`` property.
|
|
340
377
|
:param max_concurrency: The maximum number of targets allowed to run the association at the same time. You can specify a number, for example 10, or a percentage of the target set, for example 10%. The default value is 100%, which means all targets run the association at the same time. If a new managed node starts and attempts to run an association while Systems Manager is running ``MaxConcurrency`` associations, the association is allowed to run. During the next association interval, the new managed node will process its association within the limit specified for ``MaxConcurrency`` .
|
|
341
378
|
:param max_errors: The number of errors that are allowed before the system stops sending requests to run the association on additional targets. You can specify either an absolute number of errors, for example 10, or a percentage of the target set, for example 10%. If you specify 3, for example, the system stops sending requests when the fourth error is received. If you specify 0, then the system stops sending requests after the first error is returned. If you run an association on 50 managed nodes and set ``MaxError`` to 10%, then the system stops sending the request when the sixth error is received. Executions that are already running an association when ``MaxErrors`` is reached are allowed to complete, but some of these executions may fail as well. If you need to ensure that there won't be more than max-errors failed executions, set ``MaxConcurrency`` to 1 so that executions proceed one at a time.
|
|
342
379
|
:param output_location: An Amazon Simple Storage Service (Amazon S3) bucket where you want to store the output details of the request.
|
|
@@ -373,6 +410,27 @@ class CfnAssociation(
|
|
|
373
410
|
|
|
374
411
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
375
412
|
|
|
413
|
+
@jsii.member(jsii_name="fromAssociationId")
|
|
414
|
+
@builtins.classmethod
|
|
415
|
+
def from_association_id(
|
|
416
|
+
cls,
|
|
417
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
418
|
+
id: builtins.str,
|
|
419
|
+
association_id: builtins.str,
|
|
420
|
+
) -> _IAssociationRef_a842a755:
|
|
421
|
+
'''Creates a new IAssociationRef from a associationId.
|
|
422
|
+
|
|
423
|
+
:param scope: -
|
|
424
|
+
:param id: -
|
|
425
|
+
:param association_id: -
|
|
426
|
+
'''
|
|
427
|
+
if __debug__:
|
|
428
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b2a4e2f6f1ad5f1b777c7a5fcb533625aa60df723d920b56a3738329f8b631cb)
|
|
429
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
430
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
431
|
+
check_type(argname="argument association_id", value=association_id, expected_type=type_hints["association_id"])
|
|
432
|
+
return typing.cast(_IAssociationRef_a842a755, jsii.sinvoke(cls, "fromAssociationId", [scope, id, association_id]))
|
|
433
|
+
|
|
376
434
|
@jsii.member(jsii_name="inspect")
|
|
377
435
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
378
436
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -403,6 +461,12 @@ class CfnAssociation(
|
|
|
403
461
|
'''The CloudFormation resource type name for this resource class.'''
|
|
404
462
|
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
405
463
|
|
|
464
|
+
@builtins.property
|
|
465
|
+
@jsii.member(jsii_name="associationRef")
|
|
466
|
+
def association_ref(self) -> _AssociationReference_4aae9ddd:
|
|
467
|
+
'''A reference to a Association resource.'''
|
|
468
|
+
return typing.cast(_AssociationReference_4aae9ddd, jsii.get(self, "associationRef"))
|
|
469
|
+
|
|
406
470
|
@builtins.property
|
|
407
471
|
@jsii.member(jsii_name="attrAssociationId")
|
|
408
472
|
def attr_association_id(self) -> builtins.str:
|
|
@@ -519,7 +583,9 @@ class CfnAssociation(
|
|
|
519
583
|
@builtins.property
|
|
520
584
|
@jsii.member(jsii_name="instanceId")
|
|
521
585
|
def instance_id(self) -> typing.Optional[builtins.str]:
|
|
522
|
-
'''
|
|
586
|
+
'''.. epigraph::
|
|
587
|
+
|
|
588
|
+
``InstanceId`` has been deprecated.'''
|
|
523
589
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "instanceId"))
|
|
524
590
|
|
|
525
591
|
@instance_id.setter
|
|
@@ -941,7 +1007,7 @@ class CfnAssociationProps:
|
|
|
941
1007
|
:param calendar_names: The names or Amazon Resource Names (ARNs) of the Change Calendar type documents your associations are gated under. The associations only run when that Change Calendar is open. For more information, see `AWS Systems Manager Change Calendar <https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-change-calendar>`_ in the *AWS Systems Manager User Guide* .
|
|
942
1008
|
:param compliance_severity: The severity level that is assigned to the association.
|
|
943
1009
|
:param document_version: The version of the SSM document to associate with the target. .. epigraph:: Note the following important information. - State Manager doesn't support running associations that use a new version of a document if that document is shared from another account. State Manager always runs the ``default`` version of a document if shared from another account, even though the Systems Manager console shows that a new version was processed. If you want to run an association using a new version of a document shared form another account, you must set the document version to ``default`` . - ``DocumentVersion`` is not valid for documents owned by AWS , such as ``AWS-RunPatchBaseline`` or ``AWS-UpdateSSMAgent`` . If you specify ``DocumentVersion`` for an AWS document, the system returns the following error: "Error occurred during operation 'CreateAssociation'." (RequestToken: , HandlerErrorCode: GeneralServiceException).
|
|
944
|
-
:param instance_id:
|
|
1010
|
+
:param instance_id: .. epigraph:: ``InstanceId`` has been deprecated. To specify an instance ID for an association, use the ``Targets`` parameter. If you use the parameter ``InstanceId`` , you cannot use the parameters ``AssociationName`` , ``DocumentVersion`` , ``MaxErrors`` , ``MaxConcurrency`` , ``OutputLocation`` , or ``ScheduleExpression`` . To use these parameters, you must use the ``Targets`` parameter. .. epigraph:: Note that in some examples later in this page, ``InstanceIds`` is used as the tag-key name in a ``Targets`` filter. ``InstanceId`` is not used as a parameter. The ID of the instance that the SSM document is associated with. You must specify the ``InstanceId`` or ``Targets`` property.
|
|
945
1011
|
:param max_concurrency: The maximum number of targets allowed to run the association at the same time. You can specify a number, for example 10, or a percentage of the target set, for example 10%. The default value is 100%, which means all targets run the association at the same time. If a new managed node starts and attempts to run an association while Systems Manager is running ``MaxConcurrency`` associations, the association is allowed to run. During the next association interval, the new managed node will process its association within the limit specified for ``MaxConcurrency`` .
|
|
946
1012
|
:param max_errors: The number of errors that are allowed before the system stops sending requests to run the association on additional targets. You can specify either an absolute number of errors, for example 10, or a percentage of the target set, for example 10%. If you specify 3, for example, the system stops sending requests when the fourth error is received. If you specify 0, then the system stops sending requests after the first error is returned. If you run an association on 50 managed nodes and set ``MaxError`` to 10%, then the system stops sending the request when the sixth error is received. Executions that are already running an association when ``MaxErrors`` is reached are allowed to complete, but some of these executions may fail as well. If you need to ensure that there won't be more than max-errors failed executions, set ``MaxConcurrency`` to 1 so that executions proceed one at a time.
|
|
947
1013
|
:param output_location: An Amazon Simple Storage Service (Amazon S3) bucket where you want to store the output details of the request.
|
|
@@ -1138,12 +1204,16 @@ class CfnAssociationProps:
|
|
|
1138
1204
|
|
|
1139
1205
|
@builtins.property
|
|
1140
1206
|
def instance_id(self) -> typing.Optional[builtins.str]:
|
|
1141
|
-
'''
|
|
1207
|
+
'''.. epigraph::
|
|
1142
1208
|
|
|
1143
|
-
|
|
1209
|
+
``InstanceId`` has been deprecated.
|
|
1210
|
+
|
|
1211
|
+
To specify an instance ID for an association, use the ``Targets`` parameter. If you use the parameter ``InstanceId`` , you cannot use the parameters ``AssociationName`` , ``DocumentVersion`` , ``MaxErrors`` , ``MaxConcurrency`` , ``OutputLocation`` , or ``ScheduleExpression`` . To use these parameters, you must use the ``Targets`` parameter.
|
|
1144
1212
|
.. epigraph::
|
|
1145
1213
|
|
|
1146
|
-
|
|
1214
|
+
Note that in some examples later in this page, ``InstanceIds`` is used as the tag-key name in a ``Targets`` filter. ``InstanceId`` is not used as a parameter.
|
|
1215
|
+
|
|
1216
|
+
The ID of the instance that the SSM document is associated with. You must specify the ``InstanceId`` or ``Targets`` property.
|
|
1147
1217
|
|
|
1148
1218
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-instanceid
|
|
1149
1219
|
'''
|
|
@@ -1277,7 +1347,7 @@ class CfnAssociationProps:
|
|
|
1277
1347
|
)
|
|
1278
1348
|
|
|
1279
1349
|
|
|
1280
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
1350
|
+
@jsii.implements(_IInspectable_c2943556, _IDocumentRef_6c66ce42, _ITaggable_36806126)
|
|
1281
1351
|
class CfnDocument(
|
|
1282
1352
|
_CfnResource_9df397a6,
|
|
1283
1353
|
metaclass=jsii.JSIIMeta,
|
|
@@ -1322,7 +1392,8 @@ class CfnDocument(
|
|
|
1322
1392
|
update_method: typing.Optional[builtins.str] = None,
|
|
1323
1393
|
version_name: typing.Optional[builtins.str] = None,
|
|
1324
1394
|
) -> None:
|
|
1325
|
-
'''
|
|
1395
|
+
'''Create a new ``AWS::SSM::Document``.
|
|
1396
|
+
|
|
1326
1397
|
:param scope: Scope in which this resource is defined.
|
|
1327
1398
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
1328
1399
|
:param content: The content for the new SSM document in JSON or YAML. For more information about the schemas for SSM document content, see `SSM document schema features and examples <https://docs.aws.amazon.com/systems-manager/latest/userguide/document-schemas-features.html>`_ in the *AWS Systems Manager User Guide* . .. epigraph:: This parameter also supports ``String`` data types.
|
|
@@ -1355,6 +1426,27 @@ class CfnDocument(
|
|
|
1355
1426
|
|
|
1356
1427
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1357
1428
|
|
|
1429
|
+
@jsii.member(jsii_name="fromDocumentName")
|
|
1430
|
+
@builtins.classmethod
|
|
1431
|
+
def from_document_name(
|
|
1432
|
+
cls,
|
|
1433
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1434
|
+
id: builtins.str,
|
|
1435
|
+
document_name: builtins.str,
|
|
1436
|
+
) -> _IDocumentRef_6c66ce42:
|
|
1437
|
+
'''Creates a new IDocumentRef from a documentName.
|
|
1438
|
+
|
|
1439
|
+
:param scope: -
|
|
1440
|
+
:param id: -
|
|
1441
|
+
:param document_name: -
|
|
1442
|
+
'''
|
|
1443
|
+
if __debug__:
|
|
1444
|
+
type_hints = typing.get_type_hints(_typecheckingstub__0c67b192e3e153596beb12dc7520f7cbf677768f2e862aa4d968b306611aea53)
|
|
1445
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1446
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1447
|
+
check_type(argname="argument document_name", value=document_name, expected_type=type_hints["document_name"])
|
|
1448
|
+
return typing.cast(_IDocumentRef_6c66ce42, jsii.sinvoke(cls, "fromDocumentName", [scope, id, document_name]))
|
|
1449
|
+
|
|
1358
1450
|
@jsii.member(jsii_name="inspect")
|
|
1359
1451
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1360
1452
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -1390,6 +1482,12 @@ class CfnDocument(
|
|
|
1390
1482
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
1391
1483
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
1392
1484
|
|
|
1485
|
+
@builtins.property
|
|
1486
|
+
@jsii.member(jsii_name="documentRef")
|
|
1487
|
+
def document_ref(self) -> _DocumentReference_5661bc29:
|
|
1488
|
+
'''A reference to a Document resource.'''
|
|
1489
|
+
return typing.cast(_DocumentReference_5661bc29, jsii.get(self, "documentRef"))
|
|
1490
|
+
|
|
1393
1491
|
@builtins.property
|
|
1394
1492
|
@jsii.member(jsii_name="tags")
|
|
1395
1493
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -1965,7 +2063,7 @@ class CfnDocumentProps:
|
|
|
1965
2063
|
)
|
|
1966
2064
|
|
|
1967
2065
|
|
|
1968
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
2066
|
+
@jsii.implements(_IInspectable_c2943556, _IMaintenanceWindowRef_1033e8f7, _ITaggable_36806126)
|
|
1969
2067
|
class CfnMaintenanceWindow(
|
|
1970
2068
|
_CfnResource_9df397a6,
|
|
1971
2069
|
metaclass=jsii.JSIIMeta,
|
|
@@ -2024,7 +2122,8 @@ class CfnMaintenanceWindow(
|
|
|
2024
2122
|
start_date: typing.Optional[builtins.str] = None,
|
|
2025
2123
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2026
2124
|
) -> None:
|
|
2027
|
-
'''
|
|
2125
|
+
'''Create a new ``AWS::SSM::MaintenanceWindow``.
|
|
2126
|
+
|
|
2028
2127
|
:param scope: Scope in which this resource is defined.
|
|
2029
2128
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
2030
2129
|
:param allow_unassociated_targets: Enables a maintenance window task to run on managed instances, even if you have not registered those instances as targets. If enabled, then you must specify the unregistered instances (by instance ID) when you register a task with the maintenance window.
|
|
@@ -2102,6 +2201,12 @@ class CfnMaintenanceWindow(
|
|
|
2102
2201
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
2103
2202
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
2104
2203
|
|
|
2204
|
+
@builtins.property
|
|
2205
|
+
@jsii.member(jsii_name="maintenanceWindowRef")
|
|
2206
|
+
def maintenance_window_ref(self) -> _MaintenanceWindowReference_601f32fe:
|
|
2207
|
+
'''A reference to a MaintenanceWindow resource.'''
|
|
2208
|
+
return typing.cast(_MaintenanceWindowReference_601f32fe, jsii.get(self, "maintenanceWindowRef"))
|
|
2209
|
+
|
|
2105
2210
|
@builtins.property
|
|
2106
2211
|
@jsii.member(jsii_name="tags")
|
|
2107
2212
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -2489,7 +2594,7 @@ class CfnMaintenanceWindowProps:
|
|
|
2489
2594
|
)
|
|
2490
2595
|
|
|
2491
2596
|
|
|
2492
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
2597
|
+
@jsii.implements(_IInspectable_c2943556, _IMaintenanceWindowTargetRef_fe2384dd)
|
|
2493
2598
|
class CfnMaintenanceWindowTarget(
|
|
2494
2599
|
_CfnResource_9df397a6,
|
|
2495
2600
|
metaclass=jsii.JSIIMeta,
|
|
@@ -2536,7 +2641,8 @@ class CfnMaintenanceWindowTarget(
|
|
|
2536
2641
|
name: typing.Optional[builtins.str] = None,
|
|
2537
2642
|
owner_information: typing.Optional[builtins.str] = None,
|
|
2538
2643
|
) -> None:
|
|
2539
|
-
'''
|
|
2644
|
+
'''Create a new ``AWS::SSM::MaintenanceWindowTarget``.
|
|
2645
|
+
|
|
2540
2646
|
:param scope: Scope in which this resource is defined.
|
|
2541
2647
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
2542
2648
|
:param resource_type: The type of target that is being registered with the maintenance window.
|
|
@@ -2604,6 +2710,14 @@ class CfnMaintenanceWindowTarget(
|
|
|
2604
2710
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
2605
2711
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
2606
2712
|
|
|
2713
|
+
@builtins.property
|
|
2714
|
+
@jsii.member(jsii_name="maintenanceWindowTargetRef")
|
|
2715
|
+
def maintenance_window_target_ref(
|
|
2716
|
+
self,
|
|
2717
|
+
) -> _MaintenanceWindowTargetReference_ea6d19ad:
|
|
2718
|
+
'''A reference to a MaintenanceWindowTarget resource.'''
|
|
2719
|
+
return typing.cast(_MaintenanceWindowTargetReference_ea6d19ad, jsii.get(self, "maintenanceWindowTargetRef"))
|
|
2720
|
+
|
|
2607
2721
|
@builtins.property
|
|
2608
2722
|
@jsii.member(jsii_name="resourceType")
|
|
2609
2723
|
def resource_type(self) -> builtins.str:
|
|
@@ -2915,7 +3029,7 @@ class CfnMaintenanceWindowTargetProps:
|
|
|
2915
3029
|
)
|
|
2916
3030
|
|
|
2917
3031
|
|
|
2918
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
3032
|
+
@jsii.implements(_IInspectable_c2943556, _IMaintenanceWindowTaskRef_72680416)
|
|
2919
3033
|
class CfnMaintenanceWindowTask(
|
|
2920
3034
|
_CfnResource_9df397a6,
|
|
2921
3035
|
metaclass=jsii.JSIIMeta,
|
|
@@ -3023,7 +3137,8 @@ class CfnMaintenanceWindowTask(
|
|
|
3023
3137
|
task_invocation_parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnMaintenanceWindowTask.TaskInvocationParametersProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3024
3138
|
task_parameters: typing.Any = None,
|
|
3025
3139
|
) -> None:
|
|
3026
|
-
'''
|
|
3140
|
+
'''Create a new ``AWS::SSM::MaintenanceWindowTask``.
|
|
3141
|
+
|
|
3027
3142
|
:param scope: Scope in which this resource is defined.
|
|
3028
3143
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
3029
3144
|
:param priority: The priority of the task in the maintenance window. The lower the number, the higher the priority. Tasks that have the same priority are scheduled in parallel.
|
|
@@ -3032,14 +3147,14 @@ class CfnMaintenanceWindowTask(
|
|
|
3032
3147
|
:param window_id: The ID of the maintenance window where the task is registered.
|
|
3033
3148
|
:param cutoff_behavior: The specification for whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached.
|
|
3034
3149
|
:param description: A description of the task.
|
|
3035
|
-
:param logging_info:
|
|
3150
|
+
:param logging_info: .. epigraph:: ``LoggingInfo`` has been deprecated. To specify an Amazon S3 bucket to contain logs for Run Command tasks, instead use the ``OutputS3BucketName`` and ``OutputS3KeyPrefix`` options in the ``TaskInvocationParameters`` structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see `AWS ::SSM::MaintenanceWindowTask MaintenanceWindowRunCommandParameters <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html>`_ . Information about an Amazon S3 bucket to write Run Command task-level logs to.
|
|
3036
3151
|
:param max_concurrency: The maximum number of targets this task can be run for, in parallel. .. epigraph:: Although this element is listed as "Required: No", a value can be omitted only when you are registering or updating a `targetless task <https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html>`_ You must provide a value in all other cases. For maintenance window tasks without a target specified, you can't supply a value for this option. Instead, the system inserts a placeholder value of ``1`` . This value doesn't affect the running of your task.
|
|
3037
3152
|
:param max_errors: The maximum number of errors allowed before this task stops being scheduled. .. epigraph:: Although this element is listed as "Required: No", a value can be omitted only when you are registering or updating a `targetless task <https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html>`_ You must provide a value in all other cases. For maintenance window tasks without a target specified, you can't supply a value for this option. Instead, the system inserts a placeholder value of ``1`` . This value doesn't affect the running of your task.
|
|
3038
3153
|
:param name: The task name.
|
|
3039
3154
|
:param service_role_arn: The Amazon Resource Name (ARN) of the IAM service role for AWS Systems Manager to assume when running a maintenance window task. If you do not specify a service role ARN, Systems Manager uses a service-linked role in your account. If no appropriate service-linked role for Systems Manager exists in your account, it is created when you run ``RegisterTaskWithMaintenanceWindow`` . However, for an improved security posture, we strongly recommend creating a custom policy and custom service role for running your maintenance window tasks. The policy can be crafted to provide only the permissions needed for your particular maintenance window tasks. For more information, see `Setting up Maintenance Windows <https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-permissions.html>`_ in the in the *AWS Systems Manager User Guide* .
|
|
3040
3155
|
:param targets: The targets, either instances or window target IDs. - Specify instances using ``Key=InstanceIds,Values= *instanceid1* , *instanceid2*`` . - Specify window target IDs using ``Key=WindowTargetIds,Values= *window-target-id-1* , *window-target-id-2*`` .
|
|
3041
3156
|
:param task_invocation_parameters: The parameters to pass to the task when it runs. Populate only the fields that match the task type. All other fields should be empty. .. epigraph:: When you update a maintenance window task that has options specified in ``TaskInvocationParameters`` , you must provide again all the ``TaskInvocationParameters`` values that you want to retain. The values you do not specify again are removed. For example, suppose that when you registered a Run Command task, you specified ``TaskInvocationParameters`` values for ``Comment`` , ``NotificationConfig`` , and ``OutputS3BucketName`` . If you update the maintenance window task and specify only a different ``OutputS3BucketName`` value, the values for ``Comment`` and ``NotificationConfig`` are removed.
|
|
3042
|
-
:param task_parameters:
|
|
3157
|
+
:param task_parameters: .. epigraph:: ``TaskParameters`` has been deprecated. To specify parameters to pass to a task when it runs, instead use the ``Parameters`` option in the ``TaskInvocationParameters`` structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see `MaintenanceWindowTaskInvocationParameters <https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_MaintenanceWindowTaskInvocationParameters.html>`_ . The parameters to pass to the task when it runs.
|
|
3043
3158
|
'''
|
|
3044
3159
|
if __debug__:
|
|
3045
3160
|
type_hints = typing.get_type_hints(_typecheckingstub__5ab957de8d8a36935188de8e7d81d523e1ab1253ec8aab9717d062cb647fc726)
|
|
@@ -3107,6 +3222,12 @@ class CfnMaintenanceWindowTask(
|
|
|
3107
3222
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
3108
3223
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
3109
3224
|
|
|
3225
|
+
@builtins.property
|
|
3226
|
+
@jsii.member(jsii_name="maintenanceWindowTaskRef")
|
|
3227
|
+
def maintenance_window_task_ref(self) -> _MaintenanceWindowTaskReference_0ac0909d:
|
|
3228
|
+
'''A reference to a MaintenanceWindowTask resource.'''
|
|
3229
|
+
return typing.cast(_MaintenanceWindowTaskReference_0ac0909d, jsii.get(self, "maintenanceWindowTaskRef"))
|
|
3230
|
+
|
|
3110
3231
|
@builtins.property
|
|
3111
3232
|
@jsii.member(jsii_name="priority")
|
|
3112
3233
|
def priority(self) -> jsii.Number:
|
|
@@ -3190,7 +3311,9 @@ class CfnMaintenanceWindowTask(
|
|
|
3190
3311
|
def logging_info(
|
|
3191
3312
|
self,
|
|
3192
3313
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnMaintenanceWindowTask.LoggingInfoProperty"]]:
|
|
3193
|
-
'''
|
|
3314
|
+
'''.. epigraph::
|
|
3315
|
+
|
|
3316
|
+
``LoggingInfo`` has been deprecated.'''
|
|
3194
3317
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnMaintenanceWindowTask.LoggingInfoProperty"]], jsii.get(self, "loggingInfo"))
|
|
3195
3318
|
|
|
3196
3319
|
@logging_info.setter
|
|
@@ -3294,7 +3417,9 @@ class CfnMaintenanceWindowTask(
|
|
|
3294
3417
|
@builtins.property
|
|
3295
3418
|
@jsii.member(jsii_name="taskParameters")
|
|
3296
3419
|
def task_parameters(self) -> typing.Any:
|
|
3297
|
-
'''
|
|
3420
|
+
'''.. epigraph::
|
|
3421
|
+
|
|
3422
|
+
``TaskParameters`` has been deprecated.'''
|
|
3298
3423
|
return typing.cast(typing.Any, jsii.get(self, "taskParameters"))
|
|
3299
3424
|
|
|
3300
3425
|
@task_parameters.setter
|
|
@@ -3400,12 +3525,15 @@ class CfnMaintenanceWindowTask(
|
|
|
3400
3525
|
s3_bucket: builtins.str,
|
|
3401
3526
|
s3_prefix: typing.Optional[builtins.str] = None,
|
|
3402
3527
|
) -> None:
|
|
3403
|
-
'''
|
|
3528
|
+
'''.. epigraph::
|
|
3404
3529
|
|
|
3405
|
-
|
|
3406
|
-
.. epigraph::
|
|
3530
|
+
``LoggingInfo`` has been deprecated.
|
|
3407
3531
|
|
|
3408
|
-
|
|
3532
|
+
To specify an Amazon S3 bucket to contain logs, instead use the ``OutputS3BucketName`` and ``OutputS3KeyPrefix`` options in the ``TaskInvocationParameters`` structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see `AWS ::SSM::MaintenanceWindowTask MaintenanceWindowRunCommandParameters <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html>`_ .
|
|
3533
|
+
|
|
3534
|
+
The ``LoggingInfo`` property type specifies information about the Amazon S3 bucket to write instance-level logs to.
|
|
3535
|
+
|
|
3536
|
+
``LoggingInfo`` is a property of the `AWS::SSM::MaintenanceWindowTask <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html>`_ resource.
|
|
3409
3537
|
|
|
3410
3538
|
:param region: The AWS Region where the S3 bucket is located.
|
|
3411
3539
|
:param s3_bucket: The name of an S3 bucket where execution logs are stored.
|
|
@@ -4367,14 +4495,14 @@ class CfnMaintenanceWindowTaskProps:
|
|
|
4367
4495
|
:param window_id: The ID of the maintenance window where the task is registered.
|
|
4368
4496
|
:param cutoff_behavior: The specification for whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached.
|
|
4369
4497
|
:param description: A description of the task.
|
|
4370
|
-
:param logging_info:
|
|
4498
|
+
:param logging_info: .. epigraph:: ``LoggingInfo`` has been deprecated. To specify an Amazon S3 bucket to contain logs for Run Command tasks, instead use the ``OutputS3BucketName`` and ``OutputS3KeyPrefix`` options in the ``TaskInvocationParameters`` structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see `AWS ::SSM::MaintenanceWindowTask MaintenanceWindowRunCommandParameters <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html>`_ . Information about an Amazon S3 bucket to write Run Command task-level logs to.
|
|
4371
4499
|
:param max_concurrency: The maximum number of targets this task can be run for, in parallel. .. epigraph:: Although this element is listed as "Required: No", a value can be omitted only when you are registering or updating a `targetless task <https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html>`_ You must provide a value in all other cases. For maintenance window tasks without a target specified, you can't supply a value for this option. Instead, the system inserts a placeholder value of ``1`` . This value doesn't affect the running of your task.
|
|
4372
4500
|
:param max_errors: The maximum number of errors allowed before this task stops being scheduled. .. epigraph:: Although this element is listed as "Required: No", a value can be omitted only when you are registering or updating a `targetless task <https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html>`_ You must provide a value in all other cases. For maintenance window tasks without a target specified, you can't supply a value for this option. Instead, the system inserts a placeholder value of ``1`` . This value doesn't affect the running of your task.
|
|
4373
4501
|
:param name: The task name.
|
|
4374
4502
|
:param service_role_arn: The Amazon Resource Name (ARN) of the IAM service role for AWS Systems Manager to assume when running a maintenance window task. If you do not specify a service role ARN, Systems Manager uses a service-linked role in your account. If no appropriate service-linked role for Systems Manager exists in your account, it is created when you run ``RegisterTaskWithMaintenanceWindow`` . However, for an improved security posture, we strongly recommend creating a custom policy and custom service role for running your maintenance window tasks. The policy can be crafted to provide only the permissions needed for your particular maintenance window tasks. For more information, see `Setting up Maintenance Windows <https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-permissions.html>`_ in the in the *AWS Systems Manager User Guide* .
|
|
4375
4503
|
:param targets: The targets, either instances or window target IDs. - Specify instances using ``Key=InstanceIds,Values= *instanceid1* , *instanceid2*`` . - Specify window target IDs using ``Key=WindowTargetIds,Values= *window-target-id-1* , *window-target-id-2*`` .
|
|
4376
4504
|
:param task_invocation_parameters: The parameters to pass to the task when it runs. Populate only the fields that match the task type. All other fields should be empty. .. epigraph:: When you update a maintenance window task that has options specified in ``TaskInvocationParameters`` , you must provide again all the ``TaskInvocationParameters`` values that you want to retain. The values you do not specify again are removed. For example, suppose that when you registered a Run Command task, you specified ``TaskInvocationParameters`` values for ``Comment`` , ``NotificationConfig`` , and ``OutputS3BucketName`` . If you update the maintenance window task and specify only a different ``OutputS3BucketName`` value, the values for ``Comment`` and ``NotificationConfig`` are removed.
|
|
4377
|
-
:param task_parameters:
|
|
4505
|
+
:param task_parameters: .. epigraph:: ``TaskParameters`` has been deprecated. To specify parameters to pass to a task when it runs, instead use the ``Parameters`` option in the ``TaskInvocationParameters`` structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see `MaintenanceWindowTaskInvocationParameters <https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_MaintenanceWindowTaskInvocationParameters.html>`_ . The parameters to pass to the task when it runs.
|
|
4378
4506
|
|
|
4379
4507
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html
|
|
4380
4508
|
:exampleMetadata: fixture=_generated
|
|
@@ -4567,11 +4695,13 @@ class CfnMaintenanceWindowTaskProps:
|
|
|
4567
4695
|
def logging_info(
|
|
4568
4696
|
self,
|
|
4569
4697
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnMaintenanceWindowTask.LoggingInfoProperty]]:
|
|
4570
|
-
'''
|
|
4698
|
+
'''.. epigraph::
|
|
4571
4699
|
|
|
4572
|
-
|
|
4700
|
+
``LoggingInfo`` has been deprecated.
|
|
4701
|
+
|
|
4702
|
+
To specify an Amazon S3 bucket to contain logs for Run Command tasks, instead use the ``OutputS3BucketName`` and ``OutputS3KeyPrefix`` options in the ``TaskInvocationParameters`` structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see `AWS ::SSM::MaintenanceWindowTask MaintenanceWindowRunCommandParameters <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html>`_ .
|
|
4573
4703
|
|
|
4574
|
-
|
|
4704
|
+
Information about an Amazon S3 bucket to write Run Command task-level logs to.
|
|
4575
4705
|
|
|
4576
4706
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-logginginfo
|
|
4577
4707
|
'''
|
|
@@ -4662,11 +4792,13 @@ class CfnMaintenanceWindowTaskProps:
|
|
|
4662
4792
|
|
|
4663
4793
|
@builtins.property
|
|
4664
4794
|
def task_parameters(self) -> typing.Any:
|
|
4665
|
-
'''
|
|
4795
|
+
'''.. epigraph::
|
|
4666
4796
|
|
|
4667
|
-
|
|
4797
|
+
``TaskParameters`` has been deprecated.
|
|
4798
|
+
|
|
4799
|
+
To specify parameters to pass to a task when it runs, instead use the ``Parameters`` option in the ``TaskInvocationParameters`` structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see `MaintenanceWindowTaskInvocationParameters <https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_MaintenanceWindowTaskInvocationParameters.html>`_ .
|
|
4668
4800
|
|
|
4669
|
-
|
|
4801
|
+
The parameters to pass to the task when it runs.
|
|
4670
4802
|
|
|
4671
4803
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskparameters
|
|
4672
4804
|
'''
|
|
@@ -4685,7 +4817,7 @@ class CfnMaintenanceWindowTaskProps:
|
|
|
4685
4817
|
)
|
|
4686
4818
|
|
|
4687
4819
|
|
|
4688
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
4820
|
+
@jsii.implements(_IInspectable_c2943556, _IParameterRef_b350095e, _ITaggable_36806126)
|
|
4689
4821
|
class CfnParameter(
|
|
4690
4822
|
_CfnResource_9df397a6,
|
|
4691
4823
|
metaclass=jsii.JSIIMeta,
|
|
@@ -4697,12 +4829,9 @@ class CfnParameter(
|
|
|
4697
4829
|
|
|
4698
4830
|
To create an SSM parameter, you must have the AWS Identity and Access Management ( IAM ) permissions ``ssm:PutParameter`` and ``ssm:AddTagsToResource`` . On stack creation, AWS CloudFormation adds the following three tags to the parameter: ``aws:cloudformation:stack-name`` , ``aws:cloudformation:logical-id`` , and ``aws:cloudformation:stack-id`` , in addition to any custom tags you specify.
|
|
4699
4831
|
|
|
4700
|
-
To add, update, or remove tags during stack update, you must have IAM permissions for both ``ssm:AddTagsToResource`` and ``ssm:RemoveTagsFromResource`` . For more information, see `Managing
|
|
4832
|
+
To add, update, or remove tags during stack update, you must have IAM permissions for both ``ssm:AddTagsToResource`` and ``ssm:RemoveTagsFromResource`` . For more information, see `Managing access using policies <https://docs.aws.amazon.com/systems-manager/latest/userguide/security-iam.html#security_iam_access-manage>`_ in the *AWS Systems Manager User Guide* .
|
|
4701
4833
|
|
|
4702
4834
|
For information about valid values for parameters, see `About requirements and constraints for parameter names <https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-su-create.html#sysman-parameter-name-constraints>`_ in the *AWS Systems Manager User Guide* and `PutParameter <https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_PutParameter.html>`_ in the *AWS Systems Manager API Reference* .
|
|
4703
|
-
.. epigraph::
|
|
4704
|
-
|
|
4705
|
-
Parameters of type ``SecureString`` are not supported by AWS CloudFormation .
|
|
4706
4835
|
|
|
4707
4836
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html
|
|
4708
4837
|
:cloudformationResource: AWS::SSM::Parameter
|
|
@@ -4746,7 +4875,8 @@ class CfnParameter(
|
|
|
4746
4875
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
4747
4876
|
tier: typing.Optional[builtins.str] = None,
|
|
4748
4877
|
) -> None:
|
|
4749
|
-
'''
|
|
4878
|
+
'''Create a new ``AWS::SSM::Parameter``.
|
|
4879
|
+
|
|
4750
4880
|
:param scope: Scope in which this resource is defined.
|
|
4751
4881
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
4752
4882
|
:param type: The type of parameter. .. epigraph:: Parameters of type ``SecureString`` are not supported by AWS CloudFormation .
|
|
@@ -4754,7 +4884,7 @@ class CfnParameter(
|
|
|
4754
4884
|
:param allowed_pattern: A regular expression used to validate the parameter value. For example, for ``String`` types with values restricted to numbers, you can specify the following: ``AllowedPattern=^\\d+$``
|
|
4755
4885
|
:param data_type: The data type of the parameter, such as ``text`` or ``aws:ec2:image`` . The default is ``text`` .
|
|
4756
4886
|
:param description: Information about the parameter.
|
|
4757
|
-
:param name: The name of the parameter. .. epigraph:: The maximum length
|
|
4887
|
+
:param name: The name of the parameter. .. epigraph:: The reported maximum length of 2048 characters for a parameter name includes 1037 characters that are reserved for internal use by Systems Manager . The maximum length for a parameter name that you specify is 1011 characters. This count of 1011 characters includes the characters in the ARN that precede the name you specify. This ARN length will vary depending on your partition and Region. For example, the following 45 characters count toward the 1011 character maximum for a parameter created in the US East (Ohio) Region: ``arn:aws:ssm:us-east-2:111122223333:parameter/`` .
|
|
4758
4888
|
:param policies: Information about the policies assigned to a parameter. `Assigning parameter policies <https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-policies.html>`_ in the *AWS Systems Manager User Guide* .
|
|
4759
4889
|
:param tags: Optional metadata that you assign to a resource in the form of an arbitrary set of tags (key-value pairs). Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag a Systems Manager parameter to identify the type of resource to which it applies, the environment, or the type of configuration data referenced by the parameter.
|
|
4760
4890
|
:param tier: The parameter tier.
|
|
@@ -4832,6 +4962,12 @@ class CfnParameter(
|
|
|
4832
4962
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
4833
4963
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
4834
4964
|
|
|
4965
|
+
@builtins.property
|
|
4966
|
+
@jsii.member(jsii_name="parameterRef")
|
|
4967
|
+
def parameter_ref(self) -> _ParameterReference_18138f09:
|
|
4968
|
+
'''A reference to a Parameter resource.'''
|
|
4969
|
+
return typing.cast(_ParameterReference_18138f09, jsii.get(self, "parameterRef"))
|
|
4970
|
+
|
|
4835
4971
|
@builtins.property
|
|
4836
4972
|
@jsii.member(jsii_name="tags")
|
|
4837
4973
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -4995,7 +5131,7 @@ class CfnParameterProps:
|
|
|
4995
5131
|
:param allowed_pattern: A regular expression used to validate the parameter value. For example, for ``String`` types with values restricted to numbers, you can specify the following: ``AllowedPattern=^\\d+$``
|
|
4996
5132
|
:param data_type: The data type of the parameter, such as ``text`` or ``aws:ec2:image`` . The default is ``text`` .
|
|
4997
5133
|
:param description: Information about the parameter.
|
|
4998
|
-
:param name: The name of the parameter. .. epigraph:: The maximum length
|
|
5134
|
+
:param name: The name of the parameter. .. epigraph:: The reported maximum length of 2048 characters for a parameter name includes 1037 characters that are reserved for internal use by Systems Manager . The maximum length for a parameter name that you specify is 1011 characters. This count of 1011 characters includes the characters in the ARN that precede the name you specify. This ARN length will vary depending on your partition and Region. For example, the following 45 characters count toward the 1011 character maximum for a parameter created in the US East (Ohio) Region: ``arn:aws:ssm:us-east-2:111122223333:parameter/`` .
|
|
4999
5135
|
:param policies: Information about the policies assigned to a parameter. `Assigning parameter policies <https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-policies.html>`_ in the *AWS Systems Manager User Guide* .
|
|
5000
5136
|
:param tags: Optional metadata that you assign to a resource in the form of an arbitrary set of tags (key-value pairs). Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag a Systems Manager parameter to identify the type of resource to which it applies, the environment, or the type of configuration data referenced by the parameter.
|
|
5001
5137
|
:param tier: The parameter tier.
|
|
@@ -5120,7 +5256,9 @@ class CfnParameterProps:
|
|
|
5120
5256
|
|
|
5121
5257
|
.. epigraph::
|
|
5122
5258
|
|
|
5123
|
-
The maximum length
|
|
5259
|
+
The reported maximum length of 2048 characters for a parameter name includes 1037 characters that are reserved for internal use by Systems Manager . The maximum length for a parameter name that you specify is 1011 characters.
|
|
5260
|
+
|
|
5261
|
+
This count of 1011 characters includes the characters in the ARN that precede the name you specify. This ARN length will vary depending on your partition and Region. For example, the following 45 characters count toward the 1011 character maximum for a parameter created in the US East (Ohio) Region: ``arn:aws:ssm:us-east-2:111122223333:parameter/`` .
|
|
5124
5262
|
|
|
5125
5263
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-name
|
|
5126
5264
|
'''
|
|
@@ -5170,7 +5308,7 @@ class CfnParameterProps:
|
|
|
5170
5308
|
)
|
|
5171
5309
|
|
|
5172
5310
|
|
|
5173
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
5311
|
+
@jsii.implements(_IInspectable_c2943556, _IPatchBaselineRef_f929afe1, _ITaggable_36806126)
|
|
5174
5312
|
class CfnPatchBaseline(
|
|
5175
5313
|
_CfnResource_9df397a6,
|
|
5176
5314
|
metaclass=jsii.JSIIMeta,
|
|
@@ -5213,6 +5351,7 @@ class CfnPatchBaseline(
|
|
|
5213
5351
|
approved_patches=["approvedPatches"],
|
|
5214
5352
|
approved_patches_compliance_level="approvedPatchesComplianceLevel",
|
|
5215
5353
|
approved_patches_enable_non_security=False,
|
|
5354
|
+
available_security_updates_compliance_status="availableSecurityUpdatesComplianceStatus",
|
|
5216
5355
|
default_baseline=False,
|
|
5217
5356
|
description="description",
|
|
5218
5357
|
global_filters=ssm.CfnPatchBaseline.PatchFilterGroupProperty(
|
|
@@ -5247,6 +5386,7 @@ class CfnPatchBaseline(
|
|
|
5247
5386
|
approved_patches: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
5248
5387
|
approved_patches_compliance_level: typing.Optional[builtins.str] = None,
|
|
5249
5388
|
approved_patches_enable_non_security: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
5389
|
+
available_security_updates_compliance_status: typing.Optional[builtins.str] = None,
|
|
5250
5390
|
default_baseline: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
5251
5391
|
description: typing.Optional[builtins.str] = None,
|
|
5252
5392
|
global_filters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnPatchBaseline.PatchFilterGroupProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -5257,7 +5397,8 @@ class CfnPatchBaseline(
|
|
|
5257
5397
|
sources: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnPatchBaseline.PatchSourceProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
5258
5398
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5259
5399
|
) -> None:
|
|
5260
|
-
'''
|
|
5400
|
+
'''Create a new ``AWS::SSM::PatchBaseline``.
|
|
5401
|
+
|
|
5261
5402
|
:param scope: Scope in which this resource is defined.
|
|
5262
5403
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
5263
5404
|
:param name: The name of the patch baseline.
|
|
@@ -5265,13 +5406,14 @@ class CfnPatchBaseline(
|
|
|
5265
5406
|
:param approved_patches: A list of explicitly approved patches for the baseline. For information about accepted formats for lists of approved patches and rejected patches, see `Package name formats for approved and rejected patch lists <https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html>`_ in the *AWS Systems Manager User Guide* .
|
|
5266
5407
|
:param approved_patches_compliance_level: Defines the compliance level for approved patches. When an approved patch is reported as missing, this value describes the severity of the compliance violation. The default value is ``UNSPECIFIED`` . Default: - "UNSPECIFIED"
|
|
5267
5408
|
:param approved_patches_enable_non_security: Indicates whether the list of approved patches includes non-security updates that should be applied to the managed nodes. The default value is ``false`` . Applies to Linux managed nodes only. Default: - false
|
|
5409
|
+
:param available_security_updates_compliance_status: Indicates the status you want to assign to security patches that are available but not approved because they don't meet the installation criteria specified in the patch baseline. Example scenario: Security patches that you might want installed can be skipped if you have specified a long period to wait after a patch is released before installation. If an update to the patch is released during your specified waiting period, the waiting period for installing the patch starts over. If the waiting period is too long, multiple versions of the patch could be released but never installed. Supported for Windows Server managed nodes only.
|
|
5268
5410
|
:param default_baseline: Indicates whether this is the default baseline. AWS Systems Manager supports creating multiple default patch baselines. For example, you can create a default patch baseline for each operating system. Default: - false
|
|
5269
5411
|
:param description: A description of the patch baseline.
|
|
5270
5412
|
:param global_filters: A set of global filters used to include patches in the baseline. .. epigraph:: The ``GlobalFilters`` parameter can be configured only by using the AWS CLI or an AWS SDK. It can't be configured from the Patch Manager console, and its value isn't displayed in the console.
|
|
5271
5413
|
:param operating_system: Defines the operating system the patch baseline applies to. The default value is ``WINDOWS`` . Default: - "WINDOWS"
|
|
5272
5414
|
:param patch_groups: The name of the patch group to be registered with the patch baseline.
|
|
5273
5415
|
:param rejected_patches: A list of explicitly rejected patches for the baseline. For information about accepted formats for lists of approved patches and rejected patches, see `Package name formats for approved and rejected patch lists <https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html>`_ in the *AWS Systems Manager User Guide* .
|
|
5274
|
-
:param rejected_patches_action: The action for Patch Manager to take on patches included in the ``RejectedPackages`` list. - **ALLOW_AS_DEPENDENCY** - *Linux and macOS* : A package in the rejected patches list is installed only if it is a dependency of another package. It is considered compliant with the patch baseline, and its status is reported as ``INSTALLED_OTHER`` . This is the default action if no option is specified. *Windows Server* : Windows Server doesn't support the concept of package dependencies. If a package in the rejected patches list and already installed on the node, its status is reported as ``INSTALLED_OTHER`` . Any package not already installed on the node is skipped. This is the default action if no option is specified. - **BLOCK** - *All OSs* : Packages in the rejected patches list, and packages that include them as dependencies, aren't installed by Patch Manager under any circumstances. If a package was installed before it was added to the rejected patches list, or is installed outside of Patch Manager afterward, it's considered noncompliant with the patch baseline and its status is reported as ``INSTALLED_REJECTED`` . Default: - "ALLOW_AS_DEPENDENCY"
|
|
5416
|
+
:param rejected_patches_action: The action for Patch Manager to take on patches included in the ``RejectedPackages`` list. - **ALLOW_AS_DEPENDENCY** - *Linux and macOS* : A package in the rejected patches list is installed only if it is a dependency of another package. It is considered compliant with the patch baseline, and its status is reported as ``INSTALLED_OTHER`` . This is the default action if no option is specified. *Windows Server* : Windows Server doesn't support the concept of package dependencies. If a package in the rejected patches list and already installed on the node, its status is reported as ``INSTALLED_OTHER`` . Any package not already installed on the node is skipped. This is the default action if no option is specified. - **BLOCK** - *All OSs* : Packages in the rejected patches list, and packages that include them as dependencies, aren't installed by Patch Manager under any circumstances. State value assignment for patch compliance: - If a package was installed before it was added to the rejected patches list, or is installed outside of Patch Manager afterward, it's considered noncompliant with the patch baseline and its status is reported as ``INSTALLED_REJECTED`` . - If an update attempts to install a dependency package that is now rejected by the baseline, when previous versions of the package were not rejected, the package being updated is reported as ``MISSING`` for ``SCAN`` operations and as ``FAILED`` for ``INSTALL`` operations. Default: - "ALLOW_AS_DEPENDENCY"
|
|
5275
5417
|
:param sources: Information about the patches to use to update the managed nodes, including target operating systems and source repositories. Applies to Linux managed nodes only.
|
|
5276
5418
|
:param tags: Optional metadata that you assign to a resource. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag a patch baseline to identify the severity level of patches it specifies and the operating system family it applies to.
|
|
5277
5419
|
'''
|
|
@@ -5285,6 +5427,7 @@ class CfnPatchBaseline(
|
|
|
5285
5427
|
approved_patches=approved_patches,
|
|
5286
5428
|
approved_patches_compliance_level=approved_patches_compliance_level,
|
|
5287
5429
|
approved_patches_enable_non_security=approved_patches_enable_non_security,
|
|
5430
|
+
available_security_updates_compliance_status=available_security_updates_compliance_status,
|
|
5288
5431
|
default_baseline=default_baseline,
|
|
5289
5432
|
description=description,
|
|
5290
5433
|
global_filters=global_filters,
|
|
@@ -5342,6 +5485,12 @@ class CfnPatchBaseline(
|
|
|
5342
5485
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
5343
5486
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
5344
5487
|
|
|
5488
|
+
@builtins.property
|
|
5489
|
+
@jsii.member(jsii_name="patchBaselineRef")
|
|
5490
|
+
def patch_baseline_ref(self) -> _PatchBaselineReference_b75c4dc5:
|
|
5491
|
+
'''A reference to a PatchBaseline resource.'''
|
|
5492
|
+
return typing.cast(_PatchBaselineReference_b75c4dc5, jsii.get(self, "patchBaselineRef"))
|
|
5493
|
+
|
|
5345
5494
|
@builtins.property
|
|
5346
5495
|
@jsii.member(jsii_name="tags")
|
|
5347
5496
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -5429,6 +5578,24 @@ class CfnPatchBaseline(
|
|
|
5429
5578
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5430
5579
|
jsii.set(self, "approvedPatchesEnableNonSecurity", value) # pyright: ignore[reportArgumentType]
|
|
5431
5580
|
|
|
5581
|
+
@builtins.property
|
|
5582
|
+
@jsii.member(jsii_name="availableSecurityUpdatesComplianceStatus")
|
|
5583
|
+
def available_security_updates_compliance_status(
|
|
5584
|
+
self,
|
|
5585
|
+
) -> typing.Optional[builtins.str]:
|
|
5586
|
+
'''Indicates the status you want to assign to security patches that are available but not approved because they don't meet the installation criteria specified in the patch baseline.'''
|
|
5587
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "availableSecurityUpdatesComplianceStatus"))
|
|
5588
|
+
|
|
5589
|
+
@available_security_updates_compliance_status.setter
|
|
5590
|
+
def available_security_updates_compliance_status(
|
|
5591
|
+
self,
|
|
5592
|
+
value: typing.Optional[builtins.str],
|
|
5593
|
+
) -> None:
|
|
5594
|
+
if __debug__:
|
|
5595
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b3d22bb7723ec324262f77916922eeca45b414ed52032b18a9facc597e01c7c3)
|
|
5596
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5597
|
+
jsii.set(self, "availableSecurityUpdatesComplianceStatus", value) # pyright: ignore[reportArgumentType]
|
|
5598
|
+
|
|
5432
5599
|
@builtins.property
|
|
5433
5600
|
@jsii.member(jsii_name="defaultBaseline")
|
|
5434
5601
|
def default_baseline(
|
|
@@ -5725,7 +5892,7 @@ class CfnPatchBaseline(
|
|
|
5725
5892
|
|
|
5726
5893
|
The AWS CloudFormation ``AWS::SSM::PatchSource`` resource is used to provide information about the patches to use to update target instances, including target operating systems and source repository. Applies to Linux managed nodes only.
|
|
5727
5894
|
|
|
5728
|
-
:param configuration: The value of the
|
|
5895
|
+
:param configuration: The value of the repo configuration. *Example for yum repositories* ``[main]`` ``name=MyCustomRepository`` ``baseurl=https://my-custom-repository`` ``enabled=1`` For information about other options available for your yum repository configuration, see `dnf.conf(5) <https://docs.aws.amazon.com/https://man7.org/linux/man-pages/man5/dnf.conf.5.html>`_ on the *man7.org* website. *Examples for Ubuntu Server and Debian Server* ``deb http://security.ubuntu.com/ubuntu jammy main`` ``deb https://site.example.com/debian distribution component1 component2 component3`` Repo information for Ubuntu Server repositories must be specifed in a single line. For more examples and information, see `jammy (5) sources.list.5.gz <https://docs.aws.amazon.com/https://manpages.ubuntu.com/manpages/jammy/man5/sources.list.5.html>`_ on the *Ubuntu Server Manuals* website and `sources.list format <https://docs.aws.amazon.com/https://wiki.debian.org/SourcesList#sources.list_format>`_ on the *Debian Wiki* .
|
|
5729
5896
|
:param name: The name specified to identify the patch source.
|
|
5730
5897
|
:param products: The specific operating system versions a patch repository applies to, such as "Ubuntu16.04", "RedhatEnterpriseLinux7.2" or "Suse12.7". For lists of supported product values, see `PatchFilter <https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_PatchFilter.html>`_ in the *AWS Systems Manager API Reference* .
|
|
5731
5898
|
|
|
@@ -5759,7 +5926,9 @@ class CfnPatchBaseline(
|
|
|
5759
5926
|
|
|
5760
5927
|
@builtins.property
|
|
5761
5928
|
def configuration(self) -> typing.Optional[builtins.str]:
|
|
5762
|
-
'''The value of the
|
|
5929
|
+
'''The value of the repo configuration.
|
|
5930
|
+
|
|
5931
|
+
*Example for yum repositories*
|
|
5763
5932
|
|
|
5764
5933
|
``[main]``
|
|
5765
5934
|
|
|
@@ -5768,9 +5937,16 @@ class CfnPatchBaseline(
|
|
|
5768
5937
|
``baseurl=https://my-custom-repository``
|
|
5769
5938
|
|
|
5770
5939
|
``enabled=1``
|
|
5771
|
-
.. epigraph::
|
|
5772
5940
|
|
|
5773
|
-
|
|
5941
|
+
For information about other options available for your yum repository configuration, see `dnf.conf(5) <https://docs.aws.amazon.com/https://man7.org/linux/man-pages/man5/dnf.conf.5.html>`_ on the *man7.org* website.
|
|
5942
|
+
|
|
5943
|
+
*Examples for Ubuntu Server and Debian Server*
|
|
5944
|
+
|
|
5945
|
+
``deb http://security.ubuntu.com/ubuntu jammy main``
|
|
5946
|
+
|
|
5947
|
+
``deb https://site.example.com/debian distribution component1 component2 component3``
|
|
5948
|
+
|
|
5949
|
+
Repo information for Ubuntu Server repositories must be specifed in a single line. For more examples and information, see `jammy (5) sources.list.5.gz <https://docs.aws.amazon.com/https://manpages.ubuntu.com/manpages/jammy/man5/sources.list.5.html>`_ on the *Ubuntu Server Manuals* website and `sources.list format <https://docs.aws.amazon.com/https://wiki.debian.org/SourcesList#sources.list_format>`_ on the *Debian Wiki* .
|
|
5774
5950
|
|
|
5775
5951
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-patchbaseline-patchsource.html#cfn-ssm-patchbaseline-patchsource-configuration
|
|
5776
5952
|
'''
|
|
@@ -5901,8 +6077,8 @@ class CfnPatchBaseline(
|
|
|
5901
6077
|
|
|
5902
6078
|
The ``PatchRules`` property of the `RuleGroup <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-patchbaseline-rulegroup.html>`_ property type contains a list of ``Rule`` property types.
|
|
5903
6079
|
|
|
5904
|
-
:param approve_after_days: The number of days after the release date of each patch matched by the rule that the patch is marked as approved in the patch baseline. For example, a value of ``7`` means that patches are approved seven days after they are released. This parameter is marked as ``Required: No`` , but your request must include a value for either ``ApproveAfterDays`` or ``ApproveUntilDate`` . Not supported for Debian Server or Ubuntu Server. .. epigraph:: Use caution when setting this value for Windows Server patch baselines. Because patch updates that are replaced by later updates are removed, setting too broad a value for this parameter can result in crucial patches not being installed. For more information, see the *Windows Server* tab in the topic `How security patches are selected <https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-selecting-patches.html>`_ in the *AWS Systems Manager User Guide* .
|
|
5905
|
-
:param approve_until_date: The cutoff date for auto approval of released patches. Any patches released on or before this date are installed automatically. Enter dates in the format ``YYYY-MM-DD`` . For example, ``
|
|
6080
|
+
:param approve_after_days: The number of days after the release date of each patch matched by the rule that the patch is marked as approved in the patch baseline. For example, a value of ``7`` means that patches are approved seven days after they are released. Patch Manager evaluates patch release dates using Coordinated Universal Time (UTC). If the day represented by ``7`` is ``2025-11-16`` , patches released between ``2025-11-16T00:00:00Z`` and ``2025-11-16T23:59:59Z`` will be included in the approval. This parameter is marked as ``Required: No`` , but your request must include a value for either ``ApproveAfterDays`` or ``ApproveUntilDate`` . Not supported for Debian Server or Ubuntu Server. .. epigraph:: Use caution when setting this value for Windows Server patch baselines. Because patch updates that are replaced by later updates are removed, setting too broad a value for this parameter can result in crucial patches not being installed. For more information, see the *Windows Server* tab in the topic `How security patches are selected <https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-selecting-patches.html>`_ in the *AWS Systems Manager User Guide* .
|
|
6081
|
+
:param approve_until_date: The cutoff date for auto approval of released patches. Any patches released on or before this date are installed automatically. Enter dates in the format ``YYYY-MM-DD`` . For example, ``2025-11-16`` . Patch Manager evaluates patch release dates using Coordinated Universal Time (UTC). If you enter the date ``2025-11-16`` , patches released between ``2025-11-16T00:00:00Z`` and ``2025-11-16T23:59:59Z`` will be included in the approval. This parameter is marked as ``Required: No`` , but your request must include a value for either ``ApproveUntilDate`` or ``ApproveAfterDays`` . Not supported for Debian Server or Ubuntu Server. .. epigraph:: Use caution when setting this value for Windows Server patch baselines. Because patch updates that are replaced by later updates are removed, setting too broad a value for this parameter can result in crucial patches not being installed. For more information, see the *Windows Server* tab in the topic `How security patches are selected <https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-selecting-patches.html>`_ in the *AWS Systems Manager User Guide* .
|
|
5906
6082
|
:param compliance_level: A compliance severity level for all approved patches in a patch baseline. Valid compliance severity levels include the following: ``UNSPECIFIED`` , ``CRITICAL`` , ``HIGH`` , ``MEDIUM`` , ``LOW`` , and ``INFORMATIONAL`` .
|
|
5907
6083
|
:param enable_non_security: For managed nodes identified by the approval rule filters, enables a patch baseline to apply non-security updates available in the specified repository. The default value is ``false`` . Applies to Linux managed nodes only. Default: - false
|
|
5908
6084
|
:param patch_filter_group: The patch filter group that defines the criteria for the rule.
|
|
@@ -5954,6 +6130,8 @@ class CfnPatchBaseline(
|
|
|
5954
6130
|
|
|
5955
6131
|
For example, a value of ``7`` means that patches are approved seven days after they are released.
|
|
5956
6132
|
|
|
6133
|
+
Patch Manager evaluates patch release dates using Coordinated Universal Time (UTC). If the day represented by ``7`` is ``2025-11-16`` , patches released between ``2025-11-16T00:00:00Z`` and ``2025-11-16T23:59:59Z`` will be included in the approval.
|
|
6134
|
+
|
|
5957
6135
|
This parameter is marked as ``Required: No`` , but your request must include a value for either ``ApproveAfterDays`` or ``ApproveUntilDate`` .
|
|
5958
6136
|
|
|
5959
6137
|
Not supported for Debian Server or Ubuntu Server.
|
|
@@ -5972,7 +6150,9 @@ class CfnPatchBaseline(
|
|
|
5972
6150
|
|
|
5973
6151
|
Any patches released on or before this date are installed automatically.
|
|
5974
6152
|
|
|
5975
|
-
Enter dates in the format ``YYYY-MM-DD`` . For example, ``
|
|
6153
|
+
Enter dates in the format ``YYYY-MM-DD`` . For example, ``2025-11-16`` .
|
|
6154
|
+
|
|
6155
|
+
Patch Manager evaluates patch release dates using Coordinated Universal Time (UTC). If you enter the date ``2025-11-16`` , patches released between ``2025-11-16T00:00:00Z`` and ``2025-11-16T23:59:59Z`` will be included in the approval.
|
|
5976
6156
|
|
|
5977
6157
|
This parameter is marked as ``Required: No`` , but your request must include a value for either ``ApproveUntilDate`` or ``ApproveAfterDays`` .
|
|
5978
6158
|
|
|
@@ -6044,6 +6224,7 @@ class CfnPatchBaseline(
|
|
|
6044
6224
|
"approved_patches": "approvedPatches",
|
|
6045
6225
|
"approved_patches_compliance_level": "approvedPatchesComplianceLevel",
|
|
6046
6226
|
"approved_patches_enable_non_security": "approvedPatchesEnableNonSecurity",
|
|
6227
|
+
"available_security_updates_compliance_status": "availableSecurityUpdatesComplianceStatus",
|
|
6047
6228
|
"default_baseline": "defaultBaseline",
|
|
6048
6229
|
"description": "description",
|
|
6049
6230
|
"global_filters": "globalFilters",
|
|
@@ -6064,6 +6245,7 @@ class CfnPatchBaselineProps:
|
|
|
6064
6245
|
approved_patches: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
6065
6246
|
approved_patches_compliance_level: typing.Optional[builtins.str] = None,
|
|
6066
6247
|
approved_patches_enable_non_security: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
6248
|
+
available_security_updates_compliance_status: typing.Optional[builtins.str] = None,
|
|
6067
6249
|
default_baseline: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
6068
6250
|
description: typing.Optional[builtins.str] = None,
|
|
6069
6251
|
global_filters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnPatchBaseline.PatchFilterGroupProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -6081,13 +6263,14 @@ class CfnPatchBaselineProps:
|
|
|
6081
6263
|
:param approved_patches: A list of explicitly approved patches for the baseline. For information about accepted formats for lists of approved patches and rejected patches, see `Package name formats for approved and rejected patch lists <https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html>`_ in the *AWS Systems Manager User Guide* .
|
|
6082
6264
|
:param approved_patches_compliance_level: Defines the compliance level for approved patches. When an approved patch is reported as missing, this value describes the severity of the compliance violation. The default value is ``UNSPECIFIED`` . Default: - "UNSPECIFIED"
|
|
6083
6265
|
:param approved_patches_enable_non_security: Indicates whether the list of approved patches includes non-security updates that should be applied to the managed nodes. The default value is ``false`` . Applies to Linux managed nodes only. Default: - false
|
|
6266
|
+
:param available_security_updates_compliance_status: Indicates the status you want to assign to security patches that are available but not approved because they don't meet the installation criteria specified in the patch baseline. Example scenario: Security patches that you might want installed can be skipped if you have specified a long period to wait after a patch is released before installation. If an update to the patch is released during your specified waiting period, the waiting period for installing the patch starts over. If the waiting period is too long, multiple versions of the patch could be released but never installed. Supported for Windows Server managed nodes only.
|
|
6084
6267
|
:param default_baseline: Indicates whether this is the default baseline. AWS Systems Manager supports creating multiple default patch baselines. For example, you can create a default patch baseline for each operating system. Default: - false
|
|
6085
6268
|
:param description: A description of the patch baseline.
|
|
6086
6269
|
:param global_filters: A set of global filters used to include patches in the baseline. .. epigraph:: The ``GlobalFilters`` parameter can be configured only by using the AWS CLI or an AWS SDK. It can't be configured from the Patch Manager console, and its value isn't displayed in the console.
|
|
6087
6270
|
:param operating_system: Defines the operating system the patch baseline applies to. The default value is ``WINDOWS`` . Default: - "WINDOWS"
|
|
6088
6271
|
:param patch_groups: The name of the patch group to be registered with the patch baseline.
|
|
6089
6272
|
:param rejected_patches: A list of explicitly rejected patches for the baseline. For information about accepted formats for lists of approved patches and rejected patches, see `Package name formats for approved and rejected patch lists <https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html>`_ in the *AWS Systems Manager User Guide* .
|
|
6090
|
-
:param rejected_patches_action: The action for Patch Manager to take on patches included in the ``RejectedPackages`` list. - **ALLOW_AS_DEPENDENCY** - *Linux and macOS* : A package in the rejected patches list is installed only if it is a dependency of another package. It is considered compliant with the patch baseline, and its status is reported as ``INSTALLED_OTHER`` . This is the default action if no option is specified. *Windows Server* : Windows Server doesn't support the concept of package dependencies. If a package in the rejected patches list and already installed on the node, its status is reported as ``INSTALLED_OTHER`` . Any package not already installed on the node is skipped. This is the default action if no option is specified. - **BLOCK** - *All OSs* : Packages in the rejected patches list, and packages that include them as dependencies, aren't installed by Patch Manager under any circumstances. If a package was installed before it was added to the rejected patches list, or is installed outside of Patch Manager afterward, it's considered noncompliant with the patch baseline and its status is reported as ``INSTALLED_REJECTED`` . Default: - "ALLOW_AS_DEPENDENCY"
|
|
6273
|
+
:param rejected_patches_action: The action for Patch Manager to take on patches included in the ``RejectedPackages`` list. - **ALLOW_AS_DEPENDENCY** - *Linux and macOS* : A package in the rejected patches list is installed only if it is a dependency of another package. It is considered compliant with the patch baseline, and its status is reported as ``INSTALLED_OTHER`` . This is the default action if no option is specified. *Windows Server* : Windows Server doesn't support the concept of package dependencies. If a package in the rejected patches list and already installed on the node, its status is reported as ``INSTALLED_OTHER`` . Any package not already installed on the node is skipped. This is the default action if no option is specified. - **BLOCK** - *All OSs* : Packages in the rejected patches list, and packages that include them as dependencies, aren't installed by Patch Manager under any circumstances. State value assignment for patch compliance: - If a package was installed before it was added to the rejected patches list, or is installed outside of Patch Manager afterward, it's considered noncompliant with the patch baseline and its status is reported as ``INSTALLED_REJECTED`` . - If an update attempts to install a dependency package that is now rejected by the baseline, when previous versions of the package were not rejected, the package being updated is reported as ``MISSING`` for ``SCAN`` operations and as ``FAILED`` for ``INSTALL`` operations. Default: - "ALLOW_AS_DEPENDENCY"
|
|
6091
6274
|
:param sources: Information about the patches to use to update the managed nodes, including target operating systems and source repositories. Applies to Linux managed nodes only.
|
|
6092
6275
|
:param tags: Optional metadata that you assign to a resource. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag a patch baseline to identify the severity level of patches it specifies and the operating system family it applies to.
|
|
6093
6276
|
|
|
@@ -6121,6 +6304,7 @@ class CfnPatchBaselineProps:
|
|
|
6121
6304
|
approved_patches=["approvedPatches"],
|
|
6122
6305
|
approved_patches_compliance_level="approvedPatchesComplianceLevel",
|
|
6123
6306
|
approved_patches_enable_non_security=False,
|
|
6307
|
+
available_security_updates_compliance_status="availableSecurityUpdatesComplianceStatus",
|
|
6124
6308
|
default_baseline=False,
|
|
6125
6309
|
description="description",
|
|
6126
6310
|
global_filters=ssm.CfnPatchBaseline.PatchFilterGroupProperty(
|
|
@@ -6151,6 +6335,7 @@ class CfnPatchBaselineProps:
|
|
|
6151
6335
|
check_type(argname="argument approved_patches", value=approved_patches, expected_type=type_hints["approved_patches"])
|
|
6152
6336
|
check_type(argname="argument approved_patches_compliance_level", value=approved_patches_compliance_level, expected_type=type_hints["approved_patches_compliance_level"])
|
|
6153
6337
|
check_type(argname="argument approved_patches_enable_non_security", value=approved_patches_enable_non_security, expected_type=type_hints["approved_patches_enable_non_security"])
|
|
6338
|
+
check_type(argname="argument available_security_updates_compliance_status", value=available_security_updates_compliance_status, expected_type=type_hints["available_security_updates_compliance_status"])
|
|
6154
6339
|
check_type(argname="argument default_baseline", value=default_baseline, expected_type=type_hints["default_baseline"])
|
|
6155
6340
|
check_type(argname="argument description", value=description, expected_type=type_hints["description"])
|
|
6156
6341
|
check_type(argname="argument global_filters", value=global_filters, expected_type=type_hints["global_filters"])
|
|
@@ -6171,6 +6356,8 @@ class CfnPatchBaselineProps:
|
|
|
6171
6356
|
self._values["approved_patches_compliance_level"] = approved_patches_compliance_level
|
|
6172
6357
|
if approved_patches_enable_non_security is not None:
|
|
6173
6358
|
self._values["approved_patches_enable_non_security"] = approved_patches_enable_non_security
|
|
6359
|
+
if available_security_updates_compliance_status is not None:
|
|
6360
|
+
self._values["available_security_updates_compliance_status"] = available_security_updates_compliance_status
|
|
6174
6361
|
if default_baseline is not None:
|
|
6175
6362
|
self._values["default_baseline"] = default_baseline
|
|
6176
6363
|
if description is not None:
|
|
@@ -6250,6 +6437,21 @@ class CfnPatchBaselineProps:
|
|
|
6250
6437
|
result = self._values.get("approved_patches_enable_non_security")
|
|
6251
6438
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
|
|
6252
6439
|
|
|
6440
|
+
@builtins.property
|
|
6441
|
+
def available_security_updates_compliance_status(
|
|
6442
|
+
self,
|
|
6443
|
+
) -> typing.Optional[builtins.str]:
|
|
6444
|
+
'''Indicates the status you want to assign to security patches that are available but not approved because they don't meet the installation criteria specified in the patch baseline.
|
|
6445
|
+
|
|
6446
|
+
Example scenario: Security patches that you might want installed can be skipped if you have specified a long period to wait after a patch is released before installation. If an update to the patch is released during your specified waiting period, the waiting period for installing the patch starts over. If the waiting period is too long, multiple versions of the patch could be released but never installed.
|
|
6447
|
+
|
|
6448
|
+
Supported for Windows Server managed nodes only.
|
|
6449
|
+
|
|
6450
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-availablesecurityupdatescompliancestatus
|
|
6451
|
+
'''
|
|
6452
|
+
result = self._values.get("available_security_updates_compliance_status")
|
|
6453
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
6454
|
+
|
|
6253
6455
|
@builtins.property
|
|
6254
6456
|
def default_baseline(
|
|
6255
6457
|
self,
|
|
@@ -6330,7 +6532,12 @@ class CfnPatchBaselineProps:
|
|
|
6330
6532
|
|
|
6331
6533
|
*Windows Server* : Windows Server doesn't support the concept of package dependencies. If a package in the rejected patches list and already installed on the node, its status is reported as ``INSTALLED_OTHER`` . Any package not already installed on the node is skipped. This is the default action if no option is specified.
|
|
6332
6534
|
|
|
6333
|
-
- **BLOCK** - *All OSs* : Packages in the rejected patches list, and packages that include them as dependencies, aren't installed by Patch Manager under any circumstances.
|
|
6535
|
+
- **BLOCK** - *All OSs* : Packages in the rejected patches list, and packages that include them as dependencies, aren't installed by Patch Manager under any circumstances.
|
|
6536
|
+
|
|
6537
|
+
State value assignment for patch compliance:
|
|
6538
|
+
|
|
6539
|
+
- If a package was installed before it was added to the rejected patches list, or is installed outside of Patch Manager afterward, it's considered noncompliant with the patch baseline and its status is reported as ``INSTALLED_REJECTED`` .
|
|
6540
|
+
- If an update attempts to install a dependency package that is now rejected by the baseline, when previous versions of the package were not rejected, the package being updated is reported as ``MISSING`` for ``SCAN`` operations and as ``FAILED`` for ``INSTALL`` operations.
|
|
6334
6541
|
|
|
6335
6542
|
:default: - "ALLOW_AS_DEPENDENCY"
|
|
6336
6543
|
|
|
@@ -6375,7 +6582,7 @@ class CfnPatchBaselineProps:
|
|
|
6375
6582
|
)
|
|
6376
6583
|
|
|
6377
6584
|
|
|
6378
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
6585
|
+
@jsii.implements(_IInspectable_c2943556, _IResourceDataSyncRef_e153aa7a)
|
|
6379
6586
|
class CfnResourceDataSync(
|
|
6380
6587
|
_CfnResource_9df397a6,
|
|
6381
6588
|
metaclass=jsii.JSIIMeta,
|
|
@@ -6458,7 +6665,8 @@ class CfnResourceDataSync(
|
|
|
6458
6665
|
sync_source: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnResourceDataSync.SyncSourceProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6459
6666
|
sync_type: typing.Optional[builtins.str] = None,
|
|
6460
6667
|
) -> None:
|
|
6461
|
-
'''
|
|
6668
|
+
'''Create a new ``AWS::SSM::ResourceDataSync``.
|
|
6669
|
+
|
|
6462
6670
|
:param scope: Scope in which this resource is defined.
|
|
6463
6671
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
6464
6672
|
:param sync_name: A name for the resource data sync.
|
|
@@ -6489,6 +6697,27 @@ class CfnResourceDataSync(
|
|
|
6489
6697
|
|
|
6490
6698
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
6491
6699
|
|
|
6700
|
+
@jsii.member(jsii_name="fromSyncName")
|
|
6701
|
+
@builtins.classmethod
|
|
6702
|
+
def from_sync_name(
|
|
6703
|
+
cls,
|
|
6704
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6705
|
+
id: builtins.str,
|
|
6706
|
+
sync_name: builtins.str,
|
|
6707
|
+
) -> _IResourceDataSyncRef_e153aa7a:
|
|
6708
|
+
'''Creates a new IResourceDataSyncRef from a syncName.
|
|
6709
|
+
|
|
6710
|
+
:param scope: -
|
|
6711
|
+
:param id: -
|
|
6712
|
+
:param sync_name: -
|
|
6713
|
+
'''
|
|
6714
|
+
if __debug__:
|
|
6715
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8cedf0c69b18eabda62c763c9450657c3f2ff5e3fd11df7e4494672287104d75)
|
|
6716
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
6717
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
6718
|
+
check_type(argname="argument sync_name", value=sync_name, expected_type=type_hints["sync_name"])
|
|
6719
|
+
return typing.cast(_IResourceDataSyncRef_e153aa7a, jsii.sinvoke(cls, "fromSyncName", [scope, id, sync_name]))
|
|
6720
|
+
|
|
6492
6721
|
@jsii.member(jsii_name="inspect")
|
|
6493
6722
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
6494
6723
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -6532,6 +6761,12 @@ class CfnResourceDataSync(
|
|
|
6532
6761
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
6533
6762
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
6534
6763
|
|
|
6764
|
+
@builtins.property
|
|
6765
|
+
@jsii.member(jsii_name="resourceDataSyncRef")
|
|
6766
|
+
def resource_data_sync_ref(self) -> _ResourceDataSyncReference_a81c599c:
|
|
6767
|
+
'''A reference to a ResourceDataSync resource.'''
|
|
6768
|
+
return typing.cast(_ResourceDataSyncReference_a81c599c, jsii.get(self, "resourceDataSyncRef"))
|
|
6769
|
+
|
|
6535
6770
|
@builtins.property
|
|
6536
6771
|
@jsii.member(jsii_name="syncName")
|
|
6537
6772
|
def sync_name(self) -> builtins.str:
|
|
@@ -7208,7 +7443,7 @@ class CfnResourceDataSyncProps:
|
|
|
7208
7443
|
)
|
|
7209
7444
|
|
|
7210
7445
|
|
|
7211
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
7446
|
+
@jsii.implements(_IInspectable_c2943556, _IResourcePolicyRef_8068eedb)
|
|
7212
7447
|
class CfnResourcePolicy(
|
|
7213
7448
|
_CfnResource_9df397a6,
|
|
7214
7449
|
metaclass=jsii.JSIIMeta,
|
|
@@ -7244,7 +7479,8 @@ class CfnResourcePolicy(
|
|
|
7244
7479
|
policy: typing.Any,
|
|
7245
7480
|
resource_arn: builtins.str,
|
|
7246
7481
|
) -> None:
|
|
7247
|
-
'''
|
|
7482
|
+
'''Create a new ``AWS::SSM::ResourcePolicy``.
|
|
7483
|
+
|
|
7248
7484
|
:param scope: Scope in which this resource is defined.
|
|
7249
7485
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
7250
7486
|
:param policy: A policy you want to associate with a resource.
|
|
@@ -7313,6 +7549,12 @@ class CfnResourcePolicy(
|
|
|
7313
7549
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
7314
7550
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
7315
7551
|
|
|
7552
|
+
@builtins.property
|
|
7553
|
+
@jsii.member(jsii_name="resourcePolicyRef")
|
|
7554
|
+
def resource_policy_ref(self) -> _ResourcePolicyReference_937b9005:
|
|
7555
|
+
'''A reference to a ResourcePolicy resource.'''
|
|
7556
|
+
return typing.cast(_ResourcePolicyReference_937b9005, jsii.get(self, "resourcePolicyRef"))
|
|
7557
|
+
|
|
7316
7558
|
@builtins.property
|
|
7317
7559
|
@jsii.member(jsii_name="policy")
|
|
7318
7560
|
def policy(self) -> typing.Any:
|
|
@@ -8834,6 +9076,8 @@ class StringParameter(
|
|
|
8834
9076
|
scope: _constructs_77d1e7e8.Construct,
|
|
8835
9077
|
parameter_name: builtins.str,
|
|
8836
9078
|
default_value: typing.Optional[builtins.str] = None,
|
|
9079
|
+
*,
|
|
9080
|
+
additional_cache_key: typing.Optional[builtins.str] = None,
|
|
8837
9081
|
) -> builtins.str:
|
|
8838
9082
|
'''Reads the value of an SSM parameter during synthesis through an environmental context provider.
|
|
8839
9083
|
|
|
@@ -8847,13 +9091,18 @@ class StringParameter(
|
|
|
8847
9091
|
:param scope: -
|
|
8848
9092
|
:param parameter_name: -
|
|
8849
9093
|
:param default_value: -
|
|
9094
|
+
:param additional_cache_key: Adds an additional discriminator to the ``cdk.context.json`` cache key. Default: - no additional cache key
|
|
8850
9095
|
'''
|
|
8851
9096
|
if __debug__:
|
|
8852
9097
|
type_hints = typing.get_type_hints(_typecheckingstub__352ba5506c7762dcb469028a7b0515dc3daed2b43c5a8ff339ed16372f650250)
|
|
8853
9098
|
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
8854
9099
|
check_type(argname="argument parameter_name", value=parameter_name, expected_type=type_hints["parameter_name"])
|
|
8855
9100
|
check_type(argname="argument default_value", value=default_value, expected_type=type_hints["default_value"])
|
|
8856
|
-
|
|
9101
|
+
options = StringParameterLookupOptions(
|
|
9102
|
+
additional_cache_key=additional_cache_key
|
|
9103
|
+
)
|
|
9104
|
+
|
|
9105
|
+
return typing.cast(builtins.str, jsii.sinvoke(cls, "valueFromLookup", [scope, parameter_name, default_value, options]))
|
|
8857
9106
|
|
|
8858
9107
|
@jsii.member(jsii_name="grantRead")
|
|
8859
9108
|
def grant_read(self, grantee: _IGrantable_71c4f5de) -> _Grant_a7ae64f8:
|
|
@@ -9100,6 +9349,55 @@ class StringParameterAttributes(CommonStringParameterAttributes):
|
|
|
9100
9349
|
)
|
|
9101
9350
|
|
|
9102
9351
|
|
|
9352
|
+
@jsii.data_type(
|
|
9353
|
+
jsii_type="aws-cdk-lib.aws_ssm.StringParameterLookupOptions",
|
|
9354
|
+
jsii_struct_bases=[],
|
|
9355
|
+
name_mapping={"additional_cache_key": "additionalCacheKey"},
|
|
9356
|
+
)
|
|
9357
|
+
class StringParameterLookupOptions:
|
|
9358
|
+
def __init__(
|
|
9359
|
+
self,
|
|
9360
|
+
*,
|
|
9361
|
+
additional_cache_key: typing.Optional[builtins.str] = None,
|
|
9362
|
+
) -> None:
|
|
9363
|
+
'''Additional properties for looking up an existing StringParameter.
|
|
9364
|
+
|
|
9365
|
+
:param additional_cache_key: Adds an additional discriminator to the ``cdk.context.json`` cache key. Default: - no additional cache key
|
|
9366
|
+
|
|
9367
|
+
:exampleMetadata: infused
|
|
9368
|
+
|
|
9369
|
+
Example::
|
|
9370
|
+
|
|
9371
|
+
string_value = ssm.StringParameter.value_from_lookup(self, "/My/Public/Parameter", undefined, additional_cache_key=self.node.path)
|
|
9372
|
+
'''
|
|
9373
|
+
if __debug__:
|
|
9374
|
+
type_hints = typing.get_type_hints(_typecheckingstub__0b618e024c5c8f9f30e5674f96c195555764789c667bad41049a169d5d6af1d3)
|
|
9375
|
+
check_type(argname="argument additional_cache_key", value=additional_cache_key, expected_type=type_hints["additional_cache_key"])
|
|
9376
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
9377
|
+
if additional_cache_key is not None:
|
|
9378
|
+
self._values["additional_cache_key"] = additional_cache_key
|
|
9379
|
+
|
|
9380
|
+
@builtins.property
|
|
9381
|
+
def additional_cache_key(self) -> typing.Optional[builtins.str]:
|
|
9382
|
+
'''Adds an additional discriminator to the ``cdk.context.json`` cache key.
|
|
9383
|
+
|
|
9384
|
+
:default: - no additional cache key
|
|
9385
|
+
'''
|
|
9386
|
+
result = self._values.get("additional_cache_key")
|
|
9387
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
9388
|
+
|
|
9389
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
9390
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
9391
|
+
|
|
9392
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
9393
|
+
return not (rhs == self)
|
|
9394
|
+
|
|
9395
|
+
def __repr__(self) -> str:
|
|
9396
|
+
return "StringParameterLookupOptions(%s)" % ", ".join(
|
|
9397
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
9398
|
+
)
|
|
9399
|
+
|
|
9400
|
+
|
|
9103
9401
|
@jsii.data_type(
|
|
9104
9402
|
jsii_type="aws-cdk-lib.aws_ssm.StringParameterProps",
|
|
9105
9403
|
jsii_struct_bases=[ParameterOptions],
|
|
@@ -9327,6 +9625,7 @@ __all__ = [
|
|
|
9327
9625
|
"StringListParameterProps",
|
|
9328
9626
|
"StringParameter",
|
|
9329
9627
|
"StringParameterAttributes",
|
|
9628
|
+
"StringParameterLookupOptions",
|
|
9330
9629
|
"StringParameterProps",
|
|
9331
9630
|
]
|
|
9332
9631
|
|
|
@@ -9357,6 +9656,14 @@ def _typecheckingstub__92579425f735301e17a993e7df464a283a7d42ba685c2d4205cf945db
|
|
|
9357
9656
|
"""Type checking stubs"""
|
|
9358
9657
|
pass
|
|
9359
9658
|
|
|
9659
|
+
def _typecheckingstub__b2a4e2f6f1ad5f1b777c7a5fcb533625aa60df723d920b56a3738329f8b631cb(
|
|
9660
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9661
|
+
id: builtins.str,
|
|
9662
|
+
association_id: builtins.str,
|
|
9663
|
+
) -> None:
|
|
9664
|
+
"""Type checking stubs"""
|
|
9665
|
+
pass
|
|
9666
|
+
|
|
9360
9667
|
def _typecheckingstub__04dced959ace7c06e46713696a2e0111696820a92076dddbfb0d4e73ef74ff78(
|
|
9361
9668
|
inspector: _TreeInspector_488e0dd5,
|
|
9362
9669
|
) -> None:
|
|
@@ -9536,6 +9843,14 @@ def _typecheckingstub__4d0587e99b7ec516726ff27f1c34b1714d8645ad06944d59be27a6125
|
|
|
9536
9843
|
"""Type checking stubs"""
|
|
9537
9844
|
pass
|
|
9538
9845
|
|
|
9846
|
+
def _typecheckingstub__0c67b192e3e153596beb12dc7520f7cbf677768f2e862aa4d968b306611aea53(
|
|
9847
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9848
|
+
id: builtins.str,
|
|
9849
|
+
document_name: builtins.str,
|
|
9850
|
+
) -> None:
|
|
9851
|
+
"""Type checking stubs"""
|
|
9852
|
+
pass
|
|
9853
|
+
|
|
9539
9854
|
def _typecheckingstub__e943c2273ff892e2fdd4d583a1890854bb12dbd590854b62347e2fa9562d5a14(
|
|
9540
9855
|
inspector: _TreeInspector_488e0dd5,
|
|
9541
9856
|
) -> None:
|
|
@@ -10168,6 +10483,7 @@ def _typecheckingstub__5b87565e6649bbe5a503013adf6ae874b3dc918c05cd6b120b99a77e8
|
|
|
10168
10483
|
approved_patches: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
10169
10484
|
approved_patches_compliance_level: typing.Optional[builtins.str] = None,
|
|
10170
10485
|
approved_patches_enable_non_security: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
10486
|
+
available_security_updates_compliance_status: typing.Optional[builtins.str] = None,
|
|
10171
10487
|
default_baseline: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
10172
10488
|
description: typing.Optional[builtins.str] = None,
|
|
10173
10489
|
global_filters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnPatchBaseline.PatchFilterGroupProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -10223,6 +10539,12 @@ def _typecheckingstub__596ca4adbe9b66ae96ac84884c609e25720aab40b7f9d665e6ea16808
|
|
|
10223
10539
|
"""Type checking stubs"""
|
|
10224
10540
|
pass
|
|
10225
10541
|
|
|
10542
|
+
def _typecheckingstub__b3d22bb7723ec324262f77916922eeca45b414ed52032b18a9facc597e01c7c3(
|
|
10543
|
+
value: typing.Optional[builtins.str],
|
|
10544
|
+
) -> None:
|
|
10545
|
+
"""Type checking stubs"""
|
|
10546
|
+
pass
|
|
10547
|
+
|
|
10226
10548
|
def _typecheckingstub__a82f38addd776fccd7d2225bc356d9a6e4dc42b938cbf56c083c34cd4994c239(
|
|
10227
10549
|
value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
|
|
10228
10550
|
) -> None:
|
|
@@ -10326,6 +10648,7 @@ def _typecheckingstub__ff6666a30d275f2a85d64de631c940fb83198b8b5a376b87a3a684f4a
|
|
|
10326
10648
|
approved_patches: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
10327
10649
|
approved_patches_compliance_level: typing.Optional[builtins.str] = None,
|
|
10328
10650
|
approved_patches_enable_non_security: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
10651
|
+
available_security_updates_compliance_status: typing.Optional[builtins.str] = None,
|
|
10329
10652
|
default_baseline: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
10330
10653
|
description: typing.Optional[builtins.str] = None,
|
|
10331
10654
|
global_filters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnPatchBaseline.PatchFilterGroupProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -10356,6 +10679,14 @@ def _typecheckingstub__c8a24f4d86cad49691c9635278face17e76a24ad5a69daef9687e1e2d
|
|
|
10356
10679
|
"""Type checking stubs"""
|
|
10357
10680
|
pass
|
|
10358
10681
|
|
|
10682
|
+
def _typecheckingstub__8cedf0c69b18eabda62c763c9450657c3f2ff5e3fd11df7e4494672287104d75(
|
|
10683
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
10684
|
+
id: builtins.str,
|
|
10685
|
+
sync_name: builtins.str,
|
|
10686
|
+
) -> None:
|
|
10687
|
+
"""Type checking stubs"""
|
|
10688
|
+
pass
|
|
10689
|
+
|
|
10359
10690
|
def _typecheckingstub__23f6022ac7efc29929aa079bf79384c8ac5f0ba1718316a5dd4e06c591b9203d(
|
|
10360
10691
|
inspector: _TreeInspector_488e0dd5,
|
|
10361
10692
|
) -> None:
|
|
@@ -10722,6 +11053,8 @@ def _typecheckingstub__352ba5506c7762dcb469028a7b0515dc3daed2b43c5a8ff339ed16372
|
|
|
10722
11053
|
scope: _constructs_77d1e7e8.Construct,
|
|
10723
11054
|
parameter_name: builtins.str,
|
|
10724
11055
|
default_value: typing.Optional[builtins.str] = None,
|
|
11056
|
+
*,
|
|
11057
|
+
additional_cache_key: typing.Optional[builtins.str] = None,
|
|
10725
11058
|
) -> None:
|
|
10726
11059
|
"""Type checking stubs"""
|
|
10727
11060
|
pass
|
|
@@ -10750,6 +11083,13 @@ def _typecheckingstub__045695ee32d353600237b891b14ad138098a0add8ba99199144ee57ef
|
|
|
10750
11083
|
"""Type checking stubs"""
|
|
10751
11084
|
pass
|
|
10752
11085
|
|
|
11086
|
+
def _typecheckingstub__0b618e024c5c8f9f30e5674f96c195555764789c667bad41049a169d5d6af1d3(
|
|
11087
|
+
*,
|
|
11088
|
+
additional_cache_key: typing.Optional[builtins.str] = None,
|
|
11089
|
+
) -> None:
|
|
11090
|
+
"""Type checking stubs"""
|
|
11091
|
+
pass
|
|
11092
|
+
|
|
10753
11093
|
def _typecheckingstub__a14e5cea1d211f374b7c289d526224c03be1f2e91a2a94cbcdf8f1d251335822(
|
|
10754
11094
|
*,
|
|
10755
11095
|
allowed_pattern: typing.Optional[builtins.str] = None,
|
|
@@ -10763,3 +11103,6 @@ def _typecheckingstub__a14e5cea1d211f374b7c289d526224c03be1f2e91a2a94cbcdf8f1d25
|
|
|
10763
11103
|
) -> None:
|
|
10764
11104
|
"""Type checking stubs"""
|
|
10765
11105
|
pass
|
|
11106
|
+
|
|
11107
|
+
for cls in [IParameter, IStringListParameter, IStringParameter]:
|
|
11108
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|