Class CfnProcessingJob.RedshiftDatasetDefinitionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnProcessingJob.RedshiftDatasetDefinitionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnProcessingJob.RedshiftDatasetDefinitionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnProcessingJob.RedshiftDatasetDefinitionProperty
@Stability(Stable)
@Internal
public static final class CfnProcessingJob.RedshiftDatasetDefinitionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnProcessingJob.RedshiftDatasetDefinitionProperty
An implementation for
CfnProcessingJob.RedshiftDatasetDefinitionProperty
-
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.sagemaker.CfnProcessingJob.RedshiftDatasetDefinitionProperty
CfnProcessingJob.RedshiftDatasetDefinitionProperty.Builder, CfnProcessingJob.RedshiftDatasetDefinitionProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnProcessingJob.RedshiftDatasetDefinitionProperty.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 Redshift cluster Identifier.final String
The IAM role attached to your Redshift cluster that Amazon SageMaker uses to generate datasets.final String
The name of the Redshift database used in Redshift query execution.final String
The database user name used in Redshift query execution.final String
The AWS Key Management Service ( AWS KMS) key that Amazon SageMaker uses to encrypt data from a Redshift execution.final String
The compression used for Redshift query results.final String
The data storage format for Redshift query results.final String
The location in Amazon S3 where the Redshift query results are stored.final String
The SQL query statements to be executed.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 theCfnProcessingJob.RedshiftDatasetDefinitionProperty.Builder
.
-
-
Method Details
-
getClusterId
Description copied from interface:CfnProcessingJob.RedshiftDatasetDefinitionProperty
The Redshift cluster Identifier.- Specified by:
getClusterId
in interfaceCfnProcessingJob.RedshiftDatasetDefinitionProperty
- See Also:
-
getClusterRoleArn
Description copied from interface:CfnProcessingJob.RedshiftDatasetDefinitionProperty
The IAM role attached to your Redshift cluster that Amazon SageMaker uses to generate datasets.- Specified by:
getClusterRoleArn
in interfaceCfnProcessingJob.RedshiftDatasetDefinitionProperty
- See Also:
-
getDatabase
Description copied from interface:CfnProcessingJob.RedshiftDatasetDefinitionProperty
The name of the Redshift database used in Redshift query execution.- Specified by:
getDatabase
in interfaceCfnProcessingJob.RedshiftDatasetDefinitionProperty
- See Also:
-
getDbUser
Description copied from interface:CfnProcessingJob.RedshiftDatasetDefinitionProperty
The database user name used in Redshift query execution.- Specified by:
getDbUser
in interfaceCfnProcessingJob.RedshiftDatasetDefinitionProperty
- See Also:
-
getOutputFormat
Description copied from interface:CfnProcessingJob.RedshiftDatasetDefinitionProperty
The data storage format for Redshift query results.- Specified by:
getOutputFormat
in interfaceCfnProcessingJob.RedshiftDatasetDefinitionProperty
- See Also:
-
getOutputS3Uri
Description copied from interface:CfnProcessingJob.RedshiftDatasetDefinitionProperty
The location in Amazon S3 where the Redshift query results are stored.- Specified by:
getOutputS3Uri
in interfaceCfnProcessingJob.RedshiftDatasetDefinitionProperty
- See Also:
-
getQueryString
Description copied from interface:CfnProcessingJob.RedshiftDatasetDefinitionProperty
The SQL query statements to be executed.- Specified by:
getQueryString
in interfaceCfnProcessingJob.RedshiftDatasetDefinitionProperty
- See Also:
-
getKmsKeyId
Description copied from interface:CfnProcessingJob.RedshiftDatasetDefinitionProperty
The AWS Key Management Service ( AWS KMS) key that Amazon SageMaker uses to encrypt data from a Redshift execution.- Specified by:
getKmsKeyId
in interfaceCfnProcessingJob.RedshiftDatasetDefinitionProperty
- See Also:
-
getOutputCompression
Description copied from interface:CfnProcessingJob.RedshiftDatasetDefinitionProperty
The compression used for Redshift query results.- Specified by:
getOutputCompression
in interfaceCfnProcessingJob.RedshiftDatasetDefinitionProperty
- 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()
-