@Stability(value=Stable)
public static interface CfnRule.InputTransformerProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.events.*;
InputTransformerProperty inputTransformerProperty = InputTransformerProperty.builder()
.inputTemplate("inputTemplate")
// the properties below are optional
.inputPathsMap(Map.of(
"inputPathsMapKey", "inputPathsMap"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRule.InputTransformerProperty.Builder
A builder for
CfnRule.InputTransformerProperty |
static class |
CfnRule.InputTransformerProperty.Jsii$Proxy
An implementation for
CfnRule.InputTransformerProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRule.InputTransformerProperty.Builder |
builder() |
default Object |
getInputPathsMap()
`CfnRule.InputTransformerProperty.InputPathsMap`.
|
String |
getInputTemplate()
`CfnRule.InputTransformerProperty.InputTemplate`.
|
@Stability(value=Stable) @Nullable default Object getInputPathsMap()
@Stability(value=Stable) @NotNull String getInputTemplate()
@Stability(value=Stable) static CfnRule.InputTransformerProperty.Builder builder()
Copyright © 2021. All rights reserved.