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