Class CfnJobProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.databrew.CfnJobProps.Jsii$Proxy
All Implemented Interfaces:
CfnJobProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnJobProps

@Stability(Stable) @Internal public static final class CfnJobProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnJobProps
An implementation for CfnJobProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.databrew.CfnJobProps

    CfnJobProps.Builder, CfnJobProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    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.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Object
    Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into.
    final Object
    One or more artifacts that represent the AWS Glue Data Catalog output from running the job.
    final String
    A dataset that the job is to process.
    final String
    The Amazon Resource Name (ARN) of an encryption key that is used to protect the job output.
    final String
    The encryption mode for the job, which can be one of the following:.
    final Object
    A sample configuration for profile jobs only, which determines the number of rows on which the profile job is run.
    final String
    The current status of Amazon CloudWatch logging for the job.
    final Number
    The maximum number of nodes that can be consumed when the job processes data.
    final Number
    The maximum number of times to retry the job after a job run fails.
    final String
    The unique name of the job.
    final Object
    The location in Amazon S3 where the job writes its output.
    final Object
    One or more artifacts that represent output from running the job.
    final Object
    Configuration for profile jobs.
    final String
    The name of the project that the job is associated with.
    final Object
    A series of data transformation steps that the job runs.
    final String
    The Amazon Resource Name (ARN) of the role to be assumed for this job.
    final List<CfnTag>
    Metadata tags that have been applied to the job.
    final Number
    The job's timeout in minutes.
    final String
    The job type of the job, which must be one of the following:.
    final Object
    List of validation configurations that are applied to the profile job.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait