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 AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Rekognition::Project", "Properties" : { "ProjectName" :
String
} }
YAML
Type: AWS::Rekognition::Project Properties: ProjectName:
String
Properties
ProjectName
-
The name of the project to create.
Required: Yes
Type: String
Pattern:
[a-zA-Z0-9][a-zA-Z0-9_\-]*
Minimum:
1
Maximum:
255
Update requires: Replacement
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.