@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:16.817Z") @Stability(value=Stable) public class CfnJob extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnJob.Builder
A fluent builder for
CfnJob. |
static interface |
CfnJob.CsvOutputOptionsProperty |
static interface |
CfnJob.JobSampleProperty |
static interface |
CfnJob.OutputFormatOptionsProperty |
static interface |
CfnJob.OutputLocationProperty |
static interface |
CfnJob.OutputProperty |
static interface |
CfnJob.RecipeProperty |
static interface |
CfnJob.S3LocationProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| 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(software.constructs.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`.
|
Object |
getJobSample()
`AWS::DataBrew::Job.JobSample`.
|
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)
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 |
setJobSample(CfnJob.JobSampleProperty value)
`AWS::DataBrew::Job.JobSample`.
|
void |
setJobSample(IResolvable value)
`AWS::DataBrew::Job.JobSample`.
|
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(CfnJob.OutputLocationProperty value)
`AWS::DataBrew::Job.OutputLocation`.
|
void |
setOutputLocation(IResolvable 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, overrideLogicalIdjsiiAsyncCall, 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
software.constructs.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=Stable)
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()
@Stability(value=Stable) @NotNull public String getName()
@Stability(value=Stable)
public void setName(@NotNull
String value)
@Stability(value=Stable) @NotNull public Object getRecipe()
@Stability(value=Stable)
public void setRecipe(@NotNull
Object value)
@Stability(value=Stable) @NotNull public String getRoleArn()
@Stability(value=Stable)
public void setRoleArn(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getType()
@Stability(value=Stable)
public void setType(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getDatasetName()
@Stability(value=Stable)
public void setDatasetName(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getEncryptionKeyArn()
@Stability(value=Stable)
public void setEncryptionKeyArn(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getEncryptionMode()
@Stability(value=Stable)
public void setEncryptionMode(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getJobSample()
@Stability(value=Stable)
public void setJobSample(@Nullable
CfnJob.JobSampleProperty value)
@Stability(value=Stable)
public void setJobSample(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getLogSubscription()
@Stability(value=Stable)
public void setLogSubscription(@Nullable
String value)
@Stability(value=Stable) @Nullable public Number getMaxCapacity()
@Stability(value=Stable)
public void setMaxCapacity(@Nullable
Number value)
@Stability(value=Stable) @Nullable public Number getMaxRetries()
@Stability(value=Stable)
public void setMaxRetries(@Nullable
Number value)
@Stability(value=Stable) @Nullable public Object getOutputLocation()
@Stability(value=Stable)
public void setOutputLocation(@Nullable
CfnJob.OutputLocationProperty value)
@Stability(value=Stable)
public void setOutputLocation(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getOutputs()
@Stability(value=Stable)
public void setOutputs(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setOutputs(@Nullable
List<Object> value)
@Stability(value=Stable) @Nullable public String getProjectName()
@Stability(value=Stable)
public void setProjectName(@Nullable
String value)
@Stability(value=Stable) @Nullable public Number getTimeout()
@Stability(value=Stable)
public void setTimeout(@Nullable
Number value)
Copyright © 2021. All rights reserved.