Class CfnDataRepositoryAssociation.AutoImportPolicyProperty.Jsii$Proxy

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

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

  • Method Details

    • getEvents

      public final List<String> getEvents()
      Description copied from interface: CfnDataRepositoryAssociation.AutoImportPolicyProperty
      The AutoImportPolicy can have the following event values:.

      • NEW - Amazon FSx automatically imports metadata of files added to the linked S3 bucket that do not currently exist in the FSx file system.
      • CHANGED - Amazon FSx automatically updates file metadata and invalidates existing file content on the file system as files change in the data repository.
      • DELETED - Amazon FSx automatically deletes files on the file system as corresponding files are deleted in the data repository.

      You can define any combination of event types for your AutoImportPolicy .

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