Class CfnDataSourcePropsMixin.RedshiftRunConfigurationInputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnDataSourcePropsMixin.RedshiftRunConfigurationInputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSourcePropsMixin.RedshiftRunConfigurationInputProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSourcePropsMixin.RedshiftRunConfigurationInputProperty
@Stability(Stable)
@Internal
public static final class CfnDataSourcePropsMixin.RedshiftRunConfigurationInputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSourcePropsMixin.RedshiftRunConfigurationInputProperty
An implementation for
CfnDataSourcePropsMixin.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.cfnpropertymixins.services.datazone.CfnDataSourcePropsMixin.RedshiftRunConfigurationInputProperty
CfnDataSourcePropsMixin.RedshiftRunConfigurationInputProperty.Builder, CfnDataSourcePropsMixin.RedshiftRunConfigurationInputProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSourcePropsMixin.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 theCfnDataSourcePropsMixin.RedshiftRunConfigurationInputProperty.Builder.
-
-
Method Details
-
getDataAccessRole
Description copied from interface:CfnDataSourcePropsMixin.RedshiftRunConfigurationInputPropertyThe data access role included in the configuration details of the Amazon Redshift data source.- Specified by:
getDataAccessRolein interfaceCfnDataSourcePropsMixin.RedshiftRunConfigurationInputProperty- See Also:
-
getRedshiftCredentialConfiguration
Description copied from interface:CfnDataSourcePropsMixin.RedshiftRunConfigurationInputPropertyThe details of the credentials required to access an Amazon Redshift cluster.Returns union: either
IResolvableorCfnDataSourcePropsMixin.RedshiftCredentialConfigurationProperty- Specified by:
getRedshiftCredentialConfigurationin interfaceCfnDataSourcePropsMixin.RedshiftRunConfigurationInputProperty- See Also:
-
getRedshiftStorage
Description copied from interface:CfnDataSourcePropsMixin.RedshiftRunConfigurationInputPropertyThe details of the Amazon Redshift storage as part of the configuration of an Amazon Redshift data source run.Returns union: either
IResolvableorCfnDataSourcePropsMixin.RedshiftStorageProperty- Specified by:
getRedshiftStoragein interfaceCfnDataSourcePropsMixin.RedshiftRunConfigurationInputProperty- See Also:
-
getRelationalFilterConfigurations
Description copied from interface:CfnDataSourcePropsMixin.RedshiftRunConfigurationInputPropertyThe relational filter configurations included in the configuration details of the AWS Glue data source.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataSourcePropsMixin.RelationalFilterConfigurationProperty>- Specified by:
getRelationalFilterConfigurationsin interfaceCfnDataSourcePropsMixin.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()
-