| Package | Description |
|---|---|
| software.amazon.awscdk.services.efs |
Amazon Elastic File System Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default ThroughputMode |
FileSystemProps.getThroughputMode()
(experimental) Enum to mention the throughput mode of the file system.
|
ThroughputMode |
FileSystemProps.Jsii$Proxy.getThroughputMode() |
static ThroughputMode |
ThroughputMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThroughputMode[] |
ThroughputMode.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.throughputMode(ThroughputMode throughputMode)
(experimental) Enum to mention the throughput mode of the file system.
|
FileSystemProps.Builder |
FileSystemProps.Builder.throughputMode(ThroughputMode throughputMode)
Sets the value of
FileSystemProps.getThroughputMode() |
| 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.