Class LustreFileSystemProps.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class LustreFileSystemProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LustreFileSystemProps
An implementation for LustreFileSystemProps
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(LustreFileSystemProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the LustreFileSystemProps.Builder.
  • Method Details

    • getLustreConfiguration

      public final LustreConfiguration getLustreConfiguration()
      Description copied from interface: LustreFileSystemProps
      Additional configuration for FSx specific to Lustre.
      Specified by:
      getLustreConfiguration in interface LustreFileSystemProps
    • getVpcSubnet

      public final ISubnet getVpcSubnet()
      Description copied from interface: LustreFileSystemProps
      The subnet that the file system will be accessible from.
      Specified by:
      getVpcSubnet in interface LustreFileSystemProps
    • getStorageCapacityGiB

      public final Number getStorageCapacityGiB()
      Description copied from interface: FileSystemProps
      The storage capacity of the file system being created.

      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.

      Specified by:
      getStorageCapacityGiB in interface FileSystemProps
    • getVpc

      public final IVpc getVpc()
      Description copied from interface: FileSystemProps
      The VPC to launch the file system in.
      Specified by:
      getVpc in interface FileSystemProps
    • getBackupId

      public final String getBackupId()
      Description copied from interface: FileSystemProps
      The ID of the backup.

      Specifies the backup to use if you're creating a file system from an existing backup.

      Default: - no backup will be used.

      Specified by:
      getBackupId in interface FileSystemProps
    • getKmsKey

      public final IKey getKmsKey()
      Description copied from interface: FileSystemProps
      The KMS key used for encryption to protect your data at rest.

      Default: - the aws/fsx default KMS key for the AWS account being deployed into.

      Specified by:
      getKmsKey in interface FileSystemProps
    • getRemovalPolicy

      public final RemovalPolicy getRemovalPolicy()
      Description copied from interface: FileSystemProps
      Policy to apply when the file system is removed from the stack.

      Default: RemovalPolicy.RETAIN

      Specified by:
      getRemovalPolicy in interface FileSystemProps
    • getSecurityGroup

      public final ISecurityGroup getSecurityGroup()
      Description copied from interface: FileSystemProps
      Security Group to assign to this file system.

      Default: - creates new security group which allows all outbound traffic.

      Specified by:
      getSecurityGroup in interface FileSystemProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object