type property

Input<String?>? type
final

Type of storage that will be used for the AWS CodeBuild project cache. Valid values: NO_CACHE, LOCAL, S3. Defaults to NO_CACHE.

Implementation

final pulumi.Input<String?>? type;