public static final class CfnDataRepositoryAssociation.S3Property.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataRepositoryAssociation.S3Property
CfnDataRepositoryAssociation.S3Property
CfnDataRepositoryAssociation.S3Property.Builder, CfnDataRepositoryAssociation.S3Property.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.lang.Object |
getAutoExportPolicy()
Describes a data repository association's automatic export policy.
|
java.lang.Object |
getAutoImportPolicy()
Describes the data repository association's automatic import policy.
|
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.lang.Object getAutoExportPolicy()
CfnDataRepositoryAssociation.S3Property
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.
This AutoExportPolicy
is supported only for Amazon FSx for Lustre file systems with the Persistent_2
deployment type.
getAutoExportPolicy
in interface CfnDataRepositoryAssociation.S3Property
public final java.lang.Object getAutoImportPolicy()
CfnDataRepositoryAssociation.S3Property
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 supported only for Amazon FSx for Lustre file systems with the Persistent_2
deployment type.
getAutoImportPolicy
in interface CfnDataRepositoryAssociation.S3Property
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()