Class MrScalarApplicationArgs
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.SpotInst.Aws.Inputs
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class MrScalarApplicationArgs : ResourceArgs
Constructors
View SourceMrScalarApplicationArgs()
Declaration
public MrScalarApplicationArgs()
Properties
View SourceArgs
Declaration
public InputList<string> Args { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Name
The MrScaler name.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Version
Declaration
public Input<string> Version { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |