AWS::SSM::SessionReturns information about a Session Manager session.
2 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Reason | string | Create-only |
Target | string | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AccessType | string | The access type for the session. |
Arn | string | The Amazon Resource Name (ARN) of the session. |
Owner | string | The ID of the Amazon Web Services user that started the session. |
SessionId | string | The ID of the session. |
StartDate | string | The date and time, in ISO-8601 Extended format, when the session began. |
Status | string | The status of the session. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SSM::Session
Resources:
MyResource:
Type: AWS::SSM::Session
Properties:Permissions CloudFormation needs in your IAM role to manage this resource.
ssm:DescribeSessionsssm:DescribeSessionsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ReasonTarget