AWS Fundamentals Logo
AWS Fundamentals
AWS::GreengrassV2::CoreDevice

GreengrassV2 CoreDevice

Represents a Greengrass core device, which is an IoT thing that runs the IoT Greengrass Core software.

Properties

1 configurable property. Click a row to see details.

Filter:
PropertyTypeFlags
CoreDeviceThingName
string
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArchitecturestringThe computer architecture of the core device.
ArnstringThe ARN of the core device.
CoreVersionstringThe version of the IoT Greengrass Core software that the core device runs.
LastStatusUpdateTimestampstringThe time at which the core device's status last updated, expressed in ISO 8601 format.
PlatformstringThe operating system platform that the core device runs.
RuntimestringThe runtime for the core device. The runtime can be aws_nucleus_classic or aws_nucleus_lite.
StatusstringThe status of the core device.
TagsArray<object>Tags associated with the core device.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::GreengrassV2::CoreDevice

Resources:
  MyResource:
    Type: AWS::GreengrassV2::CoreDevice
    Properties:

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

read

greengrass:GetCoreDevicegreengrass:ListTagsForResource

list

greengrass:ListCoreDevices

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceGreengrassV2
Properties9
Required0
TaggingSupported
Primary IDArn

Supported Operations

ReadList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

CoreDeviceThingName

External Links