public static final class EventPattern.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EventPattern
software.amazon.jsii.JsiiObject.InitializationModeEventPattern.Builder, EventPattern.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAccount()
The 12-digit number identifying an AWS account.
|
Object |
getDetail()
A JSON object, whose content is at the discretion of the service
originating the event.
|
List<String> |
getDetailType()
Identifies, in combination with the source field, the fields and values
that appear in the detail field.
|
List<String> |
getId()
A unique value is generated for every event.
|
List<String> |
getRegion()
Identifies the AWS region where the event originated.
|
List<String> |
getResources()
This JSON array contains ARNs that identify resources that are involved
in the event.
|
List<String> |
getSource()
Identifies the service that sourced the event.
|
List<String> |
getTime()
The event timestamp, which can be specified by the service originating
the event.
|
List<String> |
getVersion()
By default, this is set to 0 (zero) in all events.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Nullable public List<String> getAccount()
getAccount in interface EventPattern@Nullable public Object getDetail()
getDetail in interface EventPattern@Nullable public List<String> getDetailType()
getDetailType in interface EventPattern@Nullable public List<String> getId()
getId in interface EventPattern@Nullable public List<String> getRegion()
getRegion in interface EventPattern@Nullable public List<String> getResources()
getResources in interface EventPattern@Nullable public List<String> getSource()
getSource in interface EventPatternhttp://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces@Nullable public List<String> getTime()
getTime in interface EventPattern@Nullable public List<String> getVersion()
getVersion in interface EventPatternCopyright © 2019. All rights reserved.