Uses of Class
software.amazon.awscdk.services.efs.FileSystem.Builder
Package
Description
Amazon Elastic File System Construct Library
-
Uses of FileSystem.Builder in software.amazon.awscdk.services.efs
Modifier and TypeMethodDescriptionFileSystem.Builder.allowAnonymousAccess
(Boolean allowAnonymousAccess) Allow access from anonymous client that doesn't use IAM authentication.static FileSystem.Builder
FileSystem.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.Whether this is a One Zone file system.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.replicationConfiguration
(ReplicationConfiguration replicationConfiguration) Replication configuration for the file system.FileSystem.Builder.replicationOverwriteProtection
(ReplicationOverwriteProtection replicationOverwriteProtection) Whether to enable the filesystem's replication overwrite protection or not.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.FileSystem.Builder.transitionToArchivePolicy
(LifecyclePolicy transitionToArchivePolicy) The number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Archive storage.VPC to launch the file system in.FileSystem.Builder.vpcSubnets
(SubnetSelection vpcSubnets) Which subnets to place the mount target in the VPC.