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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.datazone.CfnDataSource.RedshiftRunConfigurationInputProperty
CfnDataSource.RedshiftRunConfigurationInputProperty.Builder, CfnDataSource.RedshiftRunConfigurationInputProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSource.RedshiftRunConfigurationInputProperty.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 data access role included in the configuration details of the Amazon Redshift data source.final ObjectThe details of the credentials required to access an Amazon Redshift cluster.final ObjectThe details of the Amazon Redshift storage as part of the configuration of an Amazon Redshift data source run.final ObjectThe relational filter configurations included in the configuration details of the AWS Glue data source.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 theCfnDataSource.RedshiftRunConfigurationInputProperty.Builder.
-
-
Method Details
-
getRelationalFilterConfigurations
Description copied from interface:CfnDataSource.RedshiftRunConfigurationInputPropertyThe relational filter configurations included in the configuration details of the AWS Glue data source.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataSource.RelationalFilterConfigurationProperty>- Specified by:
getRelationalFilterConfigurationsin interfaceCfnDataSource.RedshiftRunConfigurationInputProperty- See Also:
-
getDataAccessRole
Description copied from interface:CfnDataSource.RedshiftRunConfigurationInputPropertyThe data access role included in the configuration details of the Amazon Redshift data source.- Specified by:
getDataAccessRolein interfaceCfnDataSource.RedshiftRunConfigurationInputProperty- See Also:
-
getRedshiftCredentialConfiguration
Description copied from interface:CfnDataSource.RedshiftRunConfigurationInputPropertyThe details of the credentials required to access an Amazon Redshift cluster.Returns union: either
IResolvableorCfnDataSource.RedshiftCredentialConfigurationProperty- Specified by:
getRedshiftCredentialConfigurationin interfaceCfnDataSource.RedshiftRunConfigurationInputProperty- See Also:
-
getRedshiftStorage
Description copied from interface:CfnDataSource.RedshiftRunConfigurationInputPropertyThe details of the Amazon Redshift storage as part of the configuration of an Amazon Redshift data source run.Returns union: either
IResolvableorCfnDataSource.RedshiftStorageProperty- Specified by:
getRedshiftStoragein interfaceCfnDataSource.RedshiftRunConfigurationInputProperty- 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()
-