AWS SDK Version 2 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.

.NET Framework 3.5
 

Identity information for the EC2 instance that is hosting the task runner. You can get this value by calling a metadata URI from the EC2 instance. For more information, see Instance Metadata in the Amazon Elastic Compute Cloud User Guide. Passing in this value proves that your task runner is running on an EC2 instance, and ensures the proper AWS Data Pipeline service charges are applied to your pipeline.

Inheritance Hierarchy

System.Object
  Amazon.DataPipeline.Model.InstanceIdentity

Namespace: Amazon.DataPipeline.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class InstanceIdentity : Object

The InstanceIdentity type exposes the following members

Constructors

NameDescription
Public Method InstanceIdentity()

Properties

NameTypeDescription
Public Property Document System.String Gets and sets the property Document.

A description of an EC2 instance that is generated when the instance is launched and exposed to the instance via the instance metadata service in the form of a JSON representation of an object.

Public Property Signature System.String Gets and sets the property Signature.

A signature which can be used to verify the accuracy and authenticity of the information provided in the instance identity document.

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8