AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

An activation registers one or more on-premises servers or virtual machines (VMs) with Amazon Web Services so that you can configure those servers or VMs using Run Command. A server or VM that has been registered with Amazon Web Services Systems Manager is called a managed node.

Inheritance Hierarchy

System.Object
  Amazon.SimpleSystemsManagement.Model.Activation

Namespace: Amazon.SimpleSystemsManagement.Model
Assembly: AWSSDK.SimpleSystemsManagement.dll
Version: 3.x.y.z

Syntax

C#
public class Activation

The Activation type exposes the following members

Constructors

NameDescription
Public Method Activation()

Properties

NameTypeDescription
Public Property ActivationId System.String

Gets and sets the property ActivationId.

The ID created by Systems Manager when you submitted the activation.

Public Property CreatedDate System.DateTime

Gets and sets the property CreatedDate.

The date the activation was created.

Public Property DefaultInstanceName System.String

Gets and sets the property DefaultInstanceName.

A name for the managed node when it is created.

Public Property Description System.String

Gets and sets the property Description.

A user defined description of the activation.

Public Property ExpirationDate System.DateTime

Gets and sets the property ExpirationDate.

The date when this activation can no longer be used to register managed nodes.

Public Property Expired System.Boolean

Gets and sets the property Expired.

Whether or not the activation is expired.

Public Property IamRole System.String

Gets and sets the property IamRole.

The Identity and Access Management (IAM) role to assign to the managed node.

Public Property RegistrationLimit System.Int32

Gets and sets the property RegistrationLimit.

The maximum number of managed nodes that can be registered using this activation.

Public Property RegistrationsCount System.Int32

Gets and sets the property RegistrationsCount.

The number of managed nodes already registered with this activation.

Public Property Tags System.Collections.Generic.List<Amazon.SimpleSystemsManagement.Model.Tag>

Gets and sets the property Tags.

Tags assigned to the activation.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5