This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::GreengrassV2::CoreDevice
The AWS::GreengrassV2::CoreDevice resource Property description not available. for GreengrassV2.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::GreengrassV2::CoreDevice", "Properties" : { "CoreDeviceThingName" :String} }
YAML
Type: AWS::GreengrassV2::CoreDevice Properties: CoreDeviceThingName:String
Properties
CoreDeviceThingName-
The name of the core device. This is also the name of the AWS IoT thing.
Required: No
Type: String
Minimum:
1Maximum:
128Update requires: Replacement
Return values
Ref
Fn::GetAtt
Architecture-
The computer architecture of the core device.
ArnProperty description not available.
CoreVersionProperty description not available.
LastStatusUpdateTimestamp-
The time at which the core device's status last updated, expressed in ISO 8601 format.
Platform-
The operating system platform that the core device runs.
Runtime-
The runtime for the core device. The runtime can be:
-
aws_nucleus_classic -
aws_nucleus_lite
-
Status-
The status of the core device. Core devices can have the following statuses:
-
HEALTHY– The AWS IoT Greengrass Core software and all components run on the core device without issue. -
UNHEALTHY– The AWS IoT Greengrass Core software or a component is in a failed state on the core device.
-
TagsProperty description not available.