CfnProjectMixinProps
- class aws_cdk.mixins_preview.aws_lookoutvision.mixins.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.mixins_preview.aws_lookoutvision import mixins as lookoutvision_mixins cfn_project_mixin_props = lookoutvision_mixins.CfnProjectMixinProps( project_name="projectName" )
Attributes
- project_name
The name of the project.