Uses of Class
software.amazon.awscdk.services.efs.CfnFileSystem.Builder
Packages that use CfnFileSystem.Builder
Package
Description
Amazon Elastic File System Construct Library
-
Uses of CfnFileSystem.Builder in software.amazon.awscdk.services.efs
Methods in software.amazon.awscdk.services.efs that return CfnFileSystem.BuilderModifier and TypeMethodDescriptionCfnFileSystem.Builder.availabilityZoneName(String availabilityZoneName) Used to create a file system that uses One Zone storage classes.CfnFileSystem.Builder.backupPolicy(IResolvable backupPolicy) Use theBackupPolicyto turn automatic backups on or off for the file system.CfnFileSystem.Builder.backupPolicy(CfnFileSystem.BackupPolicyProperty backupPolicy) Use theBackupPolicyto turn automatic backups on or off for the file system.CfnFileSystem.Builder.bypassPolicyLockoutSafetyCheck(Boolean bypassPolicyLockoutSafetyCheck) (Optional) A boolean that specifies whether or not to bypass theFileSystemPolicylockout safety check.CfnFileSystem.Builder.bypassPolicyLockoutSafetyCheck(IResolvable bypassPolicyLockoutSafetyCheck) (Optional) A boolean that specifies whether or not to bypass theFileSystemPolicylockout safety check.static CfnFileSystem.BuilderA Boolean value that, if true, creates an encrypted file system.CfnFileSystem.Builder.encrypted(IResolvable encrypted) A Boolean value that, if true, creates an encrypted file system.CfnFileSystem.Builder.fileSystemPolicy(Object fileSystemPolicy) TheFileSystemPolicyfor the EFS file system.CfnFileSystem.Builder.fileSystemTags(List<? extends CfnFileSystem.ElasticFileSystemTagProperty> fileSystemTags) Use to create one or more tags associated with the file system.The ID of the AWS KMS key to be used to protect the encrypted file system.CfnFileSystem.Builder.lifecyclePolicies(List<? extends Object> lifecyclePolicies) An array ofLifecyclePolicyobjects that define the file system'sLifecycleConfigurationobject.CfnFileSystem.Builder.lifecyclePolicies(IResolvable lifecyclePolicies) An array ofLifecyclePolicyobjects that define the file system'sLifecycleConfigurationobject.CfnFileSystem.Builder.performanceMode(String performanceMode) The performance mode of the file system.CfnFileSystem.Builder.provisionedThroughputInMibps(Number provisionedThroughputInMibps) The throughput, measured in MiB/s, that you want to provision for a file system that you're creating.CfnFileSystem.Builder.throughputMode(String throughputMode) Specifies the throughput mode for the file system.