Class RailsAppLayerEbsVolumeArgs
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.OpsWorks.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class RailsAppLayerEbsVolumeArgs : ResourceArgs
Constructors
View SourceRailsAppLayerEbsVolumeArgs()
Declaration
public RailsAppLayerEbsVolumeArgs()
Properties
View SourceEncrypted
Declaration
public Input<bool> Encrypted { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Iops
For PIOPS volumes, the IOPS per disk.
Declaration
public Input<int> Iops { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
MountPoint
The path to mount the EBS volume on the layer's instances.
Declaration
public Input<string> MountPoint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NumberOfDisks
The number of disks to use for the EBS volume.
Declaration
public Input<int> NumberOfDisks { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
RaidLevel
The RAID level to use for the volume.
Declaration
public Input<string> RaidLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Size
The size of the volume in gigabytes.
Declaration
public Input<int> Size { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Type
The type of volume to create. This may be standard (the default), io1 or gp2.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |