Class SessionReference
A reference to a Session resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.SSM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SessionReference : ISessionReference
Syntax (vb)
Public Class SessionReference Implements ISessionReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.SSM;
var sessionReference = new SessionReference {
SessionArn = "sessionArn"
};
Synopsis
Constructors
| SessionReference() | A reference to a Session resource. |
Properties
| SessionArn | The Arn of the Session resource. |
Constructors
SessionReference()
A reference to a Session resource.
public SessionReference()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.SSM;
var sessionReference = new SessionReference {
SessionArn = "sessionArn"
};
Properties
SessionArn
The Arn of the Session resource.
public string SessionArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated