forked from aws-greengrass/aws-greengrass-client-device-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
recipe.json
27 lines (27 loc) · 847 Bytes
/
recipe.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"RecipeFormatVersion": "2020-01-25",
"ComponentName": "{COMPONENT_NAME}",
"ComponentVersion": "{COMPONENT_VERSION}",
"ComponentType": "aws.greengrass.plugin",
"ComponentDescription": "The client device auth component authenticates client devices and authorizes client device actions, so client devices can connect to your Greengrass core device. This component creates the certificate vended by the local MQTT broker.",
"ComponentPublisher": "{COMPONENT_PUBLISHER}",
"ComponentDependencies": {
"aws.greengrass.Nucleus": {
"VersionRequirement": ">=2.2.0 <2.10.0",
"DependencyType": "SOFT"
}
},
"Manifests": [
{
"Platform": {
"os": "*"
},
"Lifecycle": {},
"Artifacts": [
{
"URI": "s3://aws.greengrass.clientdevices.Auth.jar"
}
]
}
]
}