AWS SDK for .NET Documentation
InstanceIdentity Class
AmazonAmazon.DataPipeline.ModelInstanceIdentity Did this page help you?   Yes   No    Tell us about it...

Identity information for the Amazon 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, go to 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.

Declaration Syntax
C#
public class InstanceIdentity
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
InstanceIdentity()()()()
Initializes a new instance of the InstanceIdentity class

Document
A description of an Amazon 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.

Constraints:

Length
0 - 1024
Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Signature
A signature which can be used to verify the accuracy and authenticity of the information provided in the instance identity document.

Constraints:

Length
0 - 1024
Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithDocument(String) Obsolete.
Sets the Document property

WithSignature(String) Obsolete.
Sets the Signature property

Inheritance Hierarchy
Object
InstanceIdentity

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)