Class CfnDataMigration.DataMigrationSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.dms.CfnDataMigration.DataMigrationSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataMigration.DataMigrationSettingsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataMigration.DataMigrationSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnDataMigration.DataMigrationSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataMigration.DataMigrationSettingsProperty
An implementation for
CfnDataMigration.DataMigrationSettingsProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.dms.CfnDataMigration.DataMigrationSettingsProperty
CfnDataMigration.DataMigrationSettingsProperty.Builder, CfnDataMigration.DataMigrationSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataMigration.DataMigrationSettingsProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectWhether to enable CloudWatch logging for the data migration.final NumberThe number of parallel jobs that trigger parallel threads to unload the tables from the source, and then load them to the target.final StringA JSON-formatted string that defines what objects to include and exclude from the migration.final inthashCode()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 theCfnDataMigration.DataMigrationSettingsProperty.Builder.
-
-
Method Details
-
getCloudwatchLogsEnabled
Description copied from interface:CfnDataMigration.DataMigrationSettingsPropertyWhether to enable CloudWatch logging for the data migration.Returns union: either
BooleanorIResolvable- Specified by:
getCloudwatchLogsEnabledin interfaceCfnDataMigration.DataMigrationSettingsProperty- See Also:
-
getNumberOfJobs
Description copied from interface:CfnDataMigration.DataMigrationSettingsPropertyThe number of parallel jobs that trigger parallel threads to unload the tables from the source, and then load them to the target.- Specified by:
getNumberOfJobsin interfaceCfnDataMigration.DataMigrationSettingsProperty- See Also:
-
getSelectionRules
Description copied from interface:CfnDataMigration.DataMigrationSettingsPropertyA JSON-formatted string that defines what objects to include and exclude from the migration.- Specified by:
getSelectionRulesin interfaceCfnDataMigration.DataMigrationSettingsProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-