Show / Hide Table of Contents

Class OceanLaunchSpecArgs

Inheritance
System.Object
InputArgs
ResourceArgs
OceanLaunchSpecArgs
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 OceanLaunchSpecArgs : ResourceArgs

Constructors

View Source

OceanLaunchSpecArgs()

Declaration
public OceanLaunchSpecArgs()

Properties

View Source

Attributes

Optionally adds labels to instances launched in an Ocean cluster.

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

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>
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<OceanLaunchSpecTagArgs> Tags { get; set; }
Property Value
Type Description
InputList<OceanLaunchSpecTagArgs>
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.