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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnProcessingJob.RedshiftDatasetDefinitionProperty
CfnProcessingJob.RedshiftDatasetDefinitionProperty.Builder, CfnProcessingJob.RedshiftDatasetDefinitionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnProcessingJob.RedshiftDatasetDefinitionProperty.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 Redshift cluster Identifier.final StringThe IAM role attached to your Redshift cluster that Amazon SageMaker uses to generate datasets.final StringThe name of the Redshift database used in Redshift query execution.final StringThe database user name used in Redshift query execution.final StringThe AWS Key Management Service ( AWS KMS) key that Amazon SageMaker uses to encrypt data from a Redshift execution.final StringThe compression used for Redshift query results.final StringThe data storage format for Redshift query results.final StringThe location in Amazon S3 where the Redshift query results are stored.final StringThe SQL query statements to be executed.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 theCfnProcessingJob.RedshiftDatasetDefinitionProperty.Builder.
-
-
Method Details
-
getClusterId
Description copied from interface:CfnProcessingJob.RedshiftDatasetDefinitionPropertyThe Redshift cluster Identifier.- Specified by:
getClusterIdin interfaceCfnProcessingJob.RedshiftDatasetDefinitionProperty- See Also:
-
getClusterRoleArn
Description copied from interface:CfnProcessingJob.RedshiftDatasetDefinitionPropertyThe IAM role attached to your Redshift cluster that Amazon SageMaker uses to generate datasets.- Specified by:
getClusterRoleArnin interfaceCfnProcessingJob.RedshiftDatasetDefinitionProperty- See Also:
-
getDatabase
Description copied from interface:CfnProcessingJob.RedshiftDatasetDefinitionPropertyThe name of the Redshift database used in Redshift query execution.- Specified by:
getDatabasein interfaceCfnProcessingJob.RedshiftDatasetDefinitionProperty- See Also:
-
getDbUser
Description copied from interface:CfnProcessingJob.RedshiftDatasetDefinitionPropertyThe database user name used in Redshift query execution.- Specified by:
getDbUserin interfaceCfnProcessingJob.RedshiftDatasetDefinitionProperty- See Also:
-
getOutputFormat
Description copied from interface:CfnProcessingJob.RedshiftDatasetDefinitionPropertyThe data storage format for Redshift query results.- Specified by:
getOutputFormatin interfaceCfnProcessingJob.RedshiftDatasetDefinitionProperty- See Also:
-
getOutputS3Uri
Description copied from interface:CfnProcessingJob.RedshiftDatasetDefinitionPropertyThe location in Amazon S3 where the Redshift query results are stored.- Specified by:
getOutputS3Uriin interfaceCfnProcessingJob.RedshiftDatasetDefinitionProperty- See Also:
-
getQueryString
Description copied from interface:CfnProcessingJob.RedshiftDatasetDefinitionPropertyThe SQL query statements to be executed.- Specified by:
getQueryStringin interfaceCfnProcessingJob.RedshiftDatasetDefinitionProperty- See Also:
-
getKmsKeyId
Description copied from interface:CfnProcessingJob.RedshiftDatasetDefinitionPropertyThe AWS Key Management Service ( AWS KMS) key that Amazon SageMaker uses to encrypt data from a Redshift execution.- Specified by:
getKmsKeyIdin interfaceCfnProcessingJob.RedshiftDatasetDefinitionProperty- See Also:
-
getOutputCompression
Description copied from interface:CfnProcessingJob.RedshiftDatasetDefinitionPropertyThe compression used for Redshift query results.- Specified by:
getOutputCompressionin interfaceCfnProcessingJob.RedshiftDatasetDefinitionProperty- 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()
-