Class CfnEndpoint.NeptuneSettingsProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.dms.CfnEndpoint.NeptuneSettingsProperty.Jsii$Proxy
All Implemented Interfaces:
CfnEndpoint.NeptuneSettingsProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnEndpoint.NeptuneSettingsProperty

@Stability(Stable) @Internal public static final class CfnEndpoint.NeptuneSettingsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEndpoint.NeptuneSettingsProperty
  • 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.dms.CfnEndpoint.NeptuneSettingsProperty

    CfnEndpoint.NeptuneSettingsProperty.Builder, CfnEndpoint.NeptuneSettingsProperty.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnEndpoint.NeptuneSettingsProperty.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Number
    The number of milliseconds for AWS DMS to wait to retry a bulk-load of migrated graph data to the Neptune target database before raising an error.
    final Object
    If you want IAM authorization enabled for this endpoint, set this parameter to true .
    final Number
    The maximum size in kilobytes of migrated graph data stored in a .csv file before AWS DMS bulk-loads the data to the Neptune target database.
    final Number
    The number of times for AWS DMS to retry a bulk load of migrated graph data to the Neptune target database before raising an error.
    final String
    A folder path where you want AWS DMS to store migrated graph data in the S3 bucket specified by S3BucketName.
    final String
    The name of the Amazon S3 bucket where AWS DMS can temporarily store migrated graph data in .csv files before bulk-loading it to the Neptune target database.
    final String
    The Amazon Resource Name (ARN) of the service role that you created for the Neptune target endpoint.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait