Class CfnConnection.RedshiftPropertiesInputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.datazone.CfnConnection.RedshiftPropertiesInputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConnection.RedshiftPropertiesInputProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnection.RedshiftPropertiesInputProperty
@Stability(Stable)
@Internal
public static final class CfnConnection.RedshiftPropertiesInputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnection.RedshiftPropertiesInputProperty
An implementation for
CfnConnection.RedshiftPropertiesInputProperty-
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.datazone.CfnConnection.RedshiftPropertiesInputProperty
CfnConnection.RedshiftPropertiesInputProperty.Builder, CfnConnection.RedshiftPropertiesInputProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConnection.RedshiftPropertiesInputProperty.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 ObjectThe Amaon Redshift credentials.final StringThe Amazon Redshift database name.final StringgetHost()The Amazon Redshift host.final ObjectThe lineage sync of the Amazon Redshift.final NumbergetPort()The Amaon Redshift port.final ObjectThe Amazon Redshift storage.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 theCfnConnection.RedshiftPropertiesInputProperty.Builder.
-
-
Method Details
-
getCredentials
Description copied from interface:CfnConnection.RedshiftPropertiesInputPropertyThe Amaon Redshift credentials.Returns union: either
IResolvableorCfnConnection.RedshiftCredentialsProperty- Specified by:
getCredentialsin interfaceCfnConnection.RedshiftPropertiesInputProperty- See Also:
-
getDatabaseName
Description copied from interface:CfnConnection.RedshiftPropertiesInputPropertyThe Amazon Redshift database name.- Specified by:
getDatabaseNamein interfaceCfnConnection.RedshiftPropertiesInputProperty- See Also:
-
getHost
Description copied from interface:CfnConnection.RedshiftPropertiesInputPropertyThe Amazon Redshift host.- Specified by:
getHostin interfaceCfnConnection.RedshiftPropertiesInputProperty- See Also:
-
getLineageSync
Description copied from interface:CfnConnection.RedshiftPropertiesInputPropertyThe lineage sync of the Amazon Redshift.Returns union: either
IResolvableorCfnConnection.RedshiftLineageSyncConfigurationInputProperty- Specified by:
getLineageSyncin interfaceCfnConnection.RedshiftPropertiesInputProperty- See Also:
-
getPort
Description copied from interface:CfnConnection.RedshiftPropertiesInputPropertyThe Amaon Redshift port.- Specified by:
getPortin interfaceCfnConnection.RedshiftPropertiesInputProperty- See Also:
-
getStorage
Description copied from interface:CfnConnection.RedshiftPropertiesInputPropertyThe Amazon Redshift storage.Returns union: either
IResolvableorCfnConnection.RedshiftStoragePropertiesProperty- Specified by:
getStoragein interfaceCfnConnection.RedshiftPropertiesInputProperty- 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()
-