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 an instance attribute.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.InstanceAttribute

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

Syntax

C#
public class InstanceAttribute

The InstanceAttribute type exposes the following members

Constructors

NameDescription
Public Method InstanceAttribute()

Properties

NameTypeDescription
Public Property BlockDeviceMappings System.Collections.Generic.List<Amazon.EC2.Model.InstanceBlockDeviceMapping>

Gets and sets the property BlockDeviceMappings.

The block device mapping of the instance.

Public Property DisableApiStop System.Boolean

Gets and sets the property DisableApiStop.

To enable the instance for Amazon Web Services Stop Protection, set this parameter to true; otherwise, set it to false.

Public Property DisableApiTermination System.Boolean

Gets and sets the property DisableApiTermination.

If the value is true, you can't terminate the instance through the Amazon EC2 console, CLI, or API; otherwise, you can.

Public Property EbsOptimized System.Boolean

Gets and sets the property EbsOptimized.

Indicates whether the instance is optimized for Amazon EBS I/O.

Public Property EnaSupport System.Boolean

Gets and sets the property EnaSupport.

Indicates whether enhanced networking with ENA is enabled.

Public Property EnclaveOptions Amazon.EC2.Model.EnclaveOptions

Gets and sets the property EnclaveOptions.

To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter to true; otherwise, set it to false.

Public Property Groups System.Collections.Generic.List<Amazon.EC2.Model.GroupIdentifier>

Gets and sets the property Groups.

The security groups associated with the instance.

Public Property InstanceId System.String

Gets and sets the property InstanceId.

The ID of the instance.

Public Property InstanceInitiatedShutdownBehavior System.String

Gets and sets the property InstanceInitiatedShutdownBehavior.

Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).

Public Property InstanceType System.String

Gets and sets the property InstanceType.

The instance type.

Public Property KernelId System.String

Gets and sets the property KernelId.

The kernel ID.

Public Property ProductCodes System.Collections.Generic.List<Amazon.EC2.Model.ProductCode>

Gets and sets the property ProductCodes.

A list of product codes.

Public Property RamdiskId System.String

Gets and sets the property RamdiskId.

The RAM disk ID.

Public Property RootDeviceName System.String

Gets and sets the property RootDeviceName.

The device name of the root device volume (for example, /dev/sda1).

Public Property SourceDestCheck System.Boolean

Gets and sets the property SourceDestCheck.

Enable or disable source/destination checks, which ensure that the instance is either the source or the destination of any traffic that it receives. If the value is true, source/destination checks are enabled; otherwise, they are disabled. The default value is true. You must disable source/destination checks if the instance runs services such as network address translation, routing, or firewalls.

Public Property SriovNetSupport System.String

Gets and sets the property SriovNetSupport.

Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.

Public Property UserData System.String

Gets and sets the property UserData.

The user data.

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