CfnProjectMixinProps

class aws_cdk.mixins_preview.aws_lookoutvision.mixins.CfnProjectMixinProps(*, project_name=None)

Bases: object

Properties for CfnProjectPropsMixin.

Parameters:

project_name (Optional[str]) – The name of the project.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lookoutvision-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.
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.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lookoutvision-project.html#cfn-lookoutvision-project-projectname