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