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 block device for an EBS volume.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class LaunchTemplateEbsBlockDevice
The LaunchTemplateEbsBlockDevice type exposes the following members
| Name | Description | |
|---|---|---|
|   | LaunchTemplateEbsBlockDevice() | 
| Name | Type | Description | |
|---|---|---|---|
|   | DeleteOnTermination | System.Nullable<System.Boolean> | Gets and sets the property DeleteOnTermination. Indicates whether the EBS volume is deleted on instance termination. | 
|   | Encrypted | System.Nullable<System.Boolean> | Gets and sets the property Encrypted. Indicates whether the EBS volume is encrypted. | 
|   | Iops | System.Nullable<System.Int32> | Gets and sets the property Iops. The number of I/O operations per second (IOPS) that the volume supports. | 
|   | KmsKeyId | System.String | Gets and sets the property KmsKeyId. Identifier (key ID, key alias, key ARN, or alias ARN) of the customer managed KMS key to use for EBS encryption. | 
|   | SnapshotId | System.String | Gets and sets the property SnapshotId. The ID of the snapshot. | 
|   | Throughput | System.Nullable<System.Int32> | Gets and sets the property Throughput. The throughput that the volume supports, in MiB/s. | 
|   | VolumeInitializationRate | System.Nullable<System.Int32> | Gets and sets the property VolumeInitializationRate. 
            The Amazon EBS Provisioned Rate for Volume Initialization (volume initialization rate)
            specified for the volume, in MiB/s. If no volume initialization rate was specified,
            the value is  | 
|   | VolumeSize | System.Nullable<System.Int32> | Gets and sets the property VolumeSize. The size of the volume, in GiB. | 
|   | VolumeType | Amazon.EC2.VolumeType | Gets and sets the property VolumeType. The volume type. | 
.NET: 
Supported in: 8.0 and newer, Core 3.1
.NET Standard: 
Supported in: 2.0
.NET Framework: 
Supported in: 4.7.2 and newer