Class BuildImageConfig
The return type from IBuildImage.binder
- currently empty.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.CodeBuild
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class BuildImageConfig : IBuildImageConfig
Syntax (vb)
Public Class BuildImageConfig Implements IBuildImageConfig
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.AWS.CodeBuild;
var buildImageConfig = new BuildImageConfig { };
Synopsis
Constructors
BuildImageConfig() | The return type from |
Constructors
BuildImageConfig()
The return type from IBuildImage.binder
- currently empty.
public BuildImageConfig()
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.AWS.CodeBuild;
var buildImageConfig = new BuildImageConfig { };