@Stability(value=Stable)
public static interface CfnRecipe.ActionProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.databrew.*;
ActionProperty actionProperty = ActionProperty.builder()
.operation("operation")
// the properties below are optional
.parameters(Map.of(
"parametersKey", "parameters"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRecipe.ActionProperty.Builder
A builder for
CfnRecipe.ActionProperty |
static class |
CfnRecipe.ActionProperty.Jsii$Proxy
An implementation for
CfnRecipe.ActionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRecipe.ActionProperty.Builder |
builder() |
String |
getOperation()
The name of a valid DataBrew transformation to be performed on the data.
|
default Object |
getParameters()
Contextual parameters for the transformation.
|
@Stability(value=Stable) @NotNull String getOperation()
@Stability(value=Stable) @Nullable default Object getParameters()
@Stability(value=Stable) static CfnRecipe.ActionProperty.Builder builder()
CfnRecipe.ActionProperty.Builder of CfnRecipe.ActionPropertyCopyright © 2022. All rights reserved.