| Package | Description |
|---|---|
| software.amazon.awscdk.services.efs |
Amazon Elastic File System Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default PerformanceMode |
FileSystemProps.getPerformanceMode()
(experimental) The performance mode that the file system will operate under.
|
PerformanceMode |
FileSystemProps.Jsii$Proxy.getPerformanceMode() |
static PerformanceMode |
PerformanceMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PerformanceMode[] |
PerformanceMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FileSystem.Builder |
FileSystem.Builder.performanceMode(PerformanceMode performanceMode)
(experimental) The performance mode that the file system will operate under.
|
FileSystemProps.Builder |
FileSystemProps.Builder.performanceMode(PerformanceMode performanceMode)
Sets the value of
FileSystemProps.getPerformanceMode() |
| Constructor and Description |
|---|
Jsii$Proxy(IVpc vpc,
Boolean enableAutomaticBackups,
Boolean encrypted,
String fileSystemName,
IKey kmsKey,
LifecyclePolicy lifecyclePolicy,
PerformanceMode performanceMode,
Size provisionedThroughputPerSecond,
RemovalPolicy removalPolicy,
ISecurityGroup securityGroup,
ThroughputMode throughputMode,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
FileSystemProps.Builder. |
Copyright © 2021. All rights reserved.