aws-cdk-lib.aws_codebuild.BuildImageConfig

interface BuildImageConfig

LanguageType name
.NETAmazon.CDK.AWS.CodeBuild.BuildImageConfig
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscodebuild#BuildImageConfig
Javasoftware.amazon.awscdk.services.codebuild.BuildImageConfig
Pythonaws_cdk.aws_codebuild.BuildImageConfig
TypeScript (source)aws-cdk-lib » aws_codebuild » BuildImageConfig

Obtainable from LinuxGpuBuildImage.bind()

The return type from IBuildImage.binder - currently empty.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_codebuild as codebuild } from 'aws-cdk-lib';
const buildImageConfig: codebuild.BuildImageConfig = { };