Hierarchy

  • CreateLocalDeploymentRequest

Properties

artifactsDirectoryPath?: string

All artifact files in this directory will be copied over to the Greengrass package store.

componentToConfiguration?: Map<string, any>

Map of component names to configuration.

componentToRunWithInfo?: Map<string, RunWithInfo>

Map of component names to component run as info.

failureHandlingPolicy?: FailureHandlingPolicy

Deployment failure handling policy.

groupName?: string

The thing group name the deployment is targeting. If the group name is not specified, "LOCAL_DEPLOYMENT" will be used.

recipeDirectoryPath?: string

All recipes files in this directory will be copied over to the Greengrass package store.

rootComponentVersionsToAdd?: Map<string, string>

Map of component name to version. Components will be added to the group's existing root components.

rootComponentsToRemove?: string[]

List of components that need to be removed from the group, for example if new artifacts were loaded in this request but recipe version did not change.

Generated using TypeDoc