Class CfnJob.DataCatalogOutputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.databrew.CfnJob.DataCatalogOutputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnJob.DataCatalogOutputProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnJob.DataCatalogOutputProperty
@Stability(Stable)
@Internal
public static final class CfnJob.DataCatalogOutputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnJob.DataCatalogOutputProperty
An implementation for
CfnJob.DataCatalogOutputProperty-
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.databrew.CfnJob.DataCatalogOutputProperty
CfnJob.DataCatalogOutputProperty.Builder, CfnJob.DataCatalogOutputProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnJob.DataCatalogOutputProperty.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 unique identifier of the AWS account that holds the Data Catalog that stores the data.final StringThe name of a database in the Data Catalog.final ObjectRepresents options that specify how and where DataBrew writes the database output generated by recipe jobs.final ObjectA value that, if true, means that any data in the location specified for output is overwritten with new output.final ObjectRepresents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.final StringThe name of a table in the Data Catalog.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 theCfnJob.DataCatalogOutputProperty.Builder.
-
-
Method Details
-
getDatabaseName
Description copied from interface:CfnJob.DataCatalogOutputPropertyThe name of a database in the Data Catalog.- Specified by:
getDatabaseNamein interfaceCfnJob.DataCatalogOutputProperty
-
getTableName
Description copied from interface:CfnJob.DataCatalogOutputPropertyThe name of a table in the Data Catalog.- Specified by:
getTableNamein interfaceCfnJob.DataCatalogOutputProperty
-
getCatalogId
Description copied from interface:CfnJob.DataCatalogOutputPropertyThe unique identifier of the AWS account that holds the Data Catalog that stores the data.- Specified by:
getCatalogIdin interfaceCfnJob.DataCatalogOutputProperty
-
getDatabaseOptions
Description copied from interface:CfnJob.DataCatalogOutputPropertyRepresents options that specify how and where DataBrew writes the database output generated by recipe jobs.- Specified by:
getDatabaseOptionsin interfaceCfnJob.DataCatalogOutputProperty
-
getOverwrite
Description copied from interface:CfnJob.DataCatalogOutputPropertyA value that, if true, means that any data in the location specified for output is overwritten with new output.Not supported with DatabaseOptions.
- Specified by:
getOverwritein interfaceCfnJob.DataCatalogOutputProperty
-
getS3Options
Description copied from interface:CfnJob.DataCatalogOutputPropertyRepresents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.- Specified by:
getS3Optionsin interfaceCfnJob.DataCatalogOutputProperty
-
$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()
-