Show / Hide Table of Contents

Class InstanceArgs

Inheritance
System.Object
InputArgs
ResourceArgs
InstanceArgs
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.LightSail
Assembly: Pulumi.Aws.dll
Syntax
public sealed class InstanceArgs : ResourceArgs

Constructors

View Source

InstanceArgs()

Declaration
public InstanceArgs()

Properties

View Source

AvailabilityZone

The Availability Zone in which to create your instance (see list below)

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

BlueprintId

The ID for a virtual private server image (see list below)

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

BundleId

The bundle of specification information (see list below)

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

KeyPairName

The name of your key pair. Created in the Lightsail console (cannot use aws.ec2.KeyPair at this time)

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

Name

The name of the Lightsail Instance. Names be unique within each AWS Region in your Lightsail account.

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

Tags

A map of tags to assign to the resource.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

UserData

launch script to configure server with additional user data

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