@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.139Z") @Stability(value=Experimental) public interface FileSystemProps extends software.amazon.jsii.JsiiSerializable
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html| Modifier and Type | Interface and Description |
|---|---|
static class |
FileSystemProps.Builder
A builder for
FileSystemProps |
static class |
FileSystemProps.Jsii$Proxy
An implementation for
FileSystemProps |
| Modifier and Type | Method and Description |
|---|---|
static FileSystemProps.Builder |
builder() |
default String |
getBackupId()
(experimental) The ID of the backup.
|
default IKey |
getKmsKey()
(experimental) The KMS key used for encryption to protect your data at rest.
|
default RemovalPolicy |
getRemovalPolicy()
(experimental) Policy to apply when the file system is removed from the stack.
|
default ISecurityGroup |
getSecurityGroup()
(experimental) Security Group to assign to this file system.
|
Number |
getStorageCapacityGiB()
(experimental) The storage capacity of the file system being created.
|
IVpc |
getVpc()
(experimental) The VPC to launch the file system in.
|
@Stability(value=Experimental) @NotNull Number getStorageCapacityGiB()
For Windows file systems, valid values are 32 GiB to 65,536 GiB. For SCRATCH_1 deployment types, valid values are 1,200, 2,400, 3,600, then continuing in increments of 3,600 GiB. For SCRATCH_2 and PERSISTENT_1 types, valid values are 1,200, 2,400, then continuing in increments of 2,400 GiB.
@Stability(value=Experimental) @NotNull IVpc getVpc()
@Stability(value=Experimental) @Nullable default String getBackupId()
Specifies the backup to use if you're creating a file system from an existing backup.
Default: - no backup will be used.
@Stability(value=Experimental) @Nullable default IKey getKmsKey()
Default: - the aws/fsx default KMS key for the AWS account being deployed into.
@Stability(value=Experimental) @Nullable default RemovalPolicy getRemovalPolicy()
Default: RemovalPolicy.RETAIN
@Stability(value=Experimental) @Nullable default ISecurityGroup getSecurityGroup()
Default: - creates new security group which allows all outbound traffic.
@Stability(value=Experimental) static FileSystemProps.Builder builder()
FileSystemProps.Builder of FileSystemPropsCopyright © 2021. All rights reserved.