@Stability(value=Stable) @Internal public static final class CfnJobProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnJobProps
CfnJobPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnJobProps.Builder, CfnJobProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnJobProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnJobProps.Builder. |
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(Object o) |
Object |
getDatabaseOutputs()
Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into.
|
Object |
getDataCatalogOutputs()
One or more artifacts that represent the AWS Glue Data Catalog output from running the job.
|
String |
getDatasetName()
A dataset that the job is to process.
|
String |
getEncryptionKeyArn()
The Amazon Resource Name (ARN) of an encryption key that is used to protect the job output.
|
String |
getEncryptionMode()
The encryption mode for the job, which can be one of the following:.
|
Object |
getJobSample()
A sample configuration for profile jobs only, which determines the number of rows on which the profile job is run.
|
String |
getLogSubscription()
The current status of Amazon CloudWatch logging for the job.
|
Number |
getMaxCapacity()
The maximum number of nodes that can be consumed when the job processes data.
|
Number |
getMaxRetries()
The maximum number of times to retry the job after a job run fails.
|
String |
getName()
The unique name of the job.
|
Object |
getOutputLocation()
`AWS::DataBrew::Job.OutputLocation`.
|
Object |
getOutputs()
One or more artifacts that represent output from running the job.
|
Object |
getProfileConfiguration()
Configuration for profile jobs.
|
String |
getProjectName()
The name of the project that the job is associated with.
|
Object |
getRecipe()
A series of data transformation steps that the job runs.
|
String |
getRoleArn()
The Amazon Resource Name (ARN) of the role to be assumed for this job.
|
List<CfnTag> |
getTags()
Metadata tags that have been applied to the job.
|
Number |
getTimeout()
The job's timeout in minutes.
|
String |
getType()
The job type of the job, which must be one of the following:.
|
Object |
getValidationConfigurations()
List of validation configurations that are applied to the profile job.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnJobProps.Builder builder)
CfnJobProps.Builder.public final String getName()
CfnJobPropsgetName in interface CfnJobPropspublic final String getRoleArn()
CfnJobPropsgetRoleArn in interface CfnJobPropspublic final 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 CfnJobPropspublic final Object getDatabaseOutputs()
CfnJobPropsgetDatabaseOutputs in interface CfnJobPropspublic final Object getDataCatalogOutputs()
CfnJobPropsgetDataCatalogOutputs in interface CfnJobPropspublic final String getDatasetName()
CfnJobPropsgetDatasetName in interface CfnJobPropspublic final String getEncryptionKeyArn()
CfnJobPropsFor more information, see Encrypting data written by DataBrew jobs
getEncryptionKeyArn in interface CfnJobPropspublic final 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 CfnJobPropspublic final 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 CfnJobPropspublic final String getLogSubscription()
CfnJobPropsgetLogSubscription in interface CfnJobPropspublic final Number getMaxCapacity()
CfnJobPropsgetMaxCapacity in interface CfnJobPropspublic final Number getMaxRetries()
CfnJobPropsgetMaxRetries in interface CfnJobPropspublic final Object getOutputLocation()
CfnJobPropsgetOutputLocation in interface CfnJobPropspublic final Object getOutputs()
CfnJobPropsgetOutputs in interface CfnJobPropspublic final Object getProfileConfiguration()
CfnJobPropsConfiguration 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 CfnJobPropspublic final String getProjectName()
CfnJobPropsgetProjectName in interface CfnJobPropspublic final Object getRecipe()
CfnJobPropsgetRecipe in interface CfnJobPropspublic final List<CfnTag> getTags()
CfnJobPropsgetTags in interface CfnJobPropspublic final Number getTimeout()
CfnJobProps
A job that attempts to run longer than this timeout period ends with a status of TIMEOUT .
getTimeout in interface CfnJobPropspublic final Object getValidationConfigurations()
CfnJobPropsgetValidationConfigurations in interface CfnJobProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.