Class CfnFileSystemProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.fsx.CfnFileSystemProps.Jsii$Proxy
All Implemented Interfaces:
CfnFileSystemProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnFileSystemProps

@Stability(Stable) @Internal public static final class CfnFileSystemProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFileSystemProps
An implementation for CfnFileSystemProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.fsx.CfnFileSystemProps

    CfnFileSystemProps.Builder, CfnFileSystemProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnFileSystemProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    The ID of the file system backup that you are using to create a file system.
    final String
    The type of Amazon FSx file system, which can be LUSTRE , WINDOWS , ONTAP , or OPENZFS .
    final String
    For FSx for Lustre file systems, sets the Lustre version for the file system that you're creating.
    final String
    The ID of the AWS Key Management Service ( AWS KMS ) key used to encrypt Amazon FSx file system data.
    final Object
    The Lustre configuration for the file system being created.
    final Object
    The ONTAP configuration properties of the FSx for ONTAP file system that you are creating.
    final Object
    The Amazon FSx for OpenZFS configuration properties for the file system that you are creating.
    final List<String>
    A list of IDs specifying the security groups to apply to all network interfaces created for file system access.
    final Number
    Sets the storage capacity of the file system that you're creating.
    final String
    Sets the storage type for the file system that you're creating.
    final List<String>
    Specifies the IDs of the subnets that the file system will be accessible from.
    final List<CfnTag>
    The tags to associate with the file system.
    final Object
    The configuration object for the Microsoft Windows file system you are creating.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait