This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::SSM::Session
Information about a Session Manager connection to a managed node.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
Properties
Reason-
The reason for connecting to the instance.
Required: No
Type: String
Pattern:
^.{1,256}$Minimum:
1Maximum:
256Update requires: Replacement
Target-
The managed node that the Session Manager session connected to.
Required: No
Type: String
Minimum:
1Maximum:
400Update requires: Replacement
Return values
Ref
Fn::GetAtt
AccessType-
Standardaccess type is the default for Session Manager sessions.JustInTimeis the access type for Just-in-time node access. ArnProperty description not available.
Owner-
The ID of the Amazon Web Services user that started the session.
SessionId-
The ID of the session.
StartDate-
The date and time, in ISO-8601 Extended format, when the session began.
Status-
The status of the session. For example, "Connected" or "Terminated".