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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.dms.CfnMigrationProject.DataProviderDescriptorProperty
CfnMigrationProject.DataProviderDescriptorProperty.Builder, CfnMigrationProject.DataProviderDescriptorProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnMigrationProject.DataProviderDescriptorProperty.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 TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The Amazon Resource Name (ARN) of the data provider.final String
final String
The user-friendly name of the data provider.final String
The ARN of the role used to access AWS Secrets Manager.final String
The identifier of the AWS Secrets Manager Secret used to store access credentials for the data provider.final int
hashCode()
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.DataProviderDescriptorProperty
The Amazon Resource Name (ARN) of the data provider.- Specified by:
getDataProviderArn
in interfaceCfnMigrationProject.DataProviderDescriptorProperty
- See Also:
-
getDataProviderIdentifier
- Specified by:
getDataProviderIdentifier
in interfaceCfnMigrationProject.DataProviderDescriptorProperty
- See Also:
-
getDataProviderName
Description copied from interface:CfnMigrationProject.DataProviderDescriptorProperty
The user-friendly name of the data provider.- Specified by:
getDataProviderName
in interfaceCfnMigrationProject.DataProviderDescriptorProperty
- See Also:
-
getSecretsManagerAccessRoleArn
Description copied from interface:CfnMigrationProject.DataProviderDescriptorProperty
The ARN of the role used to access AWS Secrets Manager.- Specified by:
getSecretsManagerAccessRoleArn
in interfaceCfnMigrationProject.DataProviderDescriptorProperty
- See Also:
-
getSecretsManagerSecretId
Description copied from interface:CfnMigrationProject.DataProviderDescriptorProperty
The identifier of the AWS Secrets Manager Secret used to store access credentials for the data provider.- Specified by:
getSecretsManagerSecretId
in interfaceCfnMigrationProject.DataProviderDescriptorProperty
- 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()
-