Class CfnDataRepositoryAssociation.S3Property.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnDataRepositoryAssociation.S3Property.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataRepositoryAssociation.S3Property
  • Constructor Details

  • Method Details

    • getAutoExportPolicy

      public final Object getAutoExportPolicy()
      Description copied from interface: CfnDataRepositoryAssociation.S3Property
      Describes a data repository association's automatic export policy.

      The AutoExportPolicy defines the types of updated objects on the file system that will be automatically exported to the data repository. As you create, modify, or delete files, Amazon FSx for Lustre automatically exports the defined changes asynchronously once your application finishes modifying the file.

      The AutoExportPolicy is only supported on Amazon FSx for Lustre file systems with a data repository association.

      Specified by:
      getAutoExportPolicy in interface CfnDataRepositoryAssociation.S3Property
    • getAutoImportPolicy

      public final Object getAutoImportPolicy()
      Description copied from interface: CfnDataRepositoryAssociation.S3Property
      Describes the data repository association's automatic import policy.

      The AutoImportPolicy defines how Amazon FSx keeps your file metadata and directory listings up to date by importing changes to your Amazon FSx for Lustre file system as you modify objects in a linked S3 bucket.

      The AutoImportPolicy is only supported on Amazon FSx for Lustre file systems with a data repository association.

      Specified by:
      getAutoImportPolicy in interface CfnDataRepositoryAssociation.S3Property
    • $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