AWS::Greengrass::Group GroupVersion
A group version in AWS 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 AWS CloudFormation template, GroupVersion
is the property type of the
InitialVersion
property in the AWS::Greengrass::Group
resource.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ConnectorDefinitionVersionArn" :
String
, "CoreDefinitionVersionArn" :String
, "DeviceDefinitionVersionArn" :String
, "FunctionDefinitionVersionArn" :String
, "LoggerDefinitionVersionArn" :String
, "ResourceDefinitionVersionArn" :String
, "SubscriptionDefinitionVersionArn" :String
}
YAML
ConnectorDefinitionVersionArn:
String
CoreDefinitionVersionArn:String
DeviceDefinitionVersionArn:String
FunctionDefinitionVersionArn:String
LoggerDefinitionVersionArn:String
ResourceDefinitionVersionArn:String
SubscriptionDefinitionVersionArn:String
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
-
GroupVersion in the AWS IoT Greengrass Version 1 API Reference