Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.efs.CfnFileSystemPropsMixin.Builder
Packages that use CfnFileSystemPropsMixin.Builder
-
Uses of CfnFileSystemPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.efs
Methods in software.amazon.awscdk.cfnpropertymixins.services.efs that return CfnFileSystemPropsMixin.BuilderModifier and TypeMethodDescriptionCfnFileSystemPropsMixin.Builder.availabilityZoneName(String availabilityZoneName) For One Zone file systems, specify the AWS Availability Zone in which to create the file system.CfnFileSystemPropsMixin.Builder.backupPolicy(CfnFileSystemPropsMixin.BackupPolicyProperty backupPolicy) Use theBackupPolicyto turn automatic backups on or off for the file system.CfnFileSystemPropsMixin.Builder.backupPolicy(IResolvable backupPolicy) Use theBackupPolicyto turn automatic backups on or off for the file system.CfnFileSystemPropsMixin.Builder.bypassPolicyLockoutSafetyCheck(Boolean bypassPolicyLockoutSafetyCheck) (Optional) A boolean that specifies whether or not to bypass theFileSystemPolicylockout safety check.CfnFileSystemPropsMixin.Builder.bypassPolicyLockoutSafetyCheck(IResolvable bypassPolicyLockoutSafetyCheck) (Optional) A boolean that specifies whether or not to bypass theFileSystemPolicylockout safety check.CfnFileSystemPropsMixin.Builder.create()CfnFileSystemPropsMixin.Builder.create(CfnPropertyMixinOptions options) A Boolean value that, if true, creates an encrypted file system.CfnFileSystemPropsMixin.Builder.encrypted(IResolvable encrypted) A Boolean value that, if true, creates an encrypted file system.CfnFileSystemPropsMixin.Builder.fileSystemPolicy(Object fileSystemPolicy) TheFileSystemPolicyfor the EFS file system.CfnFileSystemPropsMixin.Builder.fileSystemProtection(CfnFileSystemPropsMixin.FileSystemProtectionProperty fileSystemProtection) Describes the protection on the file system.CfnFileSystemPropsMixin.Builder.fileSystemProtection(IResolvable fileSystemProtection) Describes the protection on the file system.CfnFileSystemPropsMixin.Builder.fileSystemTags(List<? extends CfnFileSystemPropsMixin.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.The ID of the AWS KMS key to be used to protect the encrypted file system.CfnFileSystemPropsMixin.Builder.lifecyclePolicies(List<? extends Object> lifecyclePolicies) An array ofLifecyclePolicyobjects that define the file system'sLifecycleConfigurationobject.CfnFileSystemPropsMixin.Builder.lifecyclePolicies(IResolvable lifecyclePolicies) An array ofLifecyclePolicyobjects that define the file system'sLifecycleConfigurationobject.CfnFileSystemPropsMixin.Builder.performanceMode(String performanceMode) The performance mode of the file system.CfnFileSystemPropsMixin.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.CfnFileSystemPropsMixin.Builder.replicationConfiguration(CfnFileSystemPropsMixin.ReplicationConfigurationProperty replicationConfiguration) Describes the replication configuration for a specific file system.CfnFileSystemPropsMixin.Builder.replicationConfiguration(IResolvable replicationConfiguration) Describes the replication configuration for a specific file system.CfnFileSystemPropsMixin.Builder.throughputMode(String throughputMode) Specifies the throughput mode for the file system.