Class CfnDataRepositoryAssociation.AutoExportPolicyProperty.Jsii$Proxy

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

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

  • Method Details

    • getEvents

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

      • NEW - New files and directories are automatically exported to the data repository as they are added to the file system.
      • CHANGED - Changes to files and directories on the file system are automatically exported to the data repository.
      • DELETED - Files and directories are automatically deleted on the data repository when they are deleted on the file system.

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

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