Skip to content

Commit fe81be7

Browse files
aws-cdk-automationAWS CDK Teammergify[bot]
authored
feat(cfnspec): cloudformation spec v40.1.0 (#16254)
Co-authored-by: AWS CDK Team <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent f42b233 commit fe81be7

File tree

3 files changed

+35
-3
lines changed

3 files changed

+35
-3
lines changed

packages/@aws-cdk/cfnspec/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# CloudFormation Resource Specification v40.1.0
2+
3+
## New Resource Types
4+
5+
6+
## Attribute Changes
7+
8+
9+
## Property Changes
10+
11+
* AWS::CE::CostCategory SplitChargeRules (__added__)
12+
13+
## Property Type Changes
14+
15+
* AWS::EFS::FileSystem.LifecyclePolicy TransitionToPrimaryStorageClass (__added__)
16+
* AWS::EFS::FileSystem.LifecyclePolicy TransitionToIA.Required (__changed__)
17+
* Old: true
18+
* New: false
19+
20+
121
# CloudFormation Resource Specification v40.0.0
222

323
## New Resource Types

packages/@aws-cdk/cfnspec/cfn.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
40.0.0
1+
40.1.0

packages/@aws-cdk/cfnspec/spec-source/000_CloudFormationResourceSpecification.json

+14-2
Original file line numberDiff line numberDiff line change
@@ -23470,7 +23470,13 @@
2347023470
"TransitionToIA": {
2347123471
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-filesystem-lifecyclepolicy.html#cfn-efs-filesystem-lifecyclepolicy-transitiontoia",
2347223472
"PrimitiveType": "String",
23473-
"Required": true,
23473+
"Required": false,
23474+
"UpdateType": "Mutable"
23475+
},
23476+
"TransitionToPrimaryStorageClass": {
23477+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-filesystem-lifecyclepolicy.html#cfn-efs-filesystem-lifecyclepolicy-transitiontoprimarystorageclass",
23478+
"PrimitiveType": "String",
23479+
"Required": false,
2347423480
"UpdateType": "Mutable"
2347523481
}
2347623482
}
@@ -61896,7 +61902,7 @@
6189661902
}
6189761903
}
6189861904
},
61899-
"ResourceSpecificationVersion": "40.0.0",
61905+
"ResourceSpecificationVersion": "40.1.0",
6190061906
"ResourceTypes": {
6190161907
"AWS::ACMPCA::Certificate": {
6190261908
"Attributes": {
@@ -67257,6 +67263,12 @@
6725767263
"PrimitiveType": "String",
6725867264
"Required": true,
6725967265
"UpdateType": "Mutable"
67266+
},
67267+
"SplitChargeRules": {
67268+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ce-costcategory.html#cfn-ce-costcategory-splitchargerules",
67269+
"PrimitiveType": "String",
67270+
"Required": false,
67271+
"UpdateType": "Mutable"
6726067272
}
6726167273
}
6726267274
},

0 commit comments

Comments
 (0)