Show / Hide Table of Contents

Class InstanceState

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

Constructors

View Source

InstanceState()

Declaration
public InstanceState()

Properties

View Source

Arn

The ARN of the Lightsail instance (matches id).

Declaration
public Input<string> Arn { get; set; }
Property Value
Type Description
Input<System.String>
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

CpuCount

Declaration
public Input<int> CpuCount { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

CreatedAt

The timestamp when the instance was created.

  • availability_zone
  • blueprint_id
  • bundle_id
  • key_pair_name
  • user_data
Declaration
public Input<string> CreatedAt { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Ipv6Address

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

IsStaticIp

Declaration
public Input<bool> IsStaticIp { get; set; }
Property Value
Type Description
Input<System.Boolean>
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

PrivateIpAddress

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

PublicIpAddress

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

RamSize

Declaration
public Input<int> RamSize { get; set; }
Property Value
Type Description
Input<System.Int32>
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

Username

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