ComponentDeploymentSpecification class
Contains information about a component to deploy.
Constructors
- ComponentDeploymentSpecification.new({String? componentVersion, ComponentConfigurationUpdate? configurationUpdate, ComponentRunWith? runWith})
-
ComponentDeploymentSpecification.fromJson(Map<
String, dynamic> json) -
factory
Properties
- componentVersion → String?
-
The version of the component.
final
- configurationUpdate → ComponentConfigurationUpdate?
-
The configuration updates to deploy for the component. You can define
reset updates and merge updates. A reset updates the keys that
you specify to the default configuration for the component. A merge updates
the core device's component configuration with the keys and values that you
specify. The AWS IoT Greengrass Core software applies reset updates before
it applies merge updates. For more information, see Update
component configurations in the AWS IoT Greengrass V2 Developer
Guide.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- runWith → ComponentRunWith?
-
The system user and group that the AWS IoT Greengrass Core software uses to
run component processes on the core device. If you omit this parameter, the
AWS IoT Greengrass Core software uses the system user and group that you
configure for the core device. For more information, see Configure
the user and group that run components in the AWS IoT Greengrass V2
Developer Guide.
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