AWS::GreengrassV2::CoreDeviceRepresents a Greengrass core device, which is an IoT thing that runs the IoT Greengrass Core software.
1 configurable property. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
CoreDeviceThingName | string | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Architecture | string | The computer architecture of the core device. |
Arn | string | The ARN of the core device. |
CoreVersion | string | The version of the IoT Greengrass Core software that the core device runs. |
LastStatusUpdateTimestamp | string | The time at which the core device's status last updated, expressed in ISO 8601 format. |
Platform | string | The operating system platform that the core device runs. |
Runtime | string | The runtime for the core device. The runtime can be aws_nucleus_classic or aws_nucleus_lite. |
Status | string | The status of the core device. |
Tags | Array<object> | Tags associated with the core device. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::GreengrassV2::CoreDevice
Resources:
MyResource:
Type: AWS::GreengrassV2::CoreDevice
Properties:Permissions CloudFormation needs in your IAM role to manage this resource.
greengrass:GetCoreDevicegreengrass:ListTagsForResourcegreengrass:ListCoreDevicesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
CoreDeviceThingName