Class InstanceEbsBlockDevice
Inheritance
System.Object
InstanceEbsBlockDevice
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Ec2.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class InstanceEbsBlockDevice
Fields
View SourceDeleteOnTermination
Whether the volume should be destroyed
on instance termination (Default: true).
Declaration
public readonly bool? DeleteOnTermination
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
DeviceName
The name of the device to mount.
Declaration
public readonly string DeviceName
Field Value
| Type | Description |
|---|---|
| System.String |
Encrypted
Enables EBS
encryption
on the volume (Default: false). Cannot be used with snapshot_id. Must be configured to perform drift detection.
Declaration
public readonly bool? Encrypted
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Iops
The amount of provisioned
IOPS.
This must be set with a volume_type of "io1".
Declaration
public readonly int? Iops
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
KmsKeyId
Amazon Resource Name (ARN) of the KMS Key to use when encrypting the volume. Must be configured to perform drift detection.
Declaration
public readonly string KmsKeyId
Field Value
| Type | Description |
|---|---|
| System.String |
SnapshotId
The Snapshot ID to mount.
Declaration
public readonly string SnapshotId
Field Value
| Type | Description |
|---|---|
| System.String |
VolumeId
Declaration
public readonly string VolumeId
Field Value
| Type | Description |
|---|---|
| System.String |
VolumeSize
The size of the volume in gibibytes (GiB).
Declaration
public readonly int? VolumeSize
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
VolumeType
The type of volume. Can be "standard", "gp2",
or "io1". (Default: "gp2").
Declaration
public readonly string VolumeType
Field Value
| Type | Description |
|---|---|
| System.String |