public static final class CfnDataRepositoryAssociation.AutoExportPolicyProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataRepositoryAssociation.AutoExportPolicyProperty
CfnDataRepositoryAssociation.AutoExportPolicyProperty
CfnDataRepositoryAssociation.AutoExportPolicyProperty.Builder, CfnDataRepositoryAssociation.AutoExportPolicyProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.util.List<java.lang.String> |
getEvents()
The `AutoExportPolicy` can have the following event values:.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.util.List<java.lang.String> getEvents()
CfnDataRepositoryAssociation.AutoExportPolicyProperty
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
.
getEvents
in interface CfnDataRepositoryAssociation.AutoExportPolicyProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()