Class LaunchTemplateBlockDeviceMappingGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class LaunchTemplateBlockDeviceMappingGetArgs : ResourceArgs
Constructors
View SourceLaunchTemplateBlockDeviceMappingGetArgs()
Declaration
public LaunchTemplateBlockDeviceMappingGetArgs()
Properties
View SourceDeviceName
The name of the device to mount.
Declaration
public Input<string> DeviceName { get; set; }
Property Value
Type | Description |
---|---|
Input<System.String> |
Ebs
Configure EBS volume properties.
Declaration
public Input<LaunchTemplateBlockDeviceMappingEbsGetArgs> Ebs { get; set; }
Property Value
Type | Description |
---|---|
Input<LaunchTemplateBlockDeviceMappingEbsGetArgs> |
NoDevice
Suppresses the specified device included in the AMI's block device mapping.
Declaration
public Input<string> NoDevice { get; set; }
Property Value
Type | Description |
---|---|
Input<System.String> |
VirtualName
The Instance Store Device
Name
(e.g. "ephemeral0"
).
Declaration
public Input<string> VirtualName { get; set; }
Property Value
Type | Description |
---|---|
Input<System.String> |