@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:22.065Z") @Stability(value=Stable) public class CfnJob extends CfnResource implements IInspectable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html| Modifier and Type | Class and Description |
|---|---|
static class |
CfnJob.Builder
A fluent builder for
CfnJob. |
static interface |
CfnJob.OutputProperty |
static interface |
CfnJob.S3LocationProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$ProxyIConstruct.Jsii$Default| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnJob(Construct scope,
String id,
CfnJobProps props)
Create a new `AWS::DataBrew::Job`.
|
protected |
CfnJob(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnJob(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
getCfnProperties() |
String |
getDatasetName()
`AWS::DataBrew::Job.DatasetName`.
|
String |
getEncryptionKeyArn()
`AWS::DataBrew::Job.EncryptionKeyArn`.
|
String |
getEncryptionMode()
`AWS::DataBrew::Job.EncryptionMode`.
|
String |
getLogSubscription()
`AWS::DataBrew::Job.LogSubscription`.
|
Number |
getMaxCapacity()
`AWS::DataBrew::Job.MaxCapacity`.
|
Number |
getMaxRetries()
`AWS::DataBrew::Job.MaxRetries`.
|
String |
getName()
`AWS::DataBrew::Job.Name`.
|
Object |
getOutputLocation()
`AWS::DataBrew::Job.OutputLocation`.
|
Object |
getOutputs()
`AWS::DataBrew::Job.Outputs`.
|
String |
getProjectName()
`AWS::DataBrew::Job.ProjectName`.
|
Object |
getRecipe()
`AWS::DataBrew::Job.Recipe`.
|
String |
getRoleArn()
`AWS::DataBrew::Job.RoleArn`.
|
TagManager |
getTags()
`AWS::DataBrew::Job.Tags`.
|
Number |
getTimeout()
`AWS::DataBrew::Job.Timeout`.
|
String |
getType()
`AWS::DataBrew::Job.Type`.
|
void |
inspect(TreeInspector inspector)
(experimental) Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDatasetName(String value)
`AWS::DataBrew::Job.DatasetName`.
|
void |
setEncryptionKeyArn(String value)
`AWS::DataBrew::Job.EncryptionKeyArn`.
|
void |
setEncryptionMode(String value)
`AWS::DataBrew::Job.EncryptionMode`.
|
void |
setLogSubscription(String value)
`AWS::DataBrew::Job.LogSubscription`.
|
void |
setMaxCapacity(Number value)
`AWS::DataBrew::Job.MaxCapacity`.
|
void |
setMaxRetries(Number value)
`AWS::DataBrew::Job.MaxRetries`.
|
void |
setName(String value)
`AWS::DataBrew::Job.Name`.
|
void |
setOutputLocation(Object value)
`AWS::DataBrew::Job.OutputLocation`.
|
void |
setOutputs(IResolvable value)
`AWS::DataBrew::Job.Outputs`.
|
void |
setOutputs(List<Object> value)
`AWS::DataBrew::Job.Outputs`.
|
void |
setProjectName(String value)
`AWS::DataBrew::Job.ProjectName`.
|
void |
setRecipe(Object value)
`AWS::DataBrew::Job.Recipe`.
|
void |
setRoleArn(String value)
`AWS::DataBrew::Job.RoleArn`.
|
void |
setTimeout(Number value)
`AWS::DataBrew::Job.Timeout`.
|
void |
setType(String value)
`AWS::DataBrew::Job.Type`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnJob(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnJob(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnJob(@NotNull
Construct scope,
@NotNull
String id,
@NotNull
CfnJobProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Experimental)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-tags@Stability(value=Stable) @NotNull public String getName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-name@Stability(value=Stable)
public void setName(@NotNull
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-name@Stability(value=Stable) @NotNull public Object getOutputLocation()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-outputlocation@Stability(value=Stable)
public void setOutputLocation(@NotNull
Object value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-outputlocation@Stability(value=Stable) @NotNull public Object getRecipe()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-recipe@Stability(value=Stable)
public void setRecipe(@NotNull
Object value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-recipe@Stability(value=Stable) @NotNull public String getRoleArn()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-rolearn@Stability(value=Stable)
public void setRoleArn(@NotNull
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-rolearn@Stability(value=Stable) @NotNull public String getType()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-type@Stability(value=Stable)
public void setType(@NotNull
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-type@Stability(value=Stable) @Nullable public String getDatasetName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-datasetname@Stability(value=Stable)
public void setDatasetName(@Nullable
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-datasetname@Stability(value=Stable) @Nullable public String getEncryptionKeyArn()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-encryptionkeyarn@Stability(value=Stable)
public void setEncryptionKeyArn(@Nullable
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-encryptionkeyarn@Stability(value=Stable) @Nullable public String getEncryptionMode()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-encryptionmode@Stability(value=Stable)
public void setEncryptionMode(@Nullable
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-encryptionmode@Stability(value=Stable) @Nullable public String getLogSubscription()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-logsubscription@Stability(value=Stable)
public void setLogSubscription(@Nullable
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-logsubscription@Stability(value=Stable) @Nullable public Number getMaxCapacity()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-maxcapacity@Stability(value=Stable)
public void setMaxCapacity(@Nullable
Number value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-maxcapacity@Stability(value=Stable) @Nullable public Number getMaxRetries()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-maxretries@Stability(value=Stable)
public void setMaxRetries(@Nullable
Number value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-maxretries@Stability(value=Stable) @Nullable public Object getOutputs()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-outputs@Stability(value=Stable)
public void setOutputs(@Nullable
IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-outputs@Stability(value=Stable)
public void setOutputs(@Nullable
List<Object> value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-outputs@Stability(value=Stable) @Nullable public String getProjectName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-projectname@Stability(value=Stable)
public void setProjectName(@Nullable
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-projectname@Stability(value=Stable) @Nullable public Number getTimeout()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-timeout@Stability(value=Stable)
public void setTimeout(@Nullable
Number value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-timeoutCopyright © 2020. All rights reserved.