public static class EventPattern.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EventPattern
software.amazon.jsii.JsiiObject.InitializationModeEventPattern.Builder, EventPattern.Jsii$Pojo, 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<software.amazon.awscdk.Arn> |
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.
|
void |
setAccount(List<String> value)
The 12-digit number identifying an AWS account.
|
void |
setDetail(Object value)
A JSON object, whose content is at the discretion of the service
originating the event.
|
void |
setDetailType(List<String> value)
Identifies, in combination with the source field, the fields and values
that appear in the detail field.
|
void |
setId(List<String> value)
A unique value is generated for every event.
|
void |
setRegion(List<String> value)
Identifies the AWS region where the event originated.
|
void |
setResources(List<software.amazon.awscdk.Arn> value)
This JSON array contains ARNs that identify resources that are involved
in the event.
|
void |
setSource(List<String> value)
Identifies the service that sourced the event.
|
void |
setTime(List<String> value)
The event timestamp, which can be specified by the service originating
the event.
|
void |
setVersion(List<String> value)
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> getVersion()
getVersion in interface EventPatternpublic void setVersion(@Nullable List<String> value)
setVersion in interface EventPattern@Nullable public List<String> getId()
getId in interface EventPatternpublic void setId(@Nullable List<String> value)
setId in interface EventPattern@Nullable public List<String> getDetailType()
getDetailType in interface EventPatternpublic void setDetailType(@Nullable List<String> value)
setDetailType 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-namespacespublic void setSource(@Nullable List<String> value)
setSource in interface EventPatternhttp://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces@Nullable public List<String> getAccount()
getAccount in interface EventPatternpublic void setAccount(@Nullable List<String> value)
setAccount in interface EventPattern@Nullable public List<String> getTime()
getTime in interface EventPatternpublic void setTime(@Nullable List<String> value)
setTime in interface EventPattern@Nullable public List<String> getRegion()
getRegion in interface EventPatternpublic void setRegion(@Nullable List<String> value)
setRegion in interface EventPattern@Nullable public List<software.amazon.awscdk.Arn> getResources()
getResources in interface EventPatternpublic void setResources(@Nullable List<software.amazon.awscdk.Arn> value)
setResources in interface EventPattern@Nullable public Object getDetail()
getDetail in interface EventPatternpublic void setDetail(@Nullable Object value)
setDetail in interface EventPatternCopyright © 2018. All rights reserved.