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