| Package | Description |
|---|---|
| software.amazon.awscdk.services.efs |
Amazon Elastic File System Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnFileSystem.Builder |
CfnFileSystem.Builder.availabilityZoneName(String availabilityZoneName)
Used to create a file system that uses One Zone storage classes.
|
CfnFileSystem.Builder |
CfnFileSystem.Builder.backupPolicy(CfnFileSystem.BackupPolicyProperty backupPolicy)
Use the `BackupPolicy` to turn automatic backups on or off for the file system.
|
CfnFileSystem.Builder |
CfnFileSystem.Builder.backupPolicy(IResolvable backupPolicy)
Use the `BackupPolicy` to turn automatic backups on or off for the file system.
|
CfnFileSystem.Builder |
CfnFileSystem.Builder.bypassPolicyLockoutSafetyCheck(Boolean bypassPolicyLockoutSafetyCheck)
(Optional) A boolean that specifies whether or not to bypass the `FileSystemPolicy` lockout safety check.
|
CfnFileSystem.Builder |
CfnFileSystem.Builder.bypassPolicyLockoutSafetyCheck(IResolvable bypassPolicyLockoutSafetyCheck)
(Optional) A boolean that specifies whether or not to bypass the `FileSystemPolicy` lockout safety check.
|
static CfnFileSystem.Builder |
CfnFileSystem.Builder.create(software.constructs.Construct scope,
String id) |
CfnFileSystem.Builder |
CfnFileSystem.Builder.encrypted(Boolean encrypted)
A Boolean value that, if true, creates an encrypted file system.
|
CfnFileSystem.Builder |
CfnFileSystem.Builder.encrypted(IResolvable encrypted)
A Boolean value that, if true, creates an encrypted file system.
|
CfnFileSystem.Builder |
CfnFileSystem.Builder.fileSystemPolicy(Object fileSystemPolicy)
The `FileSystemPolicy` for the EFS file system.
|
CfnFileSystem.Builder |
CfnFileSystem.Builder.fileSystemTags(List<? extends CfnFileSystem.ElasticFileSystemTagProperty> fileSystemTags)
Use to create one or more tags associated with the file system.
|
CfnFileSystem.Builder |
CfnFileSystem.Builder.kmsKeyId(String kmsKeyId)
The ID of the AWS KMS key to be used to protect the encrypted file system.
|
CfnFileSystem.Builder |
CfnFileSystem.Builder.lifecyclePolicies(IResolvable lifecyclePolicies)
An array of `LifecyclePolicy` objects that define the file system's `LifecycleConfiguration` object.
|
CfnFileSystem.Builder |
CfnFileSystem.Builder.lifecyclePolicies(List<? extends Object> lifecyclePolicies)
An array of `LifecyclePolicy` objects that define the file system's `LifecycleConfiguration` object.
|
CfnFileSystem.Builder |
CfnFileSystem.Builder.performanceMode(String performanceMode)
The performance mode of the file system.
|
CfnFileSystem.Builder |
CfnFileSystem.Builder.provisionedThroughputInMibps(Number provisionedThroughputInMibps)
The throughput, measured in MiB/s, that you want to provision for a file system that you're creating.
|
CfnFileSystem.Builder |
CfnFileSystem.Builder.throughputMode(String throughputMode)
Specifies the throughput mode for the file system, either `bursting` or `provisioned` .
|
Copyright © 2022. All rights reserved.