Show / Hide Table of Contents

Class SessionReference

A reference to a Session resource.

Inheritance
object
SessionReference
Implements
ISessionReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

ISessionReference
Back to top Generated by DocFX