AWS::Greengrass::ResourceDefinitionVersion ResourceDownloadOwnerSetting - 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::Greengrass::ResourceDefinitionVersion ResourceDownloadOwnerSetting

The owner setting for a downloaded machine learning resource. For more information, see Access Machine Learning Resources from Lambda Functions in the Amazon IoT Greengrass Version 1 Developer Guide .

In an Amazon CloudFormation template, ResourceDownloadOwnerSetting is the property type of the OwnerSetting property for the S3MachineLearningModelResourceData and SageMakerMachineLearningModelResourceData property types.

Syntax

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

JSON

{ "GroupOwner" : String, "GroupPermission" : String }

YAML

GroupOwner: String GroupPermission: String

Properties

GroupOwner

The group owner of the machine learning resource. This is the group ID (GID) of an existing Linux OS group on the system. The group's permissions are added to the Lambda process.

Required: Yes

Type: String

Update requires: Replacement

GroupPermission

The permissions that the group owner has to the machine learning resource. Valid values are rw (read-write) or ro (read-only).

Required: Yes

Type: String

Update requires: Replacement