| Package | Description |
|---|---|
| software.amazon.awscdk.services.efs |
Amazon Elastic File System Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default LifecyclePolicy |
FileSystemProps.getLifecyclePolicy()
(experimental) A policy used by EFS lifecycle management to transition files to the Infrequent Access (IA) storage class.
|
LifecyclePolicy |
FileSystemProps.Jsii$Proxy.getLifecyclePolicy() |
static LifecyclePolicy |
LifecyclePolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifecyclePolicy[] |
LifecyclePolicy.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.lifecyclePolicy(LifecyclePolicy lifecyclePolicy)
(experimental) A policy used by EFS lifecycle management to transition files to the Infrequent Access (IA) storage class.
|
FileSystemProps.Builder |
FileSystemProps.Builder.lifecyclePolicy(LifecyclePolicy lifecyclePolicy)
Sets the value of
FileSystemProps.getLifecyclePolicy() |
| 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.