interface FileSystemConfig
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CodeBuild.FileSystemConfig |
![]() | software.amazon.awscdk.services.codebuild.FileSystemConfig |
![]() | aws_cdk.aws_codebuild.FileSystemConfig |
![]() | @aws-cdk/aws-codebuild » FileSystemConfig |
The type returned from {@link IFileSystemLocation#bind}.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as codebuild from '@aws-cdk/aws-codebuild';
const fileSystemConfig: codebuild.FileSystemConfig = {
location: {
identifier: 'identifier',
location: 'location',
mountPoint: 'mountPoint',
type: 'type',
// the properties below are optional
mountOptions: 'mountOptions',
},
};
Properties
Name | Type | Description |
---|---|---|
location | Project | File system location wrapper property. |
location
Type:
Project
File system location wrapper property.