Show / Hide Table of Contents

Class CfnBuildProps

Properties for defining a CfnBuild.

Inheritance
object
CfnBuildProps
Implements
ICfnBuildProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.CodeBuild
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnBuildProps : ICfnBuildProps
Syntax (vb)
Public Class CfnBuildProps Implements ICfnBuildProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-build.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.AWS.CodeBuild;

             var cfnBuildProps = new CfnBuildProps {
                 ProjectName = "projectName"
             };

Synopsis

Constructors

CfnBuildProps()

Properties for defining a CfnBuild.

Properties

ProjectName

Properties for defining a CfnBuild.

Constructors

CfnBuildProps()

Properties for defining a CfnBuild.

public CfnBuildProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-build.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.AWS.CodeBuild;

             var cfnBuildProps = new CfnBuildProps {
                 ProjectName = "projectName"
             };

Properties

ProjectName

Properties for defining a CfnBuild.

public string? ProjectName { get; set; }
Property Value

string

Remarks

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

Implements

ICfnBuildProps
Back to top Generated by DocFX