CfnProjectProps
- class aws_cdk.aws_lookoutvision.CfnProjectProps(*, project_name)
Bases:
objectProperties for defining a
CfnProject.- Parameters:
project_name (
str) – The name of the project.- Link:
- 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_lookoutvision as lookoutvision cfn_project_props = lookoutvision.CfnProjectProps( project_name="projectName" )
Attributes
- project_name
The name of the project.