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) For One Zone file systems, specify the AWS Availability Zone in which to create the file system.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.fileSystemProtection(IResolvable fileSystemProtection) Describes the protection on the file system.CfnFileSystem.Builder.fileSystemProtection(CfnFileSystem.FileSystemProtectionProperty fileSystemProtection) Describes the protection on the 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 mebibytes per second (MiBps), that you want to provision for a file system that you're creating.CfnFileSystem.Builder.replicationConfiguration(IResolvable replicationConfiguration) Describes the replication configuration for a specific file system.CfnFileSystem.Builder.replicationConfiguration(CfnFileSystem.ReplicationConfigurationProperty replicationConfiguration) Describes the replication configuration for a specific file system.CfnFileSystem.Builder.throughputMode(String throughputMode) Specifies the throughput mode for the file system.