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