interface FileSystemConfig
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.CodeBuild.FileSystemConfig |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscodebuild#FileSystemConfig |
Java | software.amazon.awscdk.services.codebuild.FileSystemConfig |
Python | aws_cdk.aws_codebuild.FileSystemConfig |
TypeScript (source) | aws-cdk-lib » aws_codebuild » FileSystemConfig |
The type returned from IFileSystemLocation#bind
.
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 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.