File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -2130,6 +2130,8 @@ Resources:
2130
2130
2131
2131
SessionManagerPreferencesDocument :
2132
2132
Type : AWS::SSM::Document
2133
+ DeletionPolicy : Retain
2134
+ UpdateReplacePolicy : Retain
2133
2135
Properties :
2134
2136
Tags :
2135
2137
- Key : InfrastructureComponent
@@ -2146,14 +2148,6 @@ Resources:
2146
2148
schemaVersion : ' 1.0'
2147
2149
description : Document to hold regional settings for Session Manager
2148
2150
sessionType : Standard_Stream
2149
- inputs :
2150
- cloudWatchLogGroupName : !Ref SessionManagerLogGroup
2151
- cloudWatchEncryptionEnabled : false
2152
- cloudWatchStreamingEnabled : true
2153
- runAsEnabled : false
2154
- idleSessionTimeout : ' 20'
2155
- shellProfile :
2156
- linux : ' bash'
2157
2151
2158
2152
{{- if eq .Cluster.Region "eu-central-1"}}
2159
2153
SessionManagerSubscriptionFilter :
You can’t perform that action at this time.
0 commit comments