AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::S3Files::FileSystem

CfnFileSystem

Resource Type definition for AWS::S3Files::FileSystem.

Import

import { CfnFileSystem } from 'aws-cdk-lib/aws-s3files';

Or use the module namespace:

import * as s3files from 'aws-cdk-lib/aws-s3files';
// s3files.CfnFileSystem

Properties

Configuration passed to the constructor as CfnFileSystemProps.

bucketRequired
string
roleArnRequired
string
acceptBucketWarningOptional
boolean | IResolvable
clientTokenOptional
string
kmsKeyIdOptional
string
prefixOptional
string
synchronizationConfigurationOptional
IResolvable | SynchronizationConfigurationProperty
tagsOptional
CfnTag[]

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-s3files
CFN TypeAWS::S3Files::FileSystem
Properties8

External Links