AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::S3Files::FileSystemPolicy

CfnFileSystemPolicy

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

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnFileSystemPolicyProps.

fileSystemIdRequired
string
policyRequired
any

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::FileSystemPolicy
Properties2

External Links