Class InstanceState
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.Aws.LightSail
Assembly: Pulumi.Aws.dll
Syntax
public sealed class InstanceState : ResourceArgs
Constructors
View SourceInstanceState()
Declaration
public InstanceState()
Properties
View SourceArn
The ARN of the Lightsail instance (matches id).
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
BundleId
The bundle of specification information (see list below)
Declaration
public Input<string> BundleId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CpuCount
Declaration
public Input<int> CpuCount { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
CreatedAt
The timestamp when the instance was created.
availability_zoneblueprint_idbundle_idkey_pair_nameuser_data
Declaration
public Input<string> CreatedAt { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Ipv6Address
Declaration
public Input<string> Ipv6Address { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IsStaticIp
Declaration
public Input<bool> IsStaticIp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
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> |
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> |
PrivateIpAddress
Declaration
public Input<string> PrivateIpAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PublicIpAddress
Declaration
public Input<string> PublicIpAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RamSize
Declaration
public Input<int> RamSize { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Tags
A map of tags to assign to the resource.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
UserData
launch script to configure server with additional user data
Declaration
public Input<string> UserData { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Username
Declaration
public Input<string> Username { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |