Show / Hide Table of Contents

Class CfnProjectMixinProps

Properties for CfnProjectPropsMixin.

Inheritance
object
CfnProjectMixinProps
Implements
ICfnProjectMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

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

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

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; }
Property Value

string

Remarks

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

Implements

ICfnProjectMixinProps
Back to top Generated by DocFX