@Generated(value="jsii-pacmak/0.11.2 (build 27d16c2)", date="2019-06-10T11:04:14.227Z") @Stability(value=Experimental) public class EventField extends software.amazon.awscdk.Token
| 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 |
fromPath(String path,
String nameHint)
Extract a custom JSON path from the event.
|
static String |
getAccount()
Extract the account from the event.
|
static String |
getDetailType()
Extract the detail type from the event.
|
static String |
getEventId()
Extract the event ID from the event.
|
String |
getNameHint()
EXPERIMENTAL
|
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.
|
getDisplayName, getTrace, getValueOrFunction, isToken, newError, resolve, toJSON, toList, toNumber, toString, unresolvedjsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetprotected EventField(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Experimental) public static String fromPath(String path, @Nullable String nameHint)
@Stability(value=Experimental) public static String fromPath(String path)
@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 String getPath()
Copyright © 2019. All rights reserved.