AWS::Rekognition::ProjectThe AWS::Rekognition::Project type creates an Amazon Rekognition CustomLabels Project. A project is a grouping of the resources needed to create and manage Dataset and ProjectVersions.
2 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ProjectName | string | RequiredCreate-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Rekognition::Project
Resources:
MyResource:
Type: AWS::Rekognition::Project
Properties:
ProjectName: "my-projectname"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
rekognition:CreateProjectrekognition:TagResourcerekognition:ListTagsForResourcerekognition:DescribeProjectsrekognition:ListTagsForResourcerekognition:DescribeProjectsrekognition:TagResourcerekognition:UntagResourcerekognition:ListTagsForResourcerekognition:DescribeProjectsrekognition:DeleteProjectrekognition:DescribeProjectsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterProjectNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ProjectName