public static final class CfnJobProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnJobProps
CfnJobProps
CfnJobProps.Builder, CfnJobProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getDatabaseOutputs()
Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into.
|
java.lang.Object |
getDataCatalogOutputs()
One or more artifacts that represent the AWS Glue Data Catalog output from running the job.
|
java.lang.String |
getDatasetName()
A dataset that the job is to process.
|
java.lang.String |
getEncryptionKeyArn()
The Amazon Resource Name (ARN) of an encryption key that is used to protect the job output.
|
java.lang.String |
getEncryptionMode()
The encryption mode for the job, which can be one of the following:.
|
java.lang.Object |
getJobSample()
A sample configuration for profile jobs only, which determines the number of rows on which the profile job is run.
|
java.lang.String |
getLogSubscription()
The current status of Amazon CloudWatch logging for the job.
|
java.lang.Number |
getMaxCapacity()
The maximum number of nodes that can be consumed when the job processes data.
|
java.lang.Number |
getMaxRetries()
The maximum number of times to retry the job after a job run fails.
|
java.lang.String |
getName()
The unique name of the job.
|
java.lang.Object |
getOutputLocation()
`AWS::DataBrew::Job.OutputLocation`.
|
java.lang.Object |
getOutputs()
One or more artifacts that represent output from running the job.
|
java.lang.Object |
getProfileConfiguration()
Configuration for profile jobs.
|
java.lang.String |
getProjectName()
The name of the project that the job is associated with.
|
java.lang.Object |
getRecipe()
A series of data transformation steps that the job runs.
|
java.lang.String |
getRoleArn()
The Amazon Resource Name (ARN) of the role to be assumed for this job.
|
java.util.List<CfnTag> |
getTags()
Metadata tags that have been applied to the job.
|
java.lang.Number |
getTimeout()
The job's timeout in minutes.
|
java.lang.String |
getType()
The job type of the job, which must be one of the following:.
|
java.lang.Object |
getValidationConfigurations()
List of validation configurations that are applied to the profile job.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getName()
CfnJobProps
getName
in interface CfnJobProps
public final java.lang.String getRoleArn()
CfnJobProps
getRoleArn
in interface CfnJobProps
public final java.lang.String getType()
CfnJobProps
PROFILE
- A job to analyze a dataset, to determine its size, data types, data distribution, and more.RECIPE
- A job to apply one or more transformations to a dataset.getType
in interface CfnJobProps
public final java.lang.Object getDatabaseOutputs()
CfnJobProps
getDatabaseOutputs
in interface CfnJobProps
public final java.lang.Object getDataCatalogOutputs()
CfnJobProps
getDataCatalogOutputs
in interface CfnJobProps
public final java.lang.String getDatasetName()
CfnJobProps
getDatasetName
in interface CfnJobProps
public final java.lang.String getEncryptionKeyArn()
CfnJobProps
For more information, see Encrypting data written by DataBrew jobs
getEncryptionKeyArn
in interface CfnJobProps
public final java.lang.String getEncryptionMode()
CfnJobProps
SSE-KMS
- Server-side encryption with keys managed by AWS KMS .SSE-S3
- Server-side encryption with keys managed by Amazon S3.getEncryptionMode
in interface CfnJobProps
public final java.lang.Object getJobSample()
CfnJobProps
If a JobSample
value isn't provided, the default value is used. The default value is CUSTOM_ROWS for the mode parameter and 20,000 for the size parameter.
getJobSample
in interface CfnJobProps
public final java.lang.String getLogSubscription()
CfnJobProps
getLogSubscription
in interface CfnJobProps
public final java.lang.Number getMaxCapacity()
CfnJobProps
getMaxCapacity
in interface CfnJobProps
public final java.lang.Number getMaxRetries()
CfnJobProps
getMaxRetries
in interface CfnJobProps
public final java.lang.Object getOutputLocation()
CfnJobProps
getOutputLocation
in interface CfnJobProps
public final java.lang.Object getOutputs()
CfnJobProps
getOutputs
in interface CfnJobProps
public final java.lang.Object getProfileConfiguration()
CfnJobProps
Configuration can be used to select columns, do evaluations, and override default parameters of evaluations. When configuration is undefined, the profile job will apply default settings to all supported columns.
getProfileConfiguration
in interface CfnJobProps
public final java.lang.String getProjectName()
CfnJobProps
getProjectName
in interface CfnJobProps
public final java.lang.Object getRecipe()
CfnJobProps
getRecipe
in interface CfnJobProps
public final java.util.List<CfnTag> getTags()
CfnJobProps
getTags
in interface CfnJobProps
public final java.lang.Number getTimeout()
CfnJobProps
A job that attempts to run longer than this timeout period ends with a status of TIMEOUT
.
getTimeout
in interface CfnJobProps
public final java.lang.Object getValidationConfigurations()
CfnJobProps
getValidationConfigurations
in interface CfnJobProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()