| Package | Description |
|---|---|
| software.amazon.awscdk.services.efs |
Amazon Elastic File System Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static FileSystem.Builder |
FileSystem.Builder.create(software.constructs.Construct scope,
String id) |
FileSystem.Builder |
FileSystem.Builder.enableAutomaticBackups(Boolean enableAutomaticBackups)
(experimental) Whether to enable automatic backups for the file system.
|
FileSystem.Builder |
FileSystem.Builder.encrypted(Boolean encrypted)
(experimental) Defines if the data at rest in the file system is encrypted or not.
|
FileSystem.Builder |
FileSystem.Builder.fileSystemName(String fileSystemName)
(experimental) The file system's name.
|
FileSystem.Builder |
FileSystem.Builder.kmsKey(IKey kmsKey)
(experimental) The KMS key used for encryption.
|
FileSystem.Builder |
FileSystem.Builder.lifecyclePolicy(LifecyclePolicy lifecyclePolicy)
(experimental) A policy used by EFS lifecycle management to transition files to the Infrequent Access (IA) storage class.
|
FileSystem.Builder |
FileSystem.Builder.performanceMode(PerformanceMode performanceMode)
(experimental) The performance mode that the file system will operate under.
|
FileSystem.Builder |
FileSystem.Builder.provisionedThroughputPerSecond(Size provisionedThroughputPerSecond)
(experimental) Provisioned throughput for the file system.
|
FileSystem.Builder |
FileSystem.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) The removal policy to apply to the file system.
|
FileSystem.Builder |
FileSystem.Builder.securityGroup(ISecurityGroup securityGroup)
(experimental) Security Group to assign to this file system.
|
FileSystem.Builder |
FileSystem.Builder.throughputMode(ThroughputMode throughputMode)
(experimental) Enum to mention the throughput mode of the file system.
|
FileSystem.Builder |
FileSystem.Builder.vpc(IVpc vpc)
(experimental) VPC to launch the file system in.
|
FileSystem.Builder |
FileSystem.Builder.vpcSubnets(SubnetSelection vpcSubnets)
(experimental) Which subnets to place the mount target in the VPC.
|
Copyright © 2021. All rights reserved.