Class LaunchConfigurationEbsBlockDeviceArgs
Inheritance
System.Object
LaunchConfigurationEbsBlockDeviceArgs
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()
Assembly: Pulumi.Aws.dll
public sealed class LaunchConfigurationEbsBlockDeviceArgs : ResourceArgs
Constructors
View Source
Declaration
public LaunchConfigurationEbsBlockDeviceArgs()
Properties
View Source
Declaration
public Input<bool> DeleteOnTermination { get; set; }
Property Value
Type |
Description |
Input<System.Boolean> |
|
View Source
Declaration
public Input<string> DeviceName { get; set; }
Property Value
Type |
Description |
Input<System.String> |
|
View Source
Declaration
public Input<bool> Encrypted { get; set; }
Property Value
Type |
Description |
Input<System.Boolean> |
|
View Source
Declaration
public Input<int> Iops { get; set; }
Property Value
Type |
Description |
Input<System.Int32> |
|
View Source
Declaration
public Input<bool> NoDevice { get; set; }
Property Value
Type |
Description |
Input<System.Boolean> |
|
View Source
Declaration
public Input<string> SnapshotId { get; set; }
Property Value
Type |
Description |
Input<System.String> |
|
View Source
Declaration
public Input<int> VolumeSize { get; set; }
Property Value
Type |
Description |
Input<System.Int32> |
|
View Source
Declaration
public Input<string> VolumeType { get; set; }
Property Value
Type |
Description |
Input<System.String> |
|