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