interface CfnProjectMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.LookoutVision.CfnProjectMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awslookoutvision#CfnProjectMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.lookoutvision.CfnProjectMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_lookoutvision.CfnProjectMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_lookoutvision » CfnProjectMixinProps |
Properties for CfnProjectPropsMixin.
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/cfn-property-mixins';
const cfnProjectMixinProps: lookoutvision.CfnProjectMixinProps = {
projectName: 'projectName',
};
Properties
| Name | Type | Description |
|---|---|---|
| project | string | The name of the project. |
projectName?
Type:
string
(optional)
The name of the project.

.NET
Go
Java
Python
TypeScript