AWS::GreengrassV2::ComponentVersion ComponentPlatform - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::GreengrassV2::ComponentVersion ComponentPlatform

Contains information about a platform that a component supports.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Attributes" : {Key: Value, ...}, "Name" : String }

YAML

Attributes: Key: Value Name: String

Properties

Attributes

A dictionary of attributes for the platform. The Amazon IoT Greengrass Core software defines the os and platform by default. You can specify additional platform attributes for a core device when you deploy the Amazon IoT Greengrass nucleus component. For more information, see the Amazon IoT Greengrass nucleus component in the Amazon IoT Greengrass V2 Developer Guide.

Required: No

Type: Object of String

Pattern: .+

Update requires: Replacement

Name

The friendly name of the platform. This name helps you identify the platform.

If you omit this parameter, Amazon IoT Greengrass creates a friendly name from the os and architecture of the platform.

Required: No

Type: String

Update requires: Replacement