AWS::Greengrass::Group GroupVersion - Amazon CloudFormation
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).

AWS::Greengrass::Group GroupVersion

A group version in Amazon IoT Greengrass, which references of a core definition version, device definition version, subscription definition version, and other version types that contain the components you want to deploy to a Greengrass core device. The group version must reference a core definition version that contains one core. Other version types are optionally included, depending on your business need.

In an Amazon CloudFormation template, GroupVersion is the property type of the InitialVersion property in the AWS::Greengrass::Group resource.

Syntax

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

Properties

ConnectorDefinitionVersionArn

The Amazon Resource Name (ARN) of the connector definition version that contains the connectors you want to deploy with the group version.

Required: No

Type: String

Update requires: Replacement

CoreDefinitionVersionArn

The ARN of the core definition version that contains the core you want to deploy with the group version. Currently, the core definition version can contain only one core.

Required: No

Type: String

Update requires: Replacement

DeviceDefinitionVersionArn

The ARN of the device definition version that contains the devices you want to deploy with the group version.

Required: No

Type: String

Update requires: Replacement

FunctionDefinitionVersionArn

The ARN of the function definition version that contains the functions you want to deploy with the group version.

Required: No

Type: String

Update requires: Replacement

LoggerDefinitionVersionArn

The ARN of the logger definition version that contains the loggers you want to deploy with the group version.

Required: No

Type: String

Update requires: Replacement

ResourceDefinitionVersionArn

The ARN of the resource definition version that contains the resources you want to deploy with the group version.

Required: No

Type: String

Update requires: Replacement

SubscriptionDefinitionVersionArn

The ARN of the subscription definition version that contains the subscriptions you want to deploy with the group version.

Required: No

Type: String

Update requires: Replacement

See also