CfnProjectMixinProps
- class aws_cdk.cfn_property_mixins.aws_lookoutvision.CfnProjectMixinProps(*, project_name=None)
Bases:
objectProperties for CfnProjectPropsMixin.
- Parameters:
project_name (
Optional[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.cfn_property_mixins import aws_lookoutvision as lookoutvision cfn_project_mixin_props = lookoutvision.CfnProjectMixinProps( project_name="projectName" )
Attributes
- project_name
The name of the project.