Show / Hide Table of Contents

Class SpotInstanceRequestRootBlockDevice

Inheritance
System.Object
SpotInstanceRequestRootBlockDevice
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 SpotInstanceRequestRootBlockDevice

Fields

View Source

DeleteOnTermination

Whether the volume should be destroyed on instance termination (Default: true).

Declaration
public readonly bool? DeleteOnTermination
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

DeviceName

The name of the device to mount.

Declaration
public readonly string DeviceName
Field Value
Type Description
System.String
View Source

Encrypted

Enable volume encryption. (Default: false). Must be configured to perform drift detection.

Declaration
public readonly bool? Encrypted
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Iops

The amount of provisioned IOPS. This is only valid for volume_type of &quot;io1&quot;, and must be specified if using that type

Declaration
public readonly int? Iops
Field Value
Type Description
System.Nullable<System.Int32>
View Source

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
View Source

VolumeId

Declaration
public readonly string VolumeId
Field Value
Type Description
System.String
View Source

VolumeSize

The size of the volume in gibibytes (GiB).

Declaration
public readonly int? VolumeSize
Field Value
Type Description
System.Nullable<System.Int32>
View Source

VolumeType

The type of volume. Can be &quot;standard&quot;, &quot;gp2&quot;, &quot;io1&quot;, &quot;sc1&quot;, or &quot;st1&quot;. (Default: &quot;standard&quot;).

Declaration
public readonly string VolumeType
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.