@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:16.815Z") @Stability(value=Stable) public class CfnDataset extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnDataset.Builder
A fluent builder for
CfnDataset. |
static interface |
CfnDataset.CsvOptionsProperty |
static interface |
CfnDataset.DatabaseInputDefinitionProperty |
static interface |
CfnDataset.DataCatalogInputDefinitionProperty |
static interface |
CfnDataset.DatasetParameterProperty |
static interface |
CfnDataset.DatetimeOptionsProperty |
static interface |
CfnDataset.ExcelOptionsProperty |
static interface |
CfnDataset.FilesLimitProperty |
static interface |
CfnDataset.FilterExpressionProperty |
static interface |
CfnDataset.FilterValueProperty |
static interface |
CfnDataset.FormatOptionsProperty |
static interface |
CfnDataset.InputProperty |
static interface |
CfnDataset.JsonOptionsProperty |
static interface |
CfnDataset.PathOptionsProperty |
static interface |
CfnDataset.PathParameterProperty |
static interface |
CfnDataset.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 |
|---|---|
|
CfnDataset(software.constructs.Construct scope,
String id,
CfnDatasetProps props)
Create a new `AWS::DataBrew::Dataset`.
|
protected |
CfnDataset(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnDataset(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
getCfnProperties() |
String |
getFormat()
`AWS::DataBrew::Dataset.Format`.
|
Object |
getFormatOptions()
`AWS::DataBrew::Dataset.FormatOptions`.
|
Object |
getInput()
`AWS::DataBrew::Dataset.Input`.
|
String |
getName()
`AWS::DataBrew::Dataset.Name`.
|
Object |
getPathOptions()
`AWS::DataBrew::Dataset.PathOptions`.
|
TagManager |
getTags()
`AWS::DataBrew::Dataset.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setFormat(String value)
`AWS::DataBrew::Dataset.Format`.
|
void |
setFormatOptions(CfnDataset.FormatOptionsProperty value)
`AWS::DataBrew::Dataset.FormatOptions`.
|
void |
setFormatOptions(IResolvable value)
`AWS::DataBrew::Dataset.FormatOptions`.
|
void |
setInput(CfnDataset.InputProperty value)
`AWS::DataBrew::Dataset.Input`.
|
void |
setInput(IResolvable value)
`AWS::DataBrew::Dataset.Input`.
|
void |
setName(String value)
`AWS::DataBrew::Dataset.Name`.
|
void |
setPathOptions(CfnDataset.PathOptionsProperty value)
`AWS::DataBrew::Dataset.PathOptions`.
|
void |
setPathOptions(IResolvable value)
`AWS::DataBrew::Dataset.PathOptions`.
|
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 CfnDataset(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnDataset(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnDataset(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnDatasetProps 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 Object getInput()
@Stability(value=Stable)
public void setInput(@NotNull
CfnDataset.InputProperty value)
@Stability(value=Stable)
public void setInput(@NotNull
IResolvable value)
@Stability(value=Stable) @NotNull public String getName()
@Stability(value=Stable)
public void setName(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getFormat()
@Stability(value=Stable)
public void setFormat(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getFormatOptions()
@Stability(value=Stable)
public void setFormatOptions(@Nullable
CfnDataset.FormatOptionsProperty value)
@Stability(value=Stable)
public void setFormatOptions(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getPathOptions()
@Stability(value=Stable)
public void setPathOptions(@Nullable
CfnDataset.PathOptionsProperty value)
@Stability(value=Stable)
public void setPathOptions(@Nullable
IResolvable value)
Copyright © 2021. All rights reserved.