interface CfnProjectProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.LookoutVision.CfnProjectProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslookoutvision#CfnProjectProps |
![]() | software.amazon.awscdk.services.lookoutvision.CfnProjectProps |
![]() | aws_cdk.aws_lookoutvision.CfnProjectProps |
![]() | aws-cdk-lib » aws_lookoutvision » CfnProjectProps |
Properties for defining a CfnProject
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_lookoutvision as lookoutvision } from 'aws-cdk-lib';
const cfnProjectProps: lookoutvision.CfnProjectProps = {
projectName: 'projectName',
};
Properties
Name | Type | Description |
---|---|---|
project | string | The name of the project. |
projectName
Type:
string
The name of the project.