CfnProjectProps
- class aws_cdk.aws_rekognition.CfnProjectProps(*, project_name)
Bases:
object
Properties for defining a
CfnProject
.- Parameters:
project_name (
str
) – The name of the project to create.- Link:
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rekognition-project.html
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_rekognition as rekognition cfn_project_props = rekognition.CfnProjectProps( project_name="projectName" )
Attributes
- project_name
The name of the project to create.