@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.269Z") @Stability(value=Stable) public interface CfnFileSystemProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFileSystemProps.Builder
A builder for
CfnFileSystemProps |
static class |
CfnFileSystemProps.Jsii$Proxy
An implementation for
CfnFileSystemProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnFileSystemProps.Builder |
builder() |
default String |
getBackupId()
`AWS::FSx::FileSystem.BackupId`.
|
String |
getFileSystemType()
`AWS::FSx::FileSystem.FileSystemType`.
|
default String |
getKmsKeyId()
`AWS::FSx::FileSystem.KmsKeyId`.
|
default Object |
getLustreConfiguration()
`AWS::FSx::FileSystem.LustreConfiguration`.
|
default List<String> |
getSecurityGroupIds()
`AWS::FSx::FileSystem.SecurityGroupIds`.
|
default Number |
getStorageCapacity()
`AWS::FSx::FileSystem.StorageCapacity`.
|
default String |
getStorageType()
`AWS::FSx::FileSystem.StorageType`.
|
List<String> |
getSubnetIds()
`AWS::FSx::FileSystem.SubnetIds`.
|
default List<CfnTag> |
getTags()
`AWS::FSx::FileSystem.Tags`.
|
default Object |
getWindowsConfiguration()
`AWS::FSx::FileSystem.WindowsConfiguration`.
|
@Stability(value=Stable) @NotNull String getFileSystemType()
@Stability(value=Stable) @NotNull List<String> getSubnetIds()
@Stability(value=Stable) @Nullable default String getBackupId()
@Stability(value=Stable) @Nullable default String getKmsKeyId()
@Stability(value=Stable) @Nullable default Object getLustreConfiguration()
@Stability(value=Stable) @Nullable default List<String> getSecurityGroupIds()
@Stability(value=Stable) @Nullable default Number getStorageCapacity()
@Stability(value=Stable) @Nullable default String getStorageType()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @Nullable default Object getWindowsConfiguration()
@Stability(value=Stable) static CfnFileSystemProps.Builder builder()
CfnFileSystemProps.Builder of CfnFileSystemPropsCopyright © 2021. All rights reserved.