| 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)
Whether to enable automatic backups for the file system.
|
FileSystem.Builder |
FileSystem.Builder.encrypted(Boolean encrypted)
Defines if the data at rest in the file system is encrypted or not.
|
FileSystem.Builder |
FileSystem.Builder.fileSystemName(String fileSystemName)
The file system's name.
|
FileSystem.Builder |
FileSystem.Builder.kmsKey(IKey kmsKey)
The KMS key used for encryption.
|
FileSystem.Builder |
FileSystem.Builder.lifecyclePolicy(LifecyclePolicy lifecyclePolicy)
A policy used by EFS lifecycle management to transition files to the Infrequent Access (IA) storage class.
|
FileSystem.Builder |
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 |
FileSystem.Builder.performanceMode(PerformanceMode performanceMode)
The performance mode that the file system will operate under.
|
FileSystem.Builder |
FileSystem.Builder.provisionedThroughputPerSecond(Size provisionedThroughputPerSecond)
Provisioned throughput for the file system.
|
FileSystem.Builder |
FileSystem.Builder.removalPolicy(RemovalPolicy removalPolicy)
The removal policy to apply to the file system.
|
FileSystem.Builder |
FileSystem.Builder.securityGroup(ISecurityGroup securityGroup)
Security Group to assign to this file system.
|
FileSystem.Builder |
FileSystem.Builder.throughputMode(ThroughputMode throughputMode)
Enum to mention the throughput mode of the file system.
|
FileSystem.Builder |
FileSystem.Builder.vpc(IVpc vpc)
VPC to launch the file system in.
|
FileSystem.Builder |
FileSystem.Builder.vpcSubnets(SubnetSelection vpcSubnets)
Which subnets to place the mount target in the VPC.
|
Copyright © 2022. All rights reserved.