Class CfnDataSource.RedshiftRunConfigurationInputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.datazone.CfnDataSource.RedshiftRunConfigurationInputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSource.RedshiftRunConfigurationInputProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSource.RedshiftRunConfigurationInputProperty
@Stability(Stable)
@Internal
public static final class CfnDataSource.RedshiftRunConfigurationInputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSource.RedshiftRunConfigurationInputProperty
An implementation for
CfnDataSource.RedshiftRunConfigurationInputProperty
-
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.datazone.CfnDataSource.RedshiftRunConfigurationInputProperty
CfnDataSource.RedshiftRunConfigurationInputProperty.Builder, CfnDataSource.RedshiftRunConfigurationInputProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataSource.RedshiftRunConfigurationInputProperty.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 data access role included in the configuration details of the Amazon Redshift data source.final Object
The details of the credentials required to access an Amazon Redshift cluster.final Object
The details of the Amazon Redshift storage as part of the configuration of an Amazon Redshift data source run.final Object
The relational filter configurations included in the configuration details of the AWS Glue data source.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 theCfnDataSource.RedshiftRunConfigurationInputProperty.Builder
.
-
-
Method Details
-
getRelationalFilterConfigurations
Description copied from interface:CfnDataSource.RedshiftRunConfigurationInputProperty
The relational filter configurations included in the configuration details of the AWS Glue data source.- Specified by:
getRelationalFilterConfigurations
in interfaceCfnDataSource.RedshiftRunConfigurationInputProperty
- See Also:
-
getDataAccessRole
Description copied from interface:CfnDataSource.RedshiftRunConfigurationInputProperty
The data access role included in the configuration details of the Amazon Redshift data source.- Specified by:
getDataAccessRole
in interfaceCfnDataSource.RedshiftRunConfigurationInputProperty
- See Also:
-
getRedshiftCredentialConfiguration
Description copied from interface:CfnDataSource.RedshiftRunConfigurationInputProperty
The details of the credentials required to access an Amazon Redshift cluster.- Specified by:
getRedshiftCredentialConfiguration
in interfaceCfnDataSource.RedshiftRunConfigurationInputProperty
- See Also:
-
getRedshiftStorage
Description copied from interface:CfnDataSource.RedshiftRunConfigurationInputProperty
The details of the Amazon Redshift storage as part of the configuration of an Amazon Redshift data source run.- Specified by:
getRedshiftStorage
in interfaceCfnDataSource.RedshiftRunConfigurationInputProperty
- 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()
-