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.

Describes a filter for a specific list of managed nodes.

Inheritance Hierarchy

System.Object
  Amazon.SimpleSystemsManagement.Model.InstanceInformation

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

Syntax

C#
public class InstanceInformation

The InstanceInformation type exposes the following members

Constructors

NameDescription
Public Method InstanceInformation()

Properties

NameTypeDescription
Public Property ActivationId System.String

Gets and sets the property ActivationId.

The activation ID created by Amazon Web Services Systems Manager when the server or virtual machine (VM) was registered.

Public Property AgentVersion System.String

Gets and sets the property AgentVersion.

The version of SSM Agent running on your Linux managed node.

Public Property AssociationOverview Amazon.SimpleSystemsManagement.Model.InstanceAggregatedAssociationOverview

Gets and sets the property AssociationOverview.

Information about the association.

Public Property AssociationStatus System.String

Gets and sets the property AssociationStatus.

The status of the association.

Public Property ComputerName System.String

Gets and sets the property ComputerName.

The fully qualified host name of the managed node.

Public Property IamRole System.String

Gets and sets the property IamRole.

The Identity and Access Management (IAM) role assigned to the on-premises Systems Manager managed node. This call doesn't return the IAM role for Amazon Elastic Compute Cloud (Amazon EC2) instances. To retrieve the IAM role for an EC2 instance, use the Amazon EC2 DescribeInstances operation. For information, see DescribeInstances in the Amazon EC2 API Reference or describe-instances in the Amazon Web Services CLI Command Reference.

Public Property InstanceId System.String

Gets and sets the property InstanceId.

The managed node ID.

Public Property IPAddress System.String

Gets and sets the property IPAddress.

The IP address of the managed node.

Public Property IsLatestVersion System.Boolean

Gets and sets the property IsLatestVersion.

Indicates whether the latest version of SSM Agent is running on your Linux managed node. This field doesn't indicate whether or not the latest version is installed on Windows managed nodes, because some older versions of Windows Server use the EC2Config service to process Systems Manager requests.

Public Property LastAssociationExecutionDate System.DateTime

Gets and sets the property LastAssociationExecutionDate.

The date the association was last run.

Public Property LastPingDateTime System.DateTime

Gets and sets the property LastPingDateTime.

The date and time when the agent last pinged the Systems Manager service.

Public Property LastSuccessfulAssociationExecutionDate System.DateTime

Gets and sets the property LastSuccessfulAssociationExecutionDate.

The last date the association was successfully run.

Public Property Name System.String

Gets and sets the property Name.

The name assigned to an on-premises server, edge device, or virtual machine (VM) when it is activated as a Systems Manager managed node. The name is specified as the DefaultInstanceName property using the CreateActivation command. It is applied to the managed node by specifying the Activation Code and Activation ID when you install SSM Agent on the node, as explained in Install SSM Agent for a hybrid and multicloud environment (Linux) and Install SSM Agent for a hybrid and multicloud environment (Windows). To retrieve the Name tag of an EC2 instance, use the Amazon EC2 DescribeInstances operation. For information, see DescribeInstances in the Amazon EC2 API Reference or describe-instances in the Amazon Web Services CLI Command Reference.

Public Property PingStatus Amazon.SimpleSystemsManagement.PingStatus

Gets and sets the property PingStatus.

Connection status of SSM Agent.

The status Inactive has been deprecated and is no longer in use.

Public Property PlatformName System.String

Gets and sets the property PlatformName.

The name of the operating system platform running on your managed node.

Public Property PlatformType Amazon.SimpleSystemsManagement.PlatformType

Gets and sets the property PlatformType.

The operating system platform type.

Public Property PlatformVersion System.String

Gets and sets the property PlatformVersion.

The version of the OS platform running on your managed node.

Public Property RegistrationDate System.DateTime

Gets and sets the property RegistrationDate.

The date the server or VM was registered with Amazon Web Services as a managed node.

Public Property ResourceType Amazon.SimpleSystemsManagement.ResourceType

Gets and sets the property ResourceType.

The type of instance. Instances are either EC2 instances or managed instances.

Public Property SourceId System.String

Gets and sets the property SourceId.

The ID of the source resource. For IoT Greengrass devices, SourceId is the Thing name.

Public Property SourceType Amazon.SimpleSystemsManagement.SourceType

Gets and sets the property SourceType.

The type of the source resource. For IoT Greengrass devices, SourceType is AWS::IoT::Thing.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5