| Package | Description |
|---|---|
| software.amazon.awscdk.services.fsx |
Amazon FSx Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnFileSystem.Builder |
CfnFileSystem.Builder.backupId(String backupId)
The ID of the file system backup that you are using to create a file system.
|
static CfnFileSystem.Builder |
CfnFileSystem.Builder.create(software.constructs.Construct scope,
String id) |
CfnFileSystem.Builder |
CfnFileSystem.Builder.fileSystemType(String fileSystemType)
The type of Amazon FSx file system, which can be `LUSTRE` , `WINDOWS` , `ONTAP` , or `OPENZFS` .
|
CfnFileSystem.Builder |
CfnFileSystem.Builder.fileSystemTypeVersion(String fileSystemTypeVersion)
(Optional) For FSx for Lustre file systems, sets the Lustre version for the file system that you're creating.
|
CfnFileSystem.Builder |
CfnFileSystem.Builder.kmsKeyId(String kmsKeyId)
The ID of the AWS Key Management Service ( AWS KMS ) key used to encrypt Amazon FSx file system data.
|
CfnFileSystem.Builder |
CfnFileSystem.Builder.lustreConfiguration(CfnFileSystem.LustreConfigurationProperty lustreConfiguration)
The Lustre configuration for the file system being created.
|
CfnFileSystem.Builder |
CfnFileSystem.Builder.lustreConfiguration(IResolvable lustreConfiguration)
The Lustre configuration for the file system being created.
|
CfnFileSystem.Builder |
CfnFileSystem.Builder.ontapConfiguration(CfnFileSystem.OntapConfigurationProperty ontapConfiguration)
The ONTAP configuration properties of the FSx for ONTAP file system that you are creating.
|
CfnFileSystem.Builder |
CfnFileSystem.Builder.ontapConfiguration(IResolvable ontapConfiguration)
The ONTAP configuration properties of the FSx for ONTAP file system that you are creating.
|
CfnFileSystem.Builder |
CfnFileSystem.Builder.openZfsConfiguration(CfnFileSystem.OpenZFSConfigurationProperty openZfsConfiguration)
The Amazon FSx for OpenZFS configuration properties for the file system that you are creating.
|
CfnFileSystem.Builder |
CfnFileSystem.Builder.openZfsConfiguration(IResolvable openZfsConfiguration)
The Amazon FSx for OpenZFS configuration properties for the file system that you are creating.
|
CfnFileSystem.Builder |
CfnFileSystem.Builder.securityGroupIds(List<String> securityGroupIds)
A list of IDs specifying the security groups to apply to all network interfaces created for file system access.
|
CfnFileSystem.Builder |
CfnFileSystem.Builder.storageCapacity(Number storageCapacity)
Sets the storage capacity of the file system that you're creating.
|
CfnFileSystem.Builder |
CfnFileSystem.Builder.storageType(String storageType)
Sets the storage type for the file system that you're creating.
|
CfnFileSystem.Builder |
CfnFileSystem.Builder.subnetIds(List<String> subnetIds)
Specifies the IDs of the subnets that the file system will be accessible from.
|
CfnFileSystem.Builder |
CfnFileSystem.Builder.tags(List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
CfnFileSystem.Builder |
CfnFileSystem.Builder.windowsConfiguration(CfnFileSystem.WindowsConfigurationProperty windowsConfiguration)
The configuration object for the Microsoft Windows file system you are creating.
|
CfnFileSystem.Builder |
CfnFileSystem.Builder.windowsConfiguration(IResolvable windowsConfiguration)
The configuration object for the Microsoft Windows file system you are creating.
|
Copyright © 2022. All rights reserved.