Class CfnProjectMixinProps
Properties for CfnProjectPropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.LookoutVision.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnProjectMixinProps : ICfnProjectMixinProps
Syntax (vb)
Public Class CfnProjectMixinProps Implements ICfnProjectMixinProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.LookoutVision.Mixins;
var cfnProjectMixinProps = new CfnProjectMixinProps {
ProjectName = "projectName"
};
Synopsis
Constructors
| CfnProjectMixinProps() | Properties for CfnProjectPropsMixin. |
Properties
| ProjectName | The name of the project. |
Constructors
CfnProjectMixinProps()
Properties for CfnProjectPropsMixin.
public CfnProjectMixinProps()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.LookoutVision.Mixins;
var cfnProjectMixinProps = new CfnProjectMixinProps {
ProjectName = "projectName"
};
Properties
ProjectName
The name of the project.
public string? ProjectName { get; set; }