@Generated(value="jsii-pacmak/0.8.2 (build e9eb3c9)", date="2019-04-04T15:05:14.268Z") public interface EventPattern extends software.amazon.jsii.JsiiSerializable
https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/CloudWatchEventsandEventPatterns.html| Modifier and Type | Interface and Description |
|---|---|
static class |
EventPattern.Builder
A builder for
EventPattern |
static class |
EventPattern.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static EventPattern.Builder |
builder() |
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.
|
Object getDetail()
List<String> getDetailType()
List<String> getId()
List<String> getResources()
List<String> getSource()
http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespacesList<String> getTime()
static EventPattern.Builder builder()
EventPattern.Builder of EventPatternCopyright © 2019. All rights reserved.