forked from aws-greengrass/aws-greengrass-ip-detector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
recipe.json
27 lines (27 loc) · 824 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 IP detector component reports the core device's connectivity information to the AWS IoT Greengrass cloud service. Client devices use this information to discover core devices to which they can connect.",
"ComponentPublisher": "{COMPONENT_PUBLISHER}",
"ComponentDependencies": {
"aws.greengrass.Nucleus": {
"VersionRequirement": ">=2.2.0 <2.6.0",
"DependencyType": "SOFT"
}
},
"Manifests": [
{
"Platform": {
"os": "*"
},
"Lifecycle": {},
"Artifacts": [
{
"URI": "s3://aws.greengrass.clientdevices.IPDetector.jar"
}
]
}
]
}