| Package | Description |
|---|---|
| software.amazon.awscdk.services.fsx |
Amazon FSx Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
LustreFileSystem.Builder |
LustreFileSystem.Builder.backupId(String backupId)
(experimental) The ID of the backup.
|
static LustreFileSystem.Builder |
LustreFileSystem.Builder.create(software.constructs.Construct scope,
String id) |
LustreFileSystem.Builder |
LustreFileSystem.Builder.kmsKey(IKey kmsKey)
(experimental) The KMS key used for encryption to protect your data at rest.
|
LustreFileSystem.Builder |
LustreFileSystem.Builder.lustreConfiguration(LustreConfiguration lustreConfiguration)
(experimental) Additional configuration for FSx specific to Lustre.
|
LustreFileSystem.Builder |
LustreFileSystem.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) Policy to apply when the file system is removed from the stack.
|
LustreFileSystem.Builder |
LustreFileSystem.Builder.securityGroup(ISecurityGroup securityGroup)
(experimental) Security Group to assign to this file system.
|
LustreFileSystem.Builder |
LustreFileSystem.Builder.storageCapacityGiB(Number storageCapacityGiB)
(experimental) The storage capacity of the file system being created.
|
LustreFileSystem.Builder |
LustreFileSystem.Builder.vpc(IVpc vpc)
(experimental) The VPC to launch the file system in.
|
LustreFileSystem.Builder |
LustreFileSystem.Builder.vpcSubnet(ISubnet vpcSubnet)
(experimental) The subnet that the file system will be accessible from.
|
Copyright © 2021. All rights reserved.