BucketCacheOptions

class aws_cdk.aws_codebuild.BucketCacheOptions(*, prefix=None)

Bases: object

Parameters:

prefix (Optional[str]) – The prefix to use to store the cache in the bucket.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.aws_codebuild as codebuild

bucket_cache_options = codebuild.BucketCacheOptions(
    prefix="prefix"
)

Attributes

prefix

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