aws-cdk-lib.aws_codebuild.BucketCacheOptions

interface BucketCacheOptions

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

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 bucketCacheOptions: codebuild.BucketCacheOptions = {
  prefix: 'prefix',
};

Properties

NameTypeDescription
prefix?stringThe prefix to use to store the cache in the bucket.

prefix?

Type: string (optional)

The prefix to use to store the cache in the bucket.