File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -2130,8 +2130,6 @@ Resources:
21302130
21312131 SessionManagerPreferencesDocument :
21322132 Type : AWS::SSM::Document
2133- DeletionPolicy : Retain
2134- UpdateReplacePolicy : Retain
21352133 Properties :
21362134 UpdateMethod : NewVersion
21372135 Name : " SSM-SessionManager-{{.Cluster.Alias}}"
@@ -2141,6 +2139,14 @@ Resources:
21412139 schemaVersion : ' 1.0'
21422140 description : Document to hold settings for Kubernetes EC2 SSM sessions
21432141 sessionType : Standard_Stream
2142+ inputs :
2143+ cloudWatchLogGroupName : !Ref SessionManagerLogGroup
2144+ cloudWatchEncryptionEnabled : false
2145+ cloudWatchStreamingEnabled : true
2146+ runAsEnabled : false
2147+ idleSessionTimeout : ' 20'
2148+ shellProfile :
2149+ linux : ' bash'
21442150
21452151{{- if eq .Cluster.Region "eu-central-1"}}
21462152 SessionManagerSubscriptionFilter :
You can’t perform that action at this time.
0 commit comments