Show / Hide Table of Contents

Class AmiCopyEphemeralBlockDeviceGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AmiCopyEphemeralBlockDeviceGetArgs
Inherited Members
ResourceArgs.Empty
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 AmiCopyEphemeralBlockDeviceGetArgs : ResourceArgs

Constructors

View Source

AmiCopyEphemeralBlockDeviceGetArgs()

Declaration
public AmiCopyEphemeralBlockDeviceGetArgs()

Properties

View Source

DeviceName

The path at which the device is exposed to created instances.

Declaration
public Input<string> DeviceName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

VirtualName

A name for the ephemeral device, of the form "ephemeralN" where N is a volume number starting from zero.

Declaration
public Input<string> VirtualName { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.