Show / Hide Table of Contents

Class OceanLaunchSpecState

Inheritance
System.Object
InputArgs
ResourceArgs
OceanLaunchSpecState
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.SpotInst.Ecs
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class OceanLaunchSpecState : ResourceArgs

Constructors

View Source

OceanLaunchSpecState()

Declaration
public OceanLaunchSpecState()

Properties

View Source

Attributes

Optionally adds labels to instances launched in an Ocean cluster.

Declaration
public InputList<OceanLaunchSpecAttributeGetArgs> Attributes { get; set; }
Property Value
Type Description
InputList<OceanLaunchSpecAttributeGetArgs>
View Source

AutoscaleHeadrooms

Set custom headroom per launch spec. provide list of headrooms object.

Declaration
public InputList<OceanLaunchSpecAutoscaleHeadroomGetArgs> AutoscaleHeadrooms { get; set; }
Property Value
Type Description
InputList<OceanLaunchSpecAutoscaleHeadroomGetArgs>
View Source

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>
View Source

ImageId

ID of the image used to launch the instances.

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

Name

The Ocean Launch Specification name.

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

OceanId

The Ocean cluster ID .

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

SecurityGroupIds

One or more security group ids.

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

Tags

A key/value mapping of tags to assign to the resource.

Declaration
public InputList<OceanLaunchSpecTagGetArgs> Tags { get; set; }
Property Value
Type Description
InputList<OceanLaunchSpecTagGetArgs>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.