AWS::GreengrassV2::ComponentVersion ComponentPlatform - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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::ComponentVersion ComponentPlatform

Contains information about a platform that a component supports.

Syntax

To declare this entity in your 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 AWS 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 AWS IoT Greengrass nucleus component. For more information, see the AWS IoT Greengrass nucleus component in the AWS 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, AWS IoT Greengrass creates a friendly name from the os and architecture of the platform.

Required: No

Type: String

Update requires: Replacement