greengrass

IoT Greengrass

Analytics & IoTAWS
General

General information about the service.

Description

AWS IoT Greengrass extends cloud capabilities to edge devices.

Service Namespace

AWS::GreengrassV2::ComponentVersion

ARN Pattern

arn:aws:greengrass:{region}:{account}:components:{component-name}:versions:{version}

References

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

greengrass-

Length

1-128

Valid Characters

Letters, numbers, hyphens, underscores

Scope

region

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "aws_greengrassv2_component_version" "main" {
2 inline_recipe = jsonencode({
3 RecipeFormatVersion = "2020-01-25"
4 ComponentName = "greengrass-${var.environment}"
5 ComponentVersion = "1.0.0"
6 })
7}
Utilities

Utilities to support app deployment or configuration.