AWS::GreengrassV2::Deployment ComponentDeploymentSpecification - AWS CloudFormation

AWS::GreengrassV2::Deployment ComponentDeploymentSpecification

Contains information about a component to deploy.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

Properties

ComponentVersion

The version of the component.

Required: No

Type: String

Minimum: 1

Maximum: 64

Update requires: Replacement

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 AWS IoT Greengrass Core software applies reset updates before it applies merge updates. For more information, see Update component configuration.

Required: No

Type: ComponentConfigurationUpdate

Update requires: Replacement

RunWith

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

Required: No

Type: ComponentRunWith

Update requires: Replacement