@Stability(value=Stable) @Internal public static final class CfnEndpoint.NeptuneSettingsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEndpoint.NeptuneSettingsProperty
CfnEndpoint.NeptuneSettingsProperty
software.amazon.jsii.JsiiObject.InitializationMode
CfnEndpoint.NeptuneSettingsProperty.Builder, CfnEndpoint.NeptuneSettingsProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(CfnEndpoint.NeptuneSettingsProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnEndpoint.DocDbSettingsProperty.Builder . |
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(Object o) |
Number |
getErrorRetryDuration()
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.
|
Object |
getIamAuthEnabled()
If you want IAM authorization enabled for this endpoint, set this parameter to `true` .
|
Number |
getMaxFileSize()
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.
|
Number |
getMaxRetryCount()
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.
|
String |
getS3BucketFolder()
A folder path where you want AWS DMS to store migrated graph data in the S3 bucket specified by `S3BucketName`.
|
String |
getS3BucketName()
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.
|
String |
getServiceAccessRoleArn()
The Amazon Resource Name (ARN) of the service role that you created for the Neptune target endpoint.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
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.protected Jsii$Proxy(CfnEndpoint.NeptuneSettingsProperty.Builder builder)
CfnEndpoint.DocDbSettingsProperty.Builder
.public final Number getErrorRetryDuration()
CfnEndpoint.NeptuneSettingsProperty
The default is 250.
getErrorRetryDuration
in interface CfnEndpoint.NeptuneSettingsProperty
public final Object getIamAuthEnabled()
CfnEndpoint.NeptuneSettingsProperty
Then attach the appropriate IAM policy document to your service role specified by ServiceAccessRoleArn
. The default is false
.
getIamAuthEnabled
in interface CfnEndpoint.NeptuneSettingsProperty
public final Number getMaxFileSize()
CfnEndpoint.NeptuneSettingsProperty
getMaxFileSize
in interface CfnEndpoint.NeptuneSettingsProperty
public final Number getMaxRetryCount()
CfnEndpoint.NeptuneSettingsProperty
The default is 5.
getMaxRetryCount
in interface CfnEndpoint.NeptuneSettingsProperty
public final String getS3BucketFolder()
CfnEndpoint.NeptuneSettingsProperty
getS3BucketFolder
in interface CfnEndpoint.NeptuneSettingsProperty
public final String getS3BucketName()
CfnEndpoint.NeptuneSettingsProperty
getS3BucketName
in interface CfnEndpoint.NeptuneSettingsProperty
public final String getServiceAccessRoleArn()
CfnEndpoint.NeptuneSettingsProperty
The role must allow the iam:PassRole
action.
For more information, see Creating an IAM Service Role for Accessing Amazon Neptune as a Target in the AWS Database Migration Service User Guide .
getServiceAccessRoleArn
in interface CfnEndpoint.NeptuneSettingsProperty
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2023. All rights reserved.