Skip to content
Merged
Show file tree
Hide file tree
Changes from 57 commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
70f9e43
1.0
watany-dev Nov 26, 2024
47a41f1
integ first
watany-dev Dec 19, 2024
5d76562
integ
watany-dev Dec 19, 2024
3770eb8
readme
watany-dev Dec 19, 2024
d4a2db3
types
watany-dev Dec 19, 2024
2437d3c
exit resource
watany-dev Dec 19, 2024
3ca49c8
type check
watany-dev Dec 20, 2024
e0db4c8
integ
watany-dev Dec 20, 2024
42b82fd
rename
watany-dev Dec 21, 2024
710c35e
RemovalPolicys to RemovalPolicies
watany-dev Dec 21, 2024
2d90ae7
integ
watany-dev Dec 21, 2024
f8d1734
enum like class
watany-dev Dec 21, 2024
af4e0ff
miss spell
watany-dev Dec 22, 2024
5f6197c
adding `anyL1Type).CFN_RESOURCE_TYPE_NAME`
watany-dev Dec 22, 2024
c0d4fd7
remove try-catch
watany-dev Dec 22, 2024
f2df86d
Merge remote-tracking branch 'origin/main' into removalpolicy-all
watany-dev Dec 26, 2024
dec21e2
AspectPriority
watany-dev Dec 26, 2024
da6b4c5
readme updated
watany-dev Dec 26, 2024
467ebbd
integ
watany-dev Dec 26, 2024
c0733be
adding overwrite and priority
watany-dev Dec 27, 2024
bf5eff9
integ
watany-dev Dec 27, 2024
93fa6de
Update packages/aws-cdk-lib/core/lib/removal-policies.ts
watany-dev Dec 31, 2024
c1adaef
Update packages/aws-cdk-lib/core/README.md
watany-dev Dec 31, 2024
3da50fa
Update packages/aws-cdk-lib/core/test/removal-policies.test.ts
watany-dev Dec 31, 2024
832e33e
Update packages/aws-cdk-lib/core/test/removal-policies.test.ts
watany-dev Dec 31, 2024
f1fda5a
Update packages/aws-cdk-lib/core/test/removal-policies.test.ts
watany-dev Dec 31, 2024
9612fce
Update packages/aws-cdk-lib/core/test/removal-policies.test.ts
watany-dev Dec 31, 2024
5ee5ef2
Update packages/aws-cdk-lib/core/test/removal-policies.test.ts
watany-dev Dec 31, 2024
5a4a584
Update packages/aws-cdk-lib/core/test/removal-policies.test.ts
watany-dev Dec 31, 2024
baef89d
Update packages/aws-cdk-lib/core/test/removal-policies.test.ts
watany-dev Dec 31, 2024
cfe62be
Update packages/aws-cdk-lib/core/test/removal-policies.test.ts
watany-dev Dec 31, 2024
68436bf
Update packages/aws-cdk-lib/core/test/removal-policies.test.ts
watany-dev Dec 31, 2024
112f0f6
Update packages/aws-cdk-lib/core/test/removal-policies.test.ts
watany-dev Dec 31, 2024
94a454f
Update packages/aws-cdk-lib/core/test/removal-policies.test.ts
watany-dev Dec 31, 2024
f73db08
Merge branch 'main' into removalpolicy-all
watany-dev Jan 1, 2025
40d7a5f
Update packages/@aws-cdk-testing/framework-integ/test/core/test/integ…
watany-dev Jan 6, 2025
1876ce9
Update packages/aws-cdk-lib/core/lib/removal-policies.ts
watany-dev Jan 6, 2025
7c3e579
Merge branch 'main' into removalpolicy-all
watany-dev Jan 6, 2025
9436df3
remove import
watany-dev Jan 6, 2025
296cba6
reviewed typo
watany-dev Feb 11, 2025
ebe5736
Merge branch 'aws:main' into removalpolicy-all
watany-dev Feb 12, 2025
2fff525
adding both of options
watany-dev Feb 13, 2025
b07af8c
lint fix
watany-dev Feb 13, 2025
8d62138
Merge branch 'main' into removalpolicy-all
watany-dev Feb 14, 2025
1451a1e
fix warning
watany-dev Feb 19, 2025
0747cb0
miss lint
watany-dev Feb 19, 2025
eb6111f
replace "overwrite"
watany-dev Feb 20, 2025
da9628b
Merge branch 'main' into removalpolicy-all
watany-dev Feb 21, 2025
9d991c4
integ
watany-dev Feb 21, 2025
3f7ad8b
Merge branch 'main' into removalpolicy-all
kaizencc Feb 24, 2025
7e941c9
Merge branch 'aws:main' into removalpolicy-all
watany-dev Mar 3, 2025
62cce5d
adding missingRemovalPolicies
watany-dev Mar 3, 2025
cffbe32
Merge branch 'aws:main' into removalpolicy-all
watany-dev Mar 4, 2025
9b197a4
update test
watany-dev Mar 4, 2025
84fe5dc
remove respectPreviousPolicy
watany-dev Mar 6, 2025
563d552
fix lint error
watany-dev Mar 6, 2025
237aa19
Apply suggestions from code review
kaizencc Mar 7, 2025
ec3d1af
Update packages/aws-cdk-lib/core/test/aspect.test.ts
kaizencc Mar 7, 2025
c2f6190
Apply suggestions from code review
kaizencc Mar 7, 2025
1743e0a
Merge branch 'main' into removalpolicy-all
kaizencc Mar 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
{
"Resources": {
"TestBucket560B80BC": {
"Type": "AWS::S3::Bucket",
"UpdateReplacePolicy": "Retain",
"DeletionPolicy": "Retain"
},
"TestTable5769773A": {
"Type": "AWS::DynamoDB::Table",
"Properties": {
"AttributeDefinitions": [
{
"AttributeName": "id",
"AttributeType": "S"
}
],
"KeySchema": [
{
"AttributeName": "id",
"KeyType": "HASH"
}
],
"ProvisionedThroughput": {
"ReadCapacityUnits": 5,
"WriteCapacityUnits": 5
}
},
"UpdateReplacePolicy": "Retain",
"DeletionPolicy": "Retain"
},
"TestUser6A619381": {
"Type": "AWS::IAM::User",
"UpdateReplacePolicy": "Retain",
"DeletionPolicy": "Retain"
},
"DestroyBucket924C7F03": {
"Type": "AWS::S3::Bucket",
"UpdateReplacePolicy": "Delete",
"DeletionPolicy": "Delete"
},
"MissingPoliciesTestPreConfigured993B6B53": {
"Type": "AWS::S3::Bucket",
"UpdateReplacePolicy": "Retain",
"DeletionPolicy": "Retain"
},
"MissingPoliciesTestNotConfiguredECEB0D31": {
"Type": "AWS::S3::Bucket",
"UpdateReplacePolicy": "Retain",
"DeletionPolicy": "Retain"
},
"FilteredMissingPoliciesTestBucketToRetainB723E6AC": {
"Type": "AWS::S3::Bucket",
"UpdateReplacePolicy": "Retain",
"DeletionPolicy": "Retain"
},
"FilteredMissingPoliciesTestTableToSkip835B5C39": {
"Type": "AWS::DynamoDB::Table",
"Properties": {
"AttributeDefinitions": [
{
"AttributeName": "id",
"AttributeType": "S"
}
],
"KeySchema": [
{
"AttributeName": "id",
"KeyType": "HASH"
}
],
"ProvisionedThroughput": {
"ReadCapacityUnits": 5,
"WriteCapacityUnits": 5
}
},
"UpdateReplacePolicy": "Retain",
"DeletionPolicy": "Retain"
}
},
"Parameters": {
"BootstrapVersion": {
"Type": "AWS::SSM::Parameter::Value<String>",
"Default": "/cdk-bootstrap/hnb659fds/version",
"Description": "Version of the CDK Bootstrap resources in this environment, automatically retrieved from SSM Parameter Store. [cdk:skip]"
}
},
"Rules": {
"CheckBootstrapVersion": {
"Assertions": [
{
"Assert": {
"Fn::Not": [
{
"Fn::Contains": [
[
"1",
"2",
"3",
"4",
"5"
],
{
"Ref": "BootstrapVersion"
}
]
}
]
},
"AssertDescription": "CDK bootstrap stack version 6 required. Please run 'cdk bootstrap' with a recent version of the CDK CLI."
}
]
}
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading