| Package | Description |
|---|---|
| software.amazon.awscdk.services.databrew |
AWS::DataBrew Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnJob.Builder |
CfnJob.Builder.create(software.constructs.Construct scope,
String id) |
CfnJob.Builder |
CfnJob.Builder.databaseOutputs(IResolvable databaseOutputs)
Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into.
|
CfnJob.Builder |
CfnJob.Builder.databaseOutputs(List<? extends Object> databaseOutputs)
Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into.
|
CfnJob.Builder |
CfnJob.Builder.dataCatalogOutputs(IResolvable dataCatalogOutputs)
One or more artifacts that represent the AWS Glue Data Catalog output from running the job.
|
CfnJob.Builder |
CfnJob.Builder.dataCatalogOutputs(List<? extends Object> dataCatalogOutputs)
One or more artifacts that represent the AWS Glue Data Catalog output from running the job.
|
CfnJob.Builder |
CfnJob.Builder.datasetName(String datasetName)
A dataset that the job is to process.
|
CfnJob.Builder |
CfnJob.Builder.encryptionKeyArn(String encryptionKeyArn)
The Amazon Resource Name (ARN) of an encryption key that is used to protect the job output.
|
CfnJob.Builder |
CfnJob.Builder.encryptionMode(String encryptionMode)
The encryption mode for the job, which can be one of the following:.
|
CfnJob.Builder |
CfnJob.Builder.jobSample(CfnJob.JobSampleProperty jobSample)
A sample configuration for profile jobs only, which determines the number of rows on which the profile job is run.
|
CfnJob.Builder |
CfnJob.Builder.jobSample(IResolvable jobSample)
A sample configuration for profile jobs only, which determines the number of rows on which the profile job is run.
|
CfnJob.Builder |
CfnJob.Builder.logSubscription(String logSubscription)
The current status of Amazon CloudWatch logging for the job.
|
CfnJob.Builder |
CfnJob.Builder.maxCapacity(Number maxCapacity)
The maximum number of nodes that can be consumed when the job processes data.
|
CfnJob.Builder |
CfnJob.Builder.maxRetries(Number maxRetries)
The maximum number of times to retry the job after a job run fails.
|
CfnJob.Builder |
CfnJob.Builder.name(String name)
The unique name of the job.
|
CfnJob.Builder |
CfnJob.Builder.outputLocation(CfnJob.OutputLocationProperty outputLocation)
`AWS::DataBrew::Job.OutputLocation`.
|
CfnJob.Builder |
CfnJob.Builder.outputLocation(IResolvable outputLocation)
`AWS::DataBrew::Job.OutputLocation`.
|
CfnJob.Builder |
CfnJob.Builder.outputs(IResolvable outputs)
One or more artifacts that represent output from running the job.
|
CfnJob.Builder |
CfnJob.Builder.outputs(List<? extends Object> outputs)
One or more artifacts that represent output from running the job.
|
CfnJob.Builder |
CfnJob.Builder.profileConfiguration(CfnJob.ProfileConfigurationProperty profileConfiguration)
Configuration for profile jobs.
|
CfnJob.Builder |
CfnJob.Builder.profileConfiguration(IResolvable profileConfiguration)
Configuration for profile jobs.
|
CfnJob.Builder |
CfnJob.Builder.projectName(String projectName)
The name of the project that the job is associated with.
|
CfnJob.Builder |
CfnJob.Builder.recipe(CfnJob.RecipeProperty recipe)
A series of data transformation steps that the job runs.
|
CfnJob.Builder |
CfnJob.Builder.recipe(IResolvable recipe)
A series of data transformation steps that the job runs.
|
CfnJob.Builder |
CfnJob.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of the role to be assumed for this job.
|
CfnJob.Builder |
CfnJob.Builder.tags(List<? extends CfnTag> tags)
Metadata tags that have been applied to the job.
|
CfnJob.Builder |
CfnJob.Builder.timeout(Number timeout)
The job's timeout in minutes.
|
CfnJob.Builder |
CfnJob.Builder.type(String type)
The job type of the job, which must be one of the following:.
|
CfnJob.Builder |
CfnJob.Builder.validationConfigurations(IResolvable validationConfigurations)
List of validation configurations that are applied to the profile job.
|
CfnJob.Builder |
CfnJob.Builder.validationConfigurations(List<? extends Object> validationConfigurations)
List of validation configurations that are applied to the profile job.
|
Copyright © 2022. All rights reserved.