Class CfnDataRepositoryAssociation.S3Property.Jsii$Proxy
- All Implemented Interfaces:
CfnDataRepositoryAssociation.S3Property
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataRepositoryAssociation.S3Property
CfnDataRepositoryAssociation.S3Property
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.fsx.CfnDataRepositoryAssociation.S3Property
CfnDataRepositoryAssociation.S3Property.Builder, CfnDataRepositoryAssociation.S3Property.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataRepositoryAssociation.S3Property.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDataRepositoryAssociation.S3Property.Builder
.
-
-
Method Details
-
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 interfaceCfnDataRepositoryAssociation.S3Property
- See Also:
-
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 interfaceCfnDataRepositoryAssociation.S3Property
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-