@Generated(value="jsii-pacmak/0.13.2 (build a2116e9)", date="2019-07-01T16:58:23.742Z") @Stability(value=Experimental) public class EventField extends software.amazon.jsii.JsiiObject implements software.amazon.awscdk.core.IResolvable
| Modifier | Constructor and Description |
|---|---|
protected |
EventField(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
static String |
fromPath(String path)
Extract a custom JSON path from the event.
|
static String |
getAccount()
Extract the account from the event.
|
List<String> |
getCreationStack()
The creation stack of this resolvable which will be appended to errors thrown during resolution.
|
static String |
getDetailType()
Extract the detail type from the event.
|
String |
getDisplayHint()
EXPERIMENTAL
|
static String |
getEventId()
Extract the event ID from the event.
|
String |
getPath()
EXPERIMENTAL
|
static String |
getRegion()
Extract the region from the event.
|
static String |
getSource()
Extract the source from the event.
|
static String |
getTime()
Extract the time from the event.
|
Object |
resolve(software.amazon.awscdk.core.IResolveContext _ctx)
Produce the Token's value at resolution time.
|
String |
toJSON()
EXPERIMENTAL
|
String |
toString()
Return a string representation of this resolvable object.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetprotected EventField(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Experimental) public static String fromPath(String path)
@Stability(value=Experimental) @Nullable public Object resolve(software.amazon.awscdk.core.IResolveContext _ctx)
resolve in interface software.amazon.awscdk.core.IResolvable@Stability(value=Experimental) public String toJSON()
@Stability(value=Experimental) public String toString()
@Stability(value=Experimental) public static String getAccount()
@Stability(value=Experimental) public static String getDetailType()
@Stability(value=Experimental) public static String getEventId()
@Stability(value=Experimental) public static String getRegion()
@Stability(value=Experimental) public static String getSource()
@Stability(value=Experimental) public static String getTime()
@Stability(value=Experimental) public List<String> getCreationStack()
getCreationStack in interface software.amazon.awscdk.core.IResolvable@Stability(value=Experimental) public String getDisplayHint()
@Stability(value=Experimental) public String getPath()
Copyright © 2019. All rights reserved.