The return type from IBuildImage.binder - currently empty.

Namespace: Amazon.CDK.AWS.CodeBuild
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IBuildImageConfig
Syntax (vb)
Public Interface 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