ComponentDeploymentSpecification - Amazon IoT Greengrass
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

ComponentDeploymentSpecification

Contains information about a component to deploy.

Contents

componentVersion

The version of the component.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 64.

Required: Yes

configurationUpdate

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 Amazon IoT Greengrass Core software applies reset updates before it applies merge updates. For more information, see Update component configurations in the Amazon IoT Greengrass V2 Developer Guide.

Type: ComponentConfigurationUpdate object

Required: No

runWith

The system user and group that the Amazon IoT Greengrass Core software uses to run component processes on the core device. If you omit this parameter, the Amazon 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 Amazon IoT Greengrass V2 Developer Guide.

Type: ComponentRunWith object

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: