CfnProjectProps
- class aws_cdk.aws_lookoutvision.CfnProjectProps(*, project_name)
- Bases: - object- Properties for defining a - CfnProject.- Parameters:
- project_name ( - str) – The name of the project.
- See:
- ExampleMetadata:
- fixture=_generated 
 - Example: - # The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_lookoutvision as lookoutvision cfn_project_props = lookoutvision.CfnProjectProps( project_name="projectName" ) - Attributes - project_name
- The name of the project.