Class CfnMigrationProject.DataProviderDescriptorProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.dms.CfnMigrationProject.DataProviderDescriptorProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMigrationProject.DataProviderDescriptorProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMigrationProject.DataProviderDescriptorProperty
@Stability(Stable)
@Internal
public static final class CfnMigrationProject.DataProviderDescriptorProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMigrationProject.DataProviderDescriptorProperty
An implementation for
CfnMigrationProject.DataProviderDescriptorProperty-
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.CfnMigrationProject.DataProviderDescriptorProperty
CfnMigrationProject.DataProviderDescriptorProperty.Builder, CfnMigrationProject.DataProviderDescriptorProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMigrationProject.DataProviderDescriptorProperty.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 StringThe Amazon Resource Name (ARN) of the data provider.final Stringfinal StringThe user-friendly name of the data provider.final StringThe ARN of the role used to access AWS Secrets Manager.final StringThe identifier of the AWS Secrets Manager Secret used to store access credentials for the data provider.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 theCfnMigrationProject.DataProviderDescriptorProperty.Builder.
-
-
Method Details
-
getDataProviderArn
Description copied from interface:CfnMigrationProject.DataProviderDescriptorPropertyThe Amazon Resource Name (ARN) of the data provider.- Specified by:
getDataProviderArnin interfaceCfnMigrationProject.DataProviderDescriptorProperty- See Also:
-
getDataProviderIdentifier
- Specified by:
getDataProviderIdentifierin interfaceCfnMigrationProject.DataProviderDescriptorProperty- See Also:
-
getDataProviderName
Description copied from interface:CfnMigrationProject.DataProviderDescriptorPropertyThe user-friendly name of the data provider.- Specified by:
getDataProviderNamein interfaceCfnMigrationProject.DataProviderDescriptorProperty- See Also:
-
getSecretsManagerAccessRoleArn
Description copied from interface:CfnMigrationProject.DataProviderDescriptorPropertyThe ARN of the role used to access AWS Secrets Manager.- Specified by:
getSecretsManagerAccessRoleArnin interfaceCfnMigrationProject.DataProviderDescriptorProperty- See Also:
-
getSecretsManagerSecretId
Description copied from interface:CfnMigrationProject.DataProviderDescriptorPropertyThe identifier of the AWS Secrets Manager Secret used to store access credentials for the data provider.- Specified by:
getSecretsManagerSecretIdin interfaceCfnMigrationProject.DataProviderDescriptorProperty- 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()
-