aws-cdk-lib.aws_codebuild.FileSystemConfig

interface FileSystemConfig

LanguageType name
.NETAmazon.CDK.AWS.CodeBuild.FileSystemConfig
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscodebuild#FileSystemConfig
Javasoftware.amazon.awscdk.services.codebuild.FileSystemConfig
Pythonaws_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

NameTypeDescription
locationProjectFileSystemLocationPropertyFile system location wrapper property.

location

Type: ProjectFileSystemLocationProperty

File system location wrapper property.

See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projectfilesystemlocation.html