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