interface BucketCacheOptions
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CodeBuild.BucketCacheOptions |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscodebuild#BucketCacheOptions |
![]() | software.amazon.awscdk.services.codebuild.BucketCacheOptions |
![]() | aws_cdk.aws_codebuild.BucketCacheOptions |
![]() | 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
Name | Type | Description |
---|---|---|
prefix? | string | The 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.