NAME
Paws::GlueDataBrew::DataCatalogOutput
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::GlueDataBrew::DataCatalogOutput object:
$service_obj->Method(Att1 => { CatalogId => $value, ..., TableName => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::GlueDataBrew::DataCatalogOutput object:
$result = $service_obj->Method(...);
$result->Att1->CatalogId
DESCRIPTION
Represents options that specify how and where DataBrew writes the output generated by recipe jobs.
ATTRIBUTES
CatalogId => Str
The unique identifier of the AWS account that holds the Data Catalog that stores the data.
REQUIRED DatabaseName => Str
The name of a database in the Data Catalog.
DatabaseOptions => Paws::GlueDataBrew::DatabaseTableOutputOptions
Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.
Overwrite => Bool
A value that, if true, means that any data in the location specified for output is overwritten with new output. Not supported with DatabaseOptions.
S3Options => Paws::GlueDataBrew::S3TableOutputOptions
Represents options that specify how and where DataBrew writes the S3 output generated by recipe jobs.
REQUIRED TableName => Str
The name of a table in the Data Catalog.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::GlueDataBrew
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues