aws-cdk-lib 2.97.0__py3-none-any.whl → 2.98.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 +18 -309
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.97.0.jsii.tgz → aws-cdk-lib@2.98.0.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +1 -0
- aws_cdk/aws_accessanalyzer/__init__.py +1 -0
- aws_cdk/aws_acmpca/__init__.py +4 -0
- aws_cdk/aws_amazonmq/__init__.py +3 -0
- aws_cdk/aws_amplify/__init__.py +3 -0
- aws_cdk/aws_amplifyuibuilder/__init__.py +3 -0
- aws_cdk/aws_apigateway/__init__.py +19 -0
- aws_cdk/aws_apigatewayv2/__init__.py +13 -0
- aws_cdk/aws_appconfig/__init__.py +8 -0
- aws_cdk/aws_appflow/__init__.py +3 -0
- aws_cdk/aws_appintegrations/__init__.py +2 -0
- aws_cdk/aws_applicationautoscaling/__init__.py +47 -69
- aws_cdk/aws_applicationinsights/__init__.py +1 -0
- aws_cdk/aws_appmesh/__init__.py +7 -0
- aws_cdk/aws_apprunner/__init__.py +5 -0
- aws_cdk/aws_appstream/__init__.py +31 -26
- aws_cdk/aws_appsync/__init__.py +10 -0
- aws_cdk/aws_aps/__init__.py +2 -0
- aws_cdk/aws_athena/__init__.py +5 -0
- aws_cdk/aws_auditmanager/__init__.py +1 -0
- aws_cdk/aws_autoscaling/__init__.py +44 -98
- aws_cdk/aws_autoscalingplans/__init__.py +1 -0
- aws_cdk/aws_backup/__init__.py +9 -128
- aws_cdk/aws_backupgateway/__init__.py +1 -0
- aws_cdk/aws_batch/__init__.py +8 -2
- aws_cdk/aws_billingconductor/__init__.py +4 -0
- aws_cdk/aws_budgets/__init__.py +2 -0
- aws_cdk/aws_cassandra/__init__.py +2 -0
- aws_cdk/aws_ce/__init__.py +3 -0
- aws_cdk/aws_certificatemanager/__init__.py +2 -0
- aws_cdk/aws_chatbot/__init__.py +2 -0
- aws_cdk/aws_cleanrooms/__init__.py +5 -0
- aws_cdk/aws_cloud9/__init__.py +1 -0
- aws_cdk/aws_cloudformation/__init__.py +16 -0
- aws_cdk/aws_cloudfront/__init__.py +13 -0
- aws_cdk/aws_cloudtrail/__init__.py +7 -3
- aws_cdk/aws_cloudwatch/__init__.py +6 -0
- aws_cdk/aws_codeartifact/__init__.py +2 -0
- aws_cdk/aws_codebuild/__init__.py +3 -0
- aws_cdk/aws_codecommit/__init__.py +1 -0
- aws_cdk/aws_codedeploy/__init__.py +3 -0
- aws_cdk/aws_codeguruprofiler/__init__.py +1 -0
- aws_cdk/aws_codegurureviewer/__init__.py +1 -0
- aws_cdk/aws_codepipeline/__init__.py +3 -0
- aws_cdk/aws_codestar/__init__.py +1 -0
- aws_cdk/aws_codestarconnections/__init__.py +1 -0
- aws_cdk/aws_codestarnotifications/__init__.py +1 -0
- aws_cdk/aws_cognito/__init__.py +42 -18
- aws_cdk/aws_comprehend/__init__.py +2 -0
- aws_cdk/aws_config/__init__.py +10 -0
- aws_cdk/aws_connect/__init__.py +491 -0
- aws_cdk/aws_connectcampaigns/__init__.py +1 -0
- aws_cdk/aws_controltower/__init__.py +1 -0
- aws_cdk/aws_cur/__init__.py +1 -0
- aws_cdk/aws_customerprofiles/__init__.py +5 -0
- aws_cdk/aws_databrew/__init__.py +6 -0
- aws_cdk/aws_datapipeline/__init__.py +1 -0
- aws_cdk/aws_datasync/__init__.py +14 -0
- aws_cdk/aws_dax/__init__.py +3 -0
- aws_cdk/aws_detective/__init__.py +3 -0
- aws_cdk/aws_devicefarm/__init__.py +6 -0
- aws_cdk/aws_devopsguru/__init__.py +3 -0
- aws_cdk/aws_directoryservice/__init__.py +2 -0
- aws_cdk/aws_dlm/__init__.py +1 -0
- aws_cdk/aws_dms/__init__.py +7 -0
- aws_cdk/aws_docdb/__init__.py +4 -0
- aws_cdk/aws_docdbelastic/__init__.py +1 -0
- aws_cdk/aws_dynamodb/__init__.py +2 -0
- aws_cdk/aws_ec2/__init__.py +109 -14
- aws_cdk/aws_ecr/__init__.py +5 -0
- aws_cdk/aws_ecs/__init__.py +7 -0
- aws_cdk/aws_efs/__init__.py +3 -0
- aws_cdk/aws_eks/__init__.py +5 -0
- aws_cdk/aws_elasticache/__init__.py +9 -0
- aws_cdk/aws_elasticbeanstalk/__init__.py +4 -0
- aws_cdk/aws_elasticloadbalancing/__init__.py +1 -0
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +5 -0
- aws_cdk/aws_elasticsearch/__init__.py +1 -0
- aws_cdk/aws_emr/__init__.py +8 -0
- aws_cdk/aws_emrcontainers/__init__.py +1 -0
- aws_cdk/aws_emrserverless/__init__.py +1 -0
- aws_cdk/aws_entityresolution/__init__.py +2 -0
- aws_cdk/aws_events/__init__.py +37 -32
- aws_cdk/aws_eventschemas/__init__.py +4 -0
- aws_cdk/aws_evidently/__init__.py +5 -0
- aws_cdk/aws_finspace/__init__.py +1 -0
- aws_cdk/aws_fis/__init__.py +1 -0
- aws_cdk/aws_fms/__init__.py +3 -0
- aws_cdk/aws_forecast/__init__.py +2 -0
- aws_cdk/aws_frauddetector/__init__.py +7 -0
- aws_cdk/aws_fsx/__init__.py +5 -0
- aws_cdk/aws_gamelift/__init__.py +9 -0
- aws_cdk/aws_globalaccelerator/__init__.py +3 -0
- aws_cdk/aws_glue/__init__.py +18 -0
- aws_cdk/aws_grafana/__init__.py +1 -0
- aws_cdk/aws_greengrass/__init__.py +16 -0
- aws_cdk/aws_greengrassv2/__init__.py +2 -0
- aws_cdk/aws_groundstation/__init__.py +3 -0
- aws_cdk/aws_guardduty/__init__.py +6 -0
- aws_cdk/aws_healthimaging/__init__.py +382 -0
- aws_cdk/aws_healthlake/__init__.py +1 -0
- aws_cdk/aws_iam/__init__.py +16 -0
- aws_cdk/aws_identitystore/__init__.py +2 -0
- aws_cdk/aws_imagebuilder/__init__.py +7 -0
- aws_cdk/aws_inspector/__init__.py +3 -0
- aws_cdk/aws_inspectorv2/__init__.py +1 -0
- aws_cdk/aws_internetmonitor/__init__.py +1 -0
- aws_cdk/aws_iot/__init__.py +25 -0
- aws_cdk/aws_iot1click/__init__.py +3 -0
- aws_cdk/aws_iotanalytics/__init__.py +4 -0
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +1 -0
- aws_cdk/aws_iotevents/__init__.py +3 -0
- aws_cdk/aws_iotfleethub/__init__.py +1 -0
- aws_cdk/aws_iotfleetwise/__init__.py +6 -0
- aws_cdk/aws_iotsitewise/__init__.py +7 -0
- aws_cdk/aws_iotthingsgraph/__init__.py +1 -0
- aws_cdk/aws_iottwinmaker/__init__.py +5 -0
- aws_cdk/aws_iotwireless/__init__.py +11 -0
- aws_cdk/aws_ivs/__init__.py +4 -0
- aws_cdk/aws_ivschat/__init__.py +2 -0
- aws_cdk/aws_kafkaconnect/__init__.py +1 -0
- aws_cdk/aws_kendra/__init__.py +3 -0
- aws_cdk/aws_kendraranking/__init__.py +1 -0
- aws_cdk/aws_kinesis/__init__.py +2 -0
- aws_cdk/aws_kinesisanalytics/__init__.py +7 -0
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +4 -0
- aws_cdk/aws_kinesisfirehose/__init__.py +1 -0
- aws_cdk/aws_kinesisvideo/__init__.py +2 -0
- aws_cdk/aws_kms/__init__.py +3 -0
- aws_cdk/aws_lakeformation/__init__.py +7 -0
- aws_cdk/aws_lambda/__init__.py +10 -0
- aws_cdk/aws_lex/__init__.py +4 -0
- aws_cdk/aws_licensemanager/__init__.py +2 -0
- aws_cdk/aws_lightsail/__init__.py +11 -0
- aws_cdk/aws_location/__init__.py +6 -0
- aws_cdk/aws_logs/__init__.py +8 -0
- aws_cdk/aws_lookoutequipment/__init__.py +1 -0
- aws_cdk/aws_lookoutmetrics/__init__.py +2 -0
- aws_cdk/aws_lookoutvision/__init__.py +1 -0
- aws_cdk/aws_m2/__init__.py +2 -0
- aws_cdk/aws_macie/__init__.py +53 -2
- aws_cdk/aws_managedblockchain/__init__.py +3 -0
- aws_cdk/aws_mediaconnect/__init__.py +9 -0
- aws_cdk/aws_mediaconvert/__init__.py +3 -0
- aws_cdk/aws_medialive/__init__.py +3 -0
- aws_cdk/aws_mediapackage/__init__.py +5 -0
- aws_cdk/aws_mediapackagev2/__init__.py +5 -0
- aws_cdk/aws_mediastore/__init__.py +1 -0
- aws_cdk/aws_mediatailor/__init__.py +6 -0
- aws_cdk/aws_memorydb/__init__.py +5 -0
- aws_cdk/aws_msk/__init__.py +180 -2
- aws_cdk/aws_mwaa/__init__.py +1 -0
- aws_cdk/aws_neptune/__init__.py +5 -0
- aws_cdk/aws_networkfirewall/__init__.py +4 -0
- aws_cdk/aws_networkmanager/__init__.py +14 -0
- aws_cdk/aws_nimblestudio/__init__.py +4 -0
- aws_cdk/aws_oam/__init__.py +2 -0
- aws_cdk/aws_omics/__init__.py +6 -0
- aws_cdk/aws_opensearchserverless/__init__.py +5 -0
- aws_cdk/aws_opensearchservice/__init__.py +1 -0
- aws_cdk/aws_opsworks/__init__.py +7 -0
- aws_cdk/aws_opsworkscm/__init__.py +1 -0
- aws_cdk/aws_organizations/__init__.py +5 -0
- aws_cdk/aws_osis/__init__.py +1 -0
- aws_cdk/aws_panorama/__init__.py +3 -0
- aws_cdk/aws_pcaconnectorad/__init__.py +5 -0
- aws_cdk/aws_personalize/__init__.py +4 -0
- aws_cdk/aws_pinpoint/__init__.py +19 -0
- aws_cdk/aws_pinpointemail/__init__.py +4 -0
- aws_cdk/aws_pipes/__init__.py +1 -0
- aws_cdk/aws_proton/__init__.py +3 -0
- aws_cdk/aws_qldb/__init__.py +2 -0
- aws_cdk/aws_quicksight/__init__.py +473 -464
- aws_cdk/aws_ram/__init__.py +2 -0
- aws_cdk/aws_rds/__init__.py +14 -0
- aws_cdk/aws_redshift/__init__.py +9 -0
- aws_cdk/aws_redshiftserverless/__init__.py +2 -0
- aws_cdk/aws_refactorspaces/__init__.py +4 -0
- aws_cdk/aws_rekognition/__init__.py +3 -0
- aws_cdk/aws_resiliencehub/__init__.py +2 -0
- aws_cdk/aws_resourceexplorer2/__init__.py +3 -0
- aws_cdk/aws_resourcegroups/__init__.py +1 -0
- aws_cdk/aws_robomaker/__init__.py +6 -0
- aws_cdk/aws_rolesanywhere/__init__.py +77 -58
- aws_cdk/aws_route53/__init__.py +7 -0
- aws_cdk/aws_route53recoverycontrol/__init__.py +4 -0
- aws_cdk/aws_route53recoveryreadiness/__init__.py +4 -0
- aws_cdk/aws_route53resolver/__init__.py +11 -0
- aws_cdk/aws_rum/__init__.py +1 -0
- aws_cdk/aws_s3/__init__.py +6 -0
- aws_cdk/aws_s3objectlambda/__init__.py +2 -0
- aws_cdk/aws_s3outposts/__init__.py +4 -0
- aws_cdk/aws_sagemaker/__init__.py +37 -3
- aws_cdk/aws_sam/__init__.py +7 -0
- aws_cdk/aws_scheduler/__init__.py +2 -0
- aws_cdk/aws_sdb/__init__.py +1 -0
- aws_cdk/aws_secretsmanager/__init__.py +4 -0
- aws_cdk/aws_securityhub/__init__.py +3 -0
- aws_cdk/aws_servicecatalog/__init__.py +16 -0
- aws_cdk/aws_servicecatalogappregistry/__init__.py +4 -0
- aws_cdk/aws_servicediscovery/__init__.py +5 -0
- aws_cdk/aws_ses/__init__.py +10 -0
- aws_cdk/aws_shield/__init__.py +30 -11
- aws_cdk/aws_signer/__init__.py +2 -0
- aws_cdk/aws_simspaceweaver/__init__.py +1 -0
- aws_cdk/aws_sns/__init__.py +9 -5
- aws_cdk/aws_sqs/__init__.py +3 -0
- aws_cdk/aws_ssm/__init__.py +9 -0
- aws_cdk/aws_ssmcontacts/__init__.py +4 -0
- aws_cdk/aws_ssmincidents/__init__.py +2 -0
- aws_cdk/aws_sso/__init__.py +3 -0
- aws_cdk/aws_stepfunctions/__init__.py +4 -0
- aws_cdk/aws_supportapp/__init__.py +3 -0
- aws_cdk/aws_synthetics/__init__.py +2 -0
- aws_cdk/aws_systemsmanagersap/__init__.py +1 -0
- aws_cdk/aws_timestream/__init__.py +3 -0
- aws_cdk/aws_transfer/__init__.py +7 -0
- aws_cdk/aws_verifiedpermissions/__init__.py +4 -0
- aws_cdk/aws_voiceid/__init__.py +1 -0
- aws_cdk/aws_vpclattice/__init__.py +10 -0
- aws_cdk/aws_waf/__init__.py +7 -0
- aws_cdk/aws_wafregional/__init__.py +11 -0
- aws_cdk/aws_wafv2/__init__.py +6 -0
- aws_cdk/aws_wisdom/__init__.py +3 -0
- aws_cdk/aws_workspaces/__init__.py +2 -0
- aws_cdk/aws_workspacesweb/__init__.py +8 -0
- aws_cdk/aws_xray/__init__.py +3 -0
- {aws_cdk_lib-2.97.0.dist-info → aws_cdk_lib-2.98.0.dist-info}/METADATA +1 -1
- aws_cdk_lib-2.98.0.dist-info/RECORD +272 -0
- aws_cdk_lib-2.97.0.dist-info/RECORD +0 -271
- {aws_cdk_lib-2.97.0.dist-info → aws_cdk_lib-2.98.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.97.0.dist-info → aws_cdk_lib-2.98.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.97.0.dist-info → aws_cdk_lib-2.98.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.97.0.dist-info → aws_cdk_lib-2.98.0.dist-info}/top_level.txt +0 -0
|
@@ -2495,6 +2495,7 @@ class CfnCachePolicy(
|
|
|
2495
2495
|
The headers, cookies, and query strings that are included in the cache key are also included in requests that CloudFront sends to the origin. CloudFront sends a request when it can't find a valid object in its cache that matches the request's cache key. If you want to send values to the origin but *not* include them in the cache key, use ``OriginRequestPolicy`` .
|
|
2496
2496
|
|
|
2497
2497
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cachepolicy.html
|
|
2498
|
+
:cloudformationResource: AWS::CloudFront::CachePolicy
|
|
2498
2499
|
:exampleMetadata: fixture=_generated
|
|
2499
2500
|
|
|
2500
2501
|
Example::
|
|
@@ -3340,6 +3341,7 @@ class CfnCloudFrontOriginAccessIdentity(
|
|
|
3340
3341
|
An origin access identity is a special CloudFront user that you can associate with Amazon S3 origins, so that you can secure all or just some of your Amazon S3 content. For more information, see `Restricting Access to Amazon S3 Content by Using an Origin Access Identity <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-s3.html>`_ in the *Amazon CloudFront Developer Guide* .
|
|
3341
3342
|
|
|
3342
3343
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html
|
|
3344
|
+
:cloudformationResource: AWS::CloudFront::CloudFrontOriginAccessIdentity
|
|
3343
3345
|
:exampleMetadata: fixture=_generated
|
|
3344
3346
|
|
|
3345
3347
|
Example::
|
|
@@ -3583,6 +3585,7 @@ class CfnContinuousDeploymentPolicy(
|
|
|
3583
3585
|
For more information, see `Using CloudFront continuous deployment to safely test CDN configuration changes <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/continuous-deployment.html>`_ in the *Amazon CloudFront Developer Guide* .
|
|
3584
3586
|
|
|
3585
3587
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-continuousdeploymentpolicy.html
|
|
3588
|
+
:cloudformationResource: AWS::CloudFront::ContinuousDeploymentPolicy
|
|
3586
3589
|
:exampleMetadata: fixture=_generated
|
|
3587
3590
|
|
|
3588
3591
|
Example::
|
|
@@ -4251,6 +4254,7 @@ class CfnDistribution(
|
|
|
4251
4254
|
'''A distribution tells CloudFront where you want content to be delivered from, and the details about how to track and manage content delivery.
|
|
4252
4255
|
|
|
4253
4256
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html
|
|
4257
|
+
:cloudformationResource: AWS::CloudFront::Distribution
|
|
4254
4258
|
:exampleMetadata: infused
|
|
4255
4259
|
|
|
4256
4260
|
Example::
|
|
@@ -8608,6 +8612,7 @@ class CfnFunction(
|
|
|
8608
8612
|
To automatically publish the function to the ``LIVE`` stage when it’s created, set the ``AutoPublish`` property to ``true`` .
|
|
8609
8613
|
|
|
8610
8614
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-function.html
|
|
8615
|
+
:cloudformationResource: AWS::CloudFront::Function
|
|
8611
8616
|
:exampleMetadata: fixture=_generated
|
|
8612
8617
|
|
|
8613
8618
|
Example::
|
|
@@ -9092,6 +9097,7 @@ class CfnKeyGroup(
|
|
|
9092
9097
|
A key group contains a list of public keys that you can use with `CloudFront signed URLs and signed cookies <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html>`_ .
|
|
9093
9098
|
|
|
9094
9099
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-keygroup.html
|
|
9100
|
+
:cloudformationResource: AWS::CloudFront::KeyGroup
|
|
9095
9101
|
:exampleMetadata: fixture=_generated
|
|
9096
9102
|
|
|
9097
9103
|
Example::
|
|
@@ -9371,6 +9377,7 @@ class CfnMonitoringSubscription(
|
|
|
9371
9377
|
This structure contains information about whether additional CloudWatch metrics are enabled for a given CloudFront distribution.
|
|
9372
9378
|
|
|
9373
9379
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-monitoringsubscription.html
|
|
9380
|
+
:cloudformationResource: AWS::CloudFront::MonitoringSubscription
|
|
9374
9381
|
:exampleMetadata: fixture=_generated
|
|
9375
9382
|
|
|
9376
9383
|
Example::
|
|
@@ -9698,6 +9705,7 @@ class CfnOriginAccessControl(
|
|
|
9698
9705
|
For more information about using a CloudFront origin access control, see `Restricting access to an AWS origin <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-origin.html>`_ in the *Amazon CloudFront Developer Guide* .
|
|
9699
9706
|
|
|
9700
9707
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-originaccesscontrol.html
|
|
9708
|
+
:cloudformationResource: AWS::CloudFront::OriginAccessControl
|
|
9701
9709
|
:exampleMetadata: fixture=_generated
|
|
9702
9710
|
|
|
9703
9711
|
Example::
|
|
@@ -10028,6 +10036,7 @@ class CfnOriginRequestPolicy(
|
|
|
10028
10036
|
CloudFront sends a request when it can't find an object in its cache that matches the request. If you want to send values to the origin and also include them in the cache key, use ``CachePolicy`` .
|
|
10029
10037
|
|
|
10030
10038
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-originrequestpolicy.html
|
|
10039
|
+
:cloudformationResource: AWS::CloudFront::OriginRequestPolicy
|
|
10031
10040
|
:exampleMetadata: fixture=_generated
|
|
10032
10041
|
|
|
10033
10042
|
Example::
|
|
@@ -10648,6 +10657,7 @@ class CfnPublicKey(
|
|
|
10648
10657
|
'''A public key that you can use with `signed URLs and signed cookies <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html>`_ , or with `field-level encryption <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html>`_ .
|
|
10649
10658
|
|
|
10650
10659
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-publickey.html
|
|
10660
|
+
:cloudformationResource: AWS::CloudFront::PublicKey
|
|
10651
10661
|
:exampleMetadata: fixture=_generated
|
|
10652
10662
|
|
|
10653
10663
|
Example::
|
|
@@ -10945,6 +10955,7 @@ class CfnRealtimeLogConfig(
|
|
|
10945
10955
|
'''A real-time log configuration.
|
|
10946
10956
|
|
|
10947
10957
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-realtimelogconfig.html
|
|
10958
|
+
:cloudformationResource: AWS::CloudFront::RealtimeLogConfig
|
|
10948
10959
|
:exampleMetadata: fixture=_generated
|
|
10949
10960
|
|
|
10950
10961
|
Example::
|
|
@@ -11387,6 +11398,7 @@ class CfnResponseHeadersPolicy(
|
|
|
11387
11398
|
For more information, see `Adding or removing HTTP headers in CloudFront responses <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/modifying-response-headers.html>`_ in the *Amazon CloudFront Developer Guide* .
|
|
11388
11399
|
|
|
11389
11400
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-responseheaderspolicy.html
|
|
11401
|
+
:cloudformationResource: AWS::CloudFront::ResponseHeadersPolicy
|
|
11390
11402
|
:exampleMetadata: fixture=_generated
|
|
11391
11403
|
|
|
11392
11404
|
Example::
|
|
@@ -13432,6 +13444,7 @@ class CfnStreamingDistribution(
|
|
|
13432
13444
|
Amazon CloudFront is deprecating real-time messaging protocol (RTMP) distributions on December 31, 2020. For more information, `read the announcement <https://docs.aws.amazon.com/ann.jspa?annID=7356>`_ on the Amazon CloudFront discussion forum.
|
|
13433
13445
|
|
|
13434
13446
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html
|
|
13447
|
+
:cloudformationResource: AWS::CloudFront::StreamingDistribution
|
|
13435
13448
|
:exampleMetadata: fixture=_generated
|
|
13436
13449
|
|
|
13437
13450
|
Example::
|
|
@@ -353,6 +353,7 @@ class CfnChannel(
|
|
|
353
353
|
'''Contains information about a returned CloudTrail channel.
|
|
354
354
|
|
|
355
355
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-channel.html
|
|
356
|
+
:cloudformationResource: AWS::CloudTrail::Channel
|
|
356
357
|
:exampleMetadata: fixture=_generated
|
|
357
358
|
|
|
358
359
|
Example::
|
|
@@ -708,6 +709,7 @@ class CfnEventDataStore(
|
|
|
708
709
|
'''Creates a new event data store.
|
|
709
710
|
|
|
710
711
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-eventdatastore.html
|
|
712
|
+
:cloudformationResource: AWS::CloudTrail::EventDataStore
|
|
711
713
|
:exampleMetadata: fixture=_generated
|
|
712
714
|
|
|
713
715
|
Example::
|
|
@@ -1672,6 +1674,7 @@ class CfnResourcePolicy(
|
|
|
1672
1674
|
For more information about resource-based policies, see `CloudTrail resource-based policy examples <https://docs.aws.amazon.com/awscloudtrail/latest/userguide/security_iam_resource-based-policy-examples.html>`_ in the *CloudTrail User Guide* .
|
|
1673
1675
|
|
|
1674
1676
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-resourcepolicy.html
|
|
1677
|
+
:cloudformationResource: AWS::CloudTrail::ResourcePolicy
|
|
1675
1678
|
:exampleMetadata: fixture=_generated
|
|
1676
1679
|
|
|
1677
1680
|
Example::
|
|
@@ -1865,6 +1868,7 @@ class CfnTrail(
|
|
|
1865
1868
|
'''Creates a trail that specifies the settings for delivery of log data to an Amazon S3 bucket.
|
|
1866
1869
|
|
|
1867
1870
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html
|
|
1871
|
+
:cloudformationResource: AWS::CloudTrail::Trail
|
|
1868
1872
|
:exampleMetadata: fixture=_generated
|
|
1869
1873
|
|
|
1870
1874
|
Example::
|
|
@@ -1956,7 +1960,7 @@ class CfnTrail(
|
|
|
1956
1960
|
:param cloud_watch_logs_log_group_arn: Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs are delivered. You must use a log group that exists in your account. Not required unless you specify ``CloudWatchLogsRoleArn`` .
|
|
1957
1961
|
:param cloud_watch_logs_role_arn: Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group. You must use a role that exists in your account.
|
|
1958
1962
|
:param enable_log_file_validation: Specifies whether log file validation is enabled. The default is false. .. epigraph:: When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail does not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.
|
|
1959
|
-
:param event_selectors: Use event selectors to further specify the management and data event settings for your trail. By default, trails created without specific event selectors will be configured to log all read and write management events, and no data events. When an event occurs in your account, CloudTrail evaluates the event selector for all trails. For each trail, if the event matches any event selector, the trail processes and logs the event. If the event doesn't match any event selector, the trail doesn't log the event. You can configure up to five event selectors for a trail.
|
|
1963
|
+
:param event_selectors: Use event selectors to further specify the management and data event settings for your trail. By default, trails created without specific event selectors will be configured to log all read and write management events, and no data events. When an event occurs in your account, CloudTrail evaluates the event selector for all trails. For each trail, if the event matches any event selector, the trail processes and logs the event. If the event doesn't match any event selector, the trail doesn't log the event. You can configure up to five event selectors for a trail. You cannot apply both event selectors and advanced event selectors to a trail.
|
|
1960
1964
|
:param include_global_service_events: Specifies whether the trail is publishing events from global services such as IAM to the log files.
|
|
1961
1965
|
:param insight_selectors: A JSON string that contains the insight types you want to log on a trail. ``ApiCallRateInsight`` and ``ApiErrorRateInsight`` are valid Insight types. The ``ApiCallRateInsight`` Insights type analyzes write-only management API calls that are aggregated per minute against a baseline API call volume. The ``ApiErrorRateInsight`` Insights type analyzes management API calls that result in error codes. The error is shown if the API call is unsuccessful.
|
|
1962
1966
|
:param is_multi_region_trail: Specifies whether the trail applies only to the current Region or to all Regions. The default is false. If the trail exists only in the current Region and this value is set to true, shadow trails (replications of the trail) will be created in the other Regions. If the trail exists in all Regions and this value is set to false, the trail will remain in the Region where it was created, and its shadow trails in other Regions will be deleted. As a best practice, consider using trails that log events in all Regions.
|
|
@@ -3108,7 +3112,7 @@ class CfnTrailProps:
|
|
|
3108
3112
|
:param cloud_watch_logs_log_group_arn: Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs are delivered. You must use a log group that exists in your account. Not required unless you specify ``CloudWatchLogsRoleArn`` .
|
|
3109
3113
|
:param cloud_watch_logs_role_arn: Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group. You must use a role that exists in your account.
|
|
3110
3114
|
:param enable_log_file_validation: Specifies whether log file validation is enabled. The default is false. .. epigraph:: When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail does not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.
|
|
3111
|
-
:param event_selectors: Use event selectors to further specify the management and data event settings for your trail. By default, trails created without specific event selectors will be configured to log all read and write management events, and no data events. When an event occurs in your account, CloudTrail evaluates the event selector for all trails. For each trail, if the event matches any event selector, the trail processes and logs the event. If the event doesn't match any event selector, the trail doesn't log the event. You can configure up to five event selectors for a trail.
|
|
3115
|
+
:param event_selectors: Use event selectors to further specify the management and data event settings for your trail. By default, trails created without specific event selectors will be configured to log all read and write management events, and no data events. When an event occurs in your account, CloudTrail evaluates the event selector for all trails. For each trail, if the event matches any event selector, the trail processes and logs the event. If the event doesn't match any event selector, the trail doesn't log the event. You can configure up to five event selectors for a trail. You cannot apply both event selectors and advanced event selectors to a trail.
|
|
3112
3116
|
:param include_global_service_events: Specifies whether the trail is publishing events from global services such as IAM to the log files.
|
|
3113
3117
|
:param insight_selectors: A JSON string that contains the insight types you want to log on a trail. ``ApiCallRateInsight`` and ``ApiErrorRateInsight`` are valid Insight types. The ``ApiCallRateInsight`` Insights type analyzes write-only management API calls that are aggregated per minute against a baseline API call volume. The ``ApiErrorRateInsight`` Insights type analyzes management API calls that result in error codes. The error is shown if the API call is unsuccessful.
|
|
3114
3118
|
:param is_multi_region_trail: Specifies whether the trail applies only to the current Region or to all Regions. The default is false. If the trail exists only in the current Region and this value is set to true, shadow trails (replications of the trail) will be created in the other Regions. If the trail exists in all Regions and this value is set to false, the trail will remain in the Region where it was created, and its shadow trails in other Regions will be deleted. As a best practice, consider using trails that log events in all Regions.
|
|
@@ -3314,7 +3318,7 @@ class CfnTrailProps:
|
|
|
3314
3318
|
|
|
3315
3319
|
You can configure up to five event selectors for a trail.
|
|
3316
3320
|
|
|
3317
|
-
|
|
3321
|
+
You cannot apply both event selectors and advanced event selectors to a trail.
|
|
3318
3322
|
|
|
3319
3323
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-eventselectors
|
|
3320
3324
|
'''
|
|
@@ -1238,6 +1238,7 @@ class CfnAlarm(
|
|
|
1238
1238
|
When you update an existing alarm, its state is left unchanged, but the update completely overwrites the previous configuration of the alarm.
|
|
1239
1239
|
|
|
1240
1240
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-alarm.html
|
|
1241
|
+
:cloudformationResource: AWS::CloudWatch::Alarm
|
|
1241
1242
|
:exampleMetadata: fixture=_generated
|
|
1242
1243
|
|
|
1243
1244
|
Example::
|
|
@@ -2708,6 +2709,7 @@ class CfnAnomalyDetector(
|
|
|
2708
2709
|
The band represents the expected "normal" range for the metric values. Anomaly detection bands can be used for visualization of a metric's expected values, and for alarms.
|
|
2709
2710
|
|
|
2710
2711
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html
|
|
2712
|
+
:cloudformationResource: AWS::CloudWatch::AnomalyDetector
|
|
2711
2713
|
:exampleMetadata: fixture=_generated
|
|
2712
2714
|
|
|
2713
2715
|
Example::
|
|
@@ -4064,6 +4066,7 @@ class CfnCompositeAlarm(
|
|
|
4064
4066
|
When you update an existing alarm, its state is left unchanged, but the update completely overwrites the previous configuration of the alarm.
|
|
4065
4067
|
|
|
4066
4068
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html
|
|
4069
|
+
:cloudformationResource: AWS::CloudWatch::CompositeAlarm
|
|
4067
4070
|
:exampleMetadata: fixture=_generated
|
|
4068
4071
|
|
|
4069
4072
|
Example::
|
|
@@ -4584,6 +4587,7 @@ class CfnDashboard(
|
|
|
4584
4587
|
All dashboards in your account are global, not region-specific.
|
|
4585
4588
|
|
|
4586
4589
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html
|
|
4590
|
+
:cloudformationResource: AWS::CloudWatch::Dashboard
|
|
4587
4591
|
:exampleMetadata: fixture=_generated
|
|
4588
4592
|
|
|
4589
4593
|
Example::
|
|
@@ -4788,6 +4792,7 @@ class CfnInsightRule(
|
|
|
4788
4792
|
Rules evaluate log events in a CloudWatch Logs log group, enabling you to find contributor data for the log events in that log group. For more information, see `Using Contributor Insights to Analyze High-Cardinality Data <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/ContributorInsights.html>`_ in the *Amazon CloudWatch User Guide* .
|
|
4789
4793
|
|
|
4790
4794
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html
|
|
4795
|
+
:cloudformationResource: AWS::CloudWatch::InsightRule
|
|
4791
4796
|
:exampleMetadata: fixture=_generated
|
|
4792
4797
|
|
|
4793
4798
|
Example::
|
|
@@ -5102,6 +5107,7 @@ class CfnMetricStream(
|
|
|
5102
5107
|
If you create a metric stream in an account that has been set up as a monitoring account in CloudWatch cross-account observability, you can choose whether to include metrics from linked source accounts in the metric stream.
|
|
5103
5108
|
|
|
5104
5109
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-metricstream.html
|
|
5110
|
+
:cloudformationResource: AWS::CloudWatch::MetricStream
|
|
5105
5111
|
:exampleMetadata: fixture=_generated
|
|
5106
5112
|
|
|
5107
5113
|
Example::
|
|
@@ -61,6 +61,7 @@ class CfnDomain(
|
|
|
61
61
|
CodeArtifact *domains* make it easier to manage multiple repositories across an organization. You can use a domain to apply permissions across many repositories owned by different AWS accounts. For more information about domains, see the `Domain concepts information <https://docs.aws.amazon.com/codeartifact/latest/ug/codeartifact-concepts.html#welcome-concepts-domain>`_ in the *CodeArtifact User Guide* . For more information about the ``CreateDomain`` API, see `CreateDomain <https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_CreateDomain.html>`_ in the *CodeArtifact API Reference* .
|
|
62
62
|
|
|
63
63
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeartifact-domain.html
|
|
64
|
+
:cloudformationResource: AWS::CodeArtifact::Domain
|
|
64
65
|
:exampleMetadata: fixture=_generated
|
|
65
66
|
|
|
66
67
|
Example::
|
|
@@ -370,6 +371,7 @@ class CfnRepository(
|
|
|
370
371
|
CodeArtifact *repositories* contain a set of package versions. For more information about repositories, see the `Repository concepts information <https://docs.aws.amazon.com/codeartifact/latest/ug/codeartifact-concepts.html#welcome-concepts-repository>`_ in the *CodeArtifact User Guide* . For more information about the ``CreateRepository`` API, see `CreateRepository <https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_CreateRepository.html>`_ in the *CodeArtifact API Reference* .
|
|
371
372
|
|
|
372
373
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeartifact-repository.html
|
|
374
|
+
:cloudformationResource: AWS::CodeArtifact::Repository
|
|
373
375
|
:exampleMetadata: fixture=_generated
|
|
374
376
|
|
|
375
377
|
Example::
|
|
@@ -2005,6 +2005,7 @@ class CfnProject(
|
|
|
2005
2005
|
To unset or remove a project value via CFN, explicitly provide the attribute with value as empty input.
|
|
2006
2006
|
|
|
2007
2007
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html
|
|
2008
|
+
:cloudformationResource: AWS::CodeBuild::Project
|
|
2008
2009
|
:exampleMetadata: fixture=_generated
|
|
2009
2010
|
|
|
2010
2011
|
Example::
|
|
@@ -5687,6 +5688,7 @@ class CfnReportGroup(
|
|
|
5687
5688
|
A report group contains a collection of reports.
|
|
5688
5689
|
|
|
5689
5690
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html
|
|
5691
|
+
:cloudformationResource: AWS::CodeBuild::ReportGroup
|
|
5690
5692
|
:exampleMetadata: fixture=_generated
|
|
5691
5693
|
|
|
5692
5694
|
Example::
|
|
@@ -6299,6 +6301,7 @@ class CfnSourceCredential(
|
|
|
6299
6301
|
For security purposes, do not use plain text in your AWS CloudFormation template to store your credentials.
|
|
6300
6302
|
|
|
6301
6303
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html
|
|
6304
|
+
:cloudformationResource: AWS::CodeBuild::SourceCredential
|
|
6302
6305
|
:exampleMetadata: fixture=_generated
|
|
6303
6306
|
|
|
6304
6307
|
Example::
|
|
@@ -140,6 +140,7 @@ class CfnRepository(
|
|
|
140
140
|
'''Creates a new, empty repository.
|
|
141
141
|
|
|
142
142
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codecommit-repository.html
|
|
143
|
+
:cloudformationResource: AWS::CodeCommit::Repository
|
|
143
144
|
:exampleMetadata: fixture=_generated
|
|
144
145
|
|
|
145
146
|
Example::
|
|
@@ -1188,6 +1188,7 @@ class CfnApplication(
|
|
|
1188
1188
|
In CodeDeploy , an application is a name that functions as a container to ensure that the correct combination of revision, deployment configuration, and deployment group are referenced during a deployment. You can use the ``AWS::CodeDeploy::DeploymentGroup`` resource to associate the application with a CodeDeploy deployment group. For more information, see `CodeDeploy Deployments <https://docs.aws.amazon.com/codedeploy/latest/userguide/deployment-steps.html>`_ in the *AWS CodeDeploy User Guide* .
|
|
1189
1189
|
|
|
1190
1190
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html
|
|
1191
|
+
:cloudformationResource: AWS::CodeDeploy::Application
|
|
1191
1192
|
:exampleMetadata: fixture=_generated
|
|
1192
1193
|
|
|
1193
1194
|
Example::
|
|
@@ -1426,6 +1427,7 @@ class CfnDeploymentConfig(
|
|
|
1426
1427
|
The deployment configuration specifies, through the use of a ``MinimumHealthyHosts`` value, the number or percentage of instances that must remain available at any time during a deployment.
|
|
1427
1428
|
|
|
1428
1429
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html
|
|
1430
|
+
:cloudformationResource: AWS::CodeDeploy::DeploymentConfig
|
|
1429
1431
|
:exampleMetadata: fixture=_generated
|
|
1430
1432
|
|
|
1431
1433
|
Example::
|
|
@@ -2077,6 +2079,7 @@ class CfnDeploymentGroup(
|
|
|
2077
2079
|
Amazon ECS blue/green deployments through CodeDeploy do not use the ``AWS::CodeDeploy::DeploymentGroup`` resource. To perform Amazon ECS blue/green deployments, use the ``AWS::CodeDeploy::BlueGreen`` hook. See `Perform Amazon ECS blue/green deployments through CodeDeploy using AWS CloudFormation <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/blue-green.html>`_ for more information.
|
|
2078
2080
|
|
|
2079
2081
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html
|
|
2082
|
+
:cloudformationResource: AWS::CodeDeploy::DeploymentGroup
|
|
2080
2083
|
:exampleMetadata: fixture=_generated
|
|
2081
2084
|
|
|
2082
2085
|
Example::
|
|
@@ -74,6 +74,7 @@ class CfnProfilingGroup(
|
|
|
74
74
|
'''Creates a profiling group.
|
|
75
75
|
|
|
76
76
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html
|
|
77
|
+
:cloudformationResource: AWS::CodeGuruProfiler::ProfilingGroup
|
|
77
78
|
:exampleMetadata: fixture=_generated
|
|
78
79
|
|
|
79
80
|
Example::
|
|
@@ -70,6 +70,7 @@ class CfnRepositoryAssociation(
|
|
|
70
70
|
You cannot use a CloudFormation template to create an association with a GitHub repository.
|
|
71
71
|
|
|
72
72
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codegurureviewer-repositoryassociation.html
|
|
73
|
+
:cloudformationResource: AWS::CodeGuruReviewer::RepositoryAssociation
|
|
73
74
|
:exampleMetadata: fixture=_generated
|
|
74
75
|
|
|
75
76
|
Example::
|
|
@@ -1303,6 +1303,7 @@ class CfnCustomActionType(
|
|
|
1303
1303
|
You can use these custom actions in the stage of a pipeline. For more information, see `Create and Add a Custom Action in AWS CodePipeline <https://docs.aws.amazon.com/codepipeline/latest/userguide/how-to-create-custom-action.html>`_ in the *AWS CodePipeline User Guide* .
|
|
1304
1304
|
|
|
1305
1305
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html
|
|
1306
|
+
:cloudformationResource: AWS::CodePipeline::CustomActionType
|
|
1306
1307
|
:exampleMetadata: fixture=_generated
|
|
1307
1308
|
|
|
1308
1309
|
Example::
|
|
@@ -2139,6 +2140,7 @@ class CfnPipeline(
|
|
|
2139
2140
|
For more information, see `What Is CodePipeline? <https://docs.aws.amazon.com/codepipeline/latest/userguide/welcome.html>`_ in the *AWS CodePipeline User Guide* .
|
|
2140
2141
|
|
|
2141
2142
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html
|
|
2143
|
+
:cloudformationResource: AWS::CodePipeline::Pipeline
|
|
2142
2144
|
:exampleMetadata: fixture=_generated
|
|
2143
2145
|
|
|
2144
2146
|
Example::
|
|
@@ -3700,6 +3702,7 @@ class CfnWebhook(
|
|
|
3700
3702
|
When passing secret parameters, do not enter the value directly into the template. The value is rendered as plaintext and is therefore readable. For security reasons, do not use plaintext in your AWS CloudFormation template to store your credentials.
|
|
3701
3703
|
|
|
3702
3704
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html
|
|
3705
|
+
:cloudformationResource: AWS::CodePipeline::Webhook
|
|
3703
3706
|
:exampleMetadata: fixture=_generated
|
|
3704
3707
|
|
|
3705
3708
|
Example::
|
aws_cdk/aws_codestar/__init__.py
CHANGED
|
@@ -64,6 +64,7 @@ class CfnGitHubRepository(
|
|
|
64
64
|
You must provide a location for the source code ZIP file in the AWS CloudFormation template, so the code can be uploaded to the created repository. You must have created a personal access token in GitHub to provide in the AWS CloudFormation template. AWS uses this token to connect to GitHub on your behalf. For more information about using a GitHub source repository with AWS CodeStar projects, see `AWS CodeStar Project Files and Resources <https://docs.aws.amazon.com/codestar/latest/userguide/templates.html#templates-whatis>`_ .
|
|
65
65
|
|
|
66
66
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html
|
|
67
|
+
:cloudformationResource: AWS::CodeStar::GitHubRepository
|
|
67
68
|
:exampleMetadata: fixture=_generated
|
|
68
69
|
|
|
69
70
|
Example::
|
|
@@ -61,6 +61,7 @@ class CfnConnection(
|
|
|
61
61
|
*Note:* A connection created through AWS CloudFormation is in ``PENDING`` status by default. You can make its status ``AVAILABLE`` by updating the connection in the console.
|
|
62
62
|
|
|
63
63
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html
|
|
64
|
+
:cloudformationResource: AWS::CodeStarConnections::Connection
|
|
64
65
|
:exampleMetadata: fixture=_generated
|
|
65
66
|
|
|
66
67
|
Example::
|
|
@@ -104,6 +104,7 @@ class CfnNotificationRule(
|
|
|
104
104
|
The rule specifies the events you want notifications about and the targets (such as AWS Chatbot topics or AWS Chatbot clients configured for Slack) where you want to receive them.
|
|
105
105
|
|
|
106
106
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html
|
|
107
|
+
:cloudformationResource: AWS::CodeStarNotifications::NotificationRule
|
|
107
108
|
:exampleMetadata: fixture=_generated
|
|
108
109
|
|
|
109
110
|
Example::
|