@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:10.553Z") @Stability(value=Experimental) public class Input extends Resource implements IInput
Example:
import software.amazon.awscdk.core.*;
Input.Builder.create(this, "MyInput")
.inputName("my_input")
.attributeJsonPaths(List.of("payload.temperature"))
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
Input.Builder
(experimental) A fluent builder for
Input. |
software.amazon.jsii.JsiiObject.InitializationModeIInput.Jsii$Default, IInput.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
Input(software.constructs.Construct scope,
String id,
InputProps props) |
protected |
Input(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Input(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static IInput |
fromInputName(software.constructs.Construct scope,
String id,
String inputName)
(experimental) Import an existing input.
|
String |
getInputName()
(experimental) The name of the input.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcegetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapplyRemovalPolicy, getEnv, getStackgetNodeprotected Input(software.amazon.jsii.JsiiObjectRef objRef)
protected Input(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public Input(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
InputProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Experimental) @NotNull public static IInput fromInputName(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String inputName)
scope - This parameter is required.id - This parameter is required.inputName - This parameter is required.@Stability(value=Experimental) @NotNull public String getInputName()
getInputName in interface IInputCopyright © 2022. All rights reserved.