Class CfnBuildProps
Properties for defining a CfnBuild.
Implements
Inherited Members
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 |
Properties
| ProjectName | Properties for defining a |
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; }