Class ProjectCache
Inheritance
System.Object
ProjectCache
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.CodeBuild.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ProjectCache
Fields
View SourceLocation
The location where the AWS CodeBuild project stores cached resources. For type S3 the value must be a valid S3 bucket name/prefix.
Declaration
public readonly string Location
Field Value
| Type | Description |
|---|---|
| System.String |
Modes
Specifies settings that AWS CodeBuild uses to store and reuse build dependencies. Valid values: LOCAL_SOURCE_CACHE, LOCAL_DOCKER_LAYER_CACHE, and LOCAL_CUSTOM_CACHE
Declaration
public readonly ImmutableArray<string> Modes
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Type
The type of storage that will be used for the AWS CodeBuild project cache. Valid values: NO_CACHE, LOCAL, and S3. Defaults to NO_CACHE.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |