@Generated(value="jsii-pacmak/0.11.2 (build 27d16c2)", date="2019-06-10T11:04:14.228Z") @Stability(value=Experimental) 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.
|
@Stability(value=Experimental) List<String> getAccount()
@Stability(value=Experimental) Object getDetail()
@Stability(value=Experimental) List<String> getDetailType()
@Stability(value=Experimental) List<String> getId()
@Stability(value=Experimental) List<String> getRegion()
@Stability(value=Experimental) List<String> getResources()
@Stability(value=Experimental) List<String> getSource()
http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces@Stability(value=Experimental) List<String> getTime()
@Stability(value=Experimental) List<String> getVersion()
@Stability(value=Experimental) static EventPattern.Builder builder()
EventPattern.Builder of EventPatternCopyright © 2019. All rights reserved.