Class OceanLaunchSpecArgs
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.Ecs
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class OceanLaunchSpecArgs : ResourceArgs
Constructors
View SourceOceanLaunchSpecArgs()
Declaration
public OceanLaunchSpecArgs()
Properties
View SourceAttributes
Optionally adds labels to instances launched in an Ocean cluster.
Declaration
public InputList<OceanLaunchSpecAttributeArgs> Attributes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<OceanLaunchSpecAttributeArgs> |
AutoscaleHeadrooms
Set custom headroom per launch spec. provide list of headrooms object.
Declaration
public InputList<OceanLaunchSpecAutoscaleHeadroomArgs> AutoscaleHeadrooms { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<OceanLaunchSpecAutoscaleHeadroomArgs> |
IamInstanceProfile
The ARN or name of an IAM instance profile to associate with launched instances.
Declaration
public Input<string> IamInstanceProfile { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ImageId
ID of the image used to launch the instances.
Declaration
public Input<string> ImageId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The Ocean Launch Specification name.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OceanId
The Ocean cluster ID .
Declaration
public Input<string> OceanId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SecurityGroupIds
One or more security group ids.
Declaration
public InputList<string> SecurityGroupIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Tags
A key/value mapping of tags to assign to the resource.
Declaration
public InputList<OceanLaunchSpecTagArgs> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<OceanLaunchSpecTagArgs> |
UserData
Base64-encoded MIME user data to make available to the instances.
Declaration
public Input<string> UserData { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |