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::Rekognition::Project
The AWS::Rekognition::Project type creates an Amazon Rekognition Custom Labels
project. A project is a group of resources needed to create and manage versions of an
Amazon Rekognition Custom Labels model.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Rekognition::Project", "Properties" : { "ProjectName" :String, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::Rekognition::Project Properties: ProjectName:StringTags:- Tag
Properties
ProjectName-
The name of the project to create.
Required: Yes
Type: String
Pattern:
[a-zA-Z0-9][a-zA-Z0-9_\-]*Minimum:
1Maximum:
255Update requires: Replacement
Property description not available.
Required: No
Type: Array of Tag
Minimum:
0Maximum:
200Update requires: No interruption
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns
the project name. For example:
{ "Ref": "CircuitBoardProject" }
For more information about using the Ref function, see Ref.
Fn::GetAtt
Fn::GetAtt
returns a value for a specified attribute of this type. The
following are the available attributes and sample return values. For more information about
using Fn::GetAtt, see
Fn::GetAtt.
Arn-
Returns the Amazon Resource Name of the project.