Class InstanceArgs
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 InstanceArgs : ResourceArgs
Constructors
View SourceInstanceArgs()
Declaration
public InstanceArgs()
Properties
View SourceAvailabilityZone
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> |
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> |
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> |