AWS::LookoutVision::Project
The AWS::LookoutVision::Project
type creates an Amazon Lookout for Vision
project. A project is a grouping of the resources needed to create and manage an Amazon
Lookout for Vision model.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::LookoutVision::Project", "Properties" : { "ProjectName" :
String
} }
YAML
Type: AWS::LookoutVision::Project Properties: ProjectName:
String
Properties
ProjectName
-
The name of the project.
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 resource name. For example:
{ "Ref": "CircuitBoardProject" }
For the Amazon Lookout for Vision CircuitBoardProject
, Ref returns the
name of the project.
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.