ResolvedComponentVersion - 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).

ResolvedComponentVersion

Contains information about a component version that is compatible to run on a Greengrass core device.

Contents

arn

The ARN of the component version.

Type: String

Pattern: arn:[^:]*:greengrass:[^:]*:(aws|[0-9]+):components:[^:]+:versions:[^:]+

Required: No

componentName

The name of the component.

Type: String

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

Required: No

componentVersion

The version of the component.

Type: String

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

Required: No

message

A message that communicates details about the vendor guidance state of the component version. This message communicates why a component version is discontinued or deleted.

Type: String

Length Constraints: Minimum length of 1.

Required: No

recipe

The recipe of the component version.

Type: Base64-encoded binary data object

Required: No

vendorGuidance

The vendor guidance state for the component version. This state indicates whether the component version has any issues that you should consider before you deploy it. The vendor guidance state can be:

  • ACTIVE – This component version is available and recommended for use.

  • DISCONTINUED – This component version has been discontinued by its publisher. You can deploy this component version, but we recommend that you use a different version of this component.

  • DELETED – This component version has been deleted by its publisher, so you can't deploy it. If you have any existing deployments that specify this component version, those deployments will fail.

Type: String

Valid Values: ACTIVE | DISCONTINUED | DELETED

Required: No

See Also

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