We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c9b23 commit 485cfa2Copy full SHA for 485cfa2
WINDOWS/AS2-Automation-Windows-CloudFormation.yaml
@@ -73,6 +73,15 @@ Resources:
73
BlockPublicPolicy: true
74
IgnorePublicAcls: true
75
RestrictPublicBuckets: true
76
+ VersioningConfiguration:
77
+ Status: Enabled
78
+ LifecycleConfiguration:
79
+ Rules:
80
+ - Id: "Delete previous versions"
81
+ NoncurrentVersionExpiration:
82
+ NewerNoncurrentVersions: 1
83
+ NoncurrentDays: 14
84
85
LambdaFunctionLayer:
86
Type: AWS::Lambda::LayerVersion
87
Properties:
0 commit comments