InstanceEntry class
Describes the Amazon Elastic Compute Cloud instance and related resources to
be created using the create cloud formation stack
operation.
Constructors
- InstanceEntry({required String availabilityZone, required String instanceType, required PortInfoSourceType portInfoSource, required String sourceName, String? userData})
Properties
- availabilityZone → String
-
The Availability Zone for the new Amazon EC2 instance.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- instanceType → String
-
The instance type (e.g.,
t2.micro
) to use for the new Amazon EC2 instance.final - portInfoSource → PortInfoSourceType
-
The port configuration to use for the new Amazon EC2 instance.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceName → String
-
The name of the export snapshot record, which contains the exported
Lightsail instance snapshot that will be used as the source of the new
Amazon EC2 instance.
final
- userData → String?
-
A launch script you can create that configures a server with additional user
data. For example, you might want to run
apt-get -y update
.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited