Uses of Class
software.amazon.awscdk.services.efs.FileSystem.Builder
Packages that use FileSystem.Builder
Package
Description
Amazon Elastic File System Construct Library
-
Uses of FileSystem.Builder in software.amazon.awscdk.services.efs
Methods in software.amazon.awscdk.services.efs that return FileSystem.BuilderModifier and TypeMethodDescriptionFileSystem.Builder.allowAnonymousAccess(Boolean allowAnonymousAccess) Allow access from anonymous client that doesn't use IAM authentication.static FileSystem.BuilderFileSystem.Builder.enableAutomaticBackups(Boolean enableAutomaticBackups) Whether to enable automatic backups for the file system.Defines if the data at rest in the file system is encrypted or not.FileSystem.Builder.fileSystemName(String fileSystemName) The file system's name.FileSystem.Builder.fileSystemPolicy(PolicyDocument fileSystemPolicy) File system policy is an IAM resource policy used to control NFS access to an EFS file system.The KMS key used for encryption.FileSystem.Builder.lifecyclePolicy(LifecyclePolicy lifecyclePolicy) A policy used by EFS lifecycle management to transition files to the Infrequent Access (IA) storage class.FileSystem.Builder.outOfInfrequentAccessPolicy(OutOfInfrequentAccessPolicy outOfInfrequentAccessPolicy) A policy used by EFS lifecycle management to transition files from Infrequent Access (IA) storage class to primary storage class.FileSystem.Builder.performanceMode(PerformanceMode performanceMode) The performance mode that the file system will operate under.FileSystem.Builder.provisionedThroughputPerSecond(Size provisionedThroughputPerSecond) Provisioned throughput for the file system.FileSystem.Builder.removalPolicy(RemovalPolicy removalPolicy) The removal policy to apply to the file system.FileSystem.Builder.securityGroup(ISecurityGroup securityGroup) Security Group to assign to this file system.FileSystem.Builder.throughputMode(ThroughputMode throughputMode) Enum to mention the throughput mode of the file system.VPC to launch the file system in.FileSystem.Builder.vpcSubnets(SubnetSelection vpcSubnets) Which subnets to place the mount target in the VPC.