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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnProcessingJob.AthenaDatasetDefinitionProperty
CfnProcessingJob.AthenaDatasetDefinitionProperty.Builder, CfnProcessingJob.AthenaDatasetDefinitionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnProcessingJob.AthenaDatasetDefinitionProperty.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 name of the data catalog used in Athena query execution.final StringThe name of the database used in the Athena query execution.final StringThe AWS Key Management Service ( AWS KMS) key that Amazon SageMaker uses to encrypt data generated from an Athena query execution.final StringThe compression used for Athena query results.final StringThe data storage format for Athena query results.final StringThe location in Amazon S3 where Athena query results are stored.final StringThe SQL query statements, to be executed.final StringThe name of the workgroup in which the Athena query is being started.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.AthenaDatasetDefinitionProperty.Builder.
-
-
Method Details
-
getCatalog
Description copied from interface:CfnProcessingJob.AthenaDatasetDefinitionPropertyThe name of the data catalog used in Athena query execution.- Specified by:
getCatalogin interfaceCfnProcessingJob.AthenaDatasetDefinitionProperty- See Also:
-
getDatabase
Description copied from interface:CfnProcessingJob.AthenaDatasetDefinitionPropertyThe name of the database used in the Athena query execution.- Specified by:
getDatabasein interfaceCfnProcessingJob.AthenaDatasetDefinitionProperty- See Also:
-
getOutputFormat
Description copied from interface:CfnProcessingJob.AthenaDatasetDefinitionPropertyThe data storage format for Athena query results.- Specified by:
getOutputFormatin interfaceCfnProcessingJob.AthenaDatasetDefinitionProperty- See Also:
-
getOutputS3Uri
Description copied from interface:CfnProcessingJob.AthenaDatasetDefinitionPropertyThe location in Amazon S3 where Athena query results are stored.- Specified by:
getOutputS3Uriin interfaceCfnProcessingJob.AthenaDatasetDefinitionProperty- See Also:
-
getQueryString
Description copied from interface:CfnProcessingJob.AthenaDatasetDefinitionPropertyThe SQL query statements, to be executed.- Specified by:
getQueryStringin interfaceCfnProcessingJob.AthenaDatasetDefinitionProperty- See Also:
-
getKmsKeyId
Description copied from interface:CfnProcessingJob.AthenaDatasetDefinitionPropertyThe AWS Key Management Service ( AWS KMS) key that Amazon SageMaker uses to encrypt data generated from an Athena query execution.- Specified by:
getKmsKeyIdin interfaceCfnProcessingJob.AthenaDatasetDefinitionProperty- See Also:
-
getOutputCompression
Description copied from interface:CfnProcessingJob.AthenaDatasetDefinitionPropertyThe compression used for Athena query results.- Specified by:
getOutputCompressionin interfaceCfnProcessingJob.AthenaDatasetDefinitionProperty- See Also:
-
getWorkGroup
Description copied from interface:CfnProcessingJob.AthenaDatasetDefinitionPropertyThe name of the workgroup in which the Athena query is being started.- Specified by:
getWorkGroupin interfaceCfnProcessingJob.AthenaDatasetDefinitionProperty- 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()
-