Class EventPattern.Jsii$Proxy
- All Implemented Interfaces:
EventPattern
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
EventPattern
EventPattern
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.events.EventPattern
EventPattern.Builder, EventPattern.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(EventPattern.Builder builder) Constructor that initializes the object based on literal property values passed by theEventPattern.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
The 12-digit number identifying an AWS account.A JSON object, whose content is at the discretion of the service originating the event.Identifies, in combination with the source field, the fields and values that appear in the detail field.getId()
A unique value is generated for every event.Identifies the AWS region where the event originated.This JSON array contains ARNs that identify resources that are involved in the event.Identifies the service that sourced the event.getTime()
The event timestamp, which can be specified by the service originating the event.By default, this is set to 0 (zero) in all events.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theEventPattern.Builder
.
-
-
Method Details
-
getAccount
Description copied from interface:EventPattern
The 12-digit number identifying an AWS account.Default: - No filtering on account
- Specified by:
getAccount
in interfaceEventPattern
-
getDetail
Description copied from interface:EventPattern
A JSON object, whose content is at the discretion of the service originating the event.Default: - No filtering on detail
- Specified by:
getDetail
in interfaceEventPattern
-
getDetailType
Description copied from interface:EventPattern
Identifies, in combination with the source field, the fields and values that appear in the detail field.Represents the "detail-type" event field.
Default: - No filtering on detail type
- Specified by:
getDetailType
in interfaceEventPattern
-
getId
Description copied from interface:EventPattern
A unique value is generated for every event.This can be helpful in tracing events as they move through rules to targets, and are processed.
Default: - No filtering on id
- Specified by:
getId
in interfaceEventPattern
-
getRegion
Description copied from interface:EventPattern
Identifies the AWS region where the event originated.Default: - No filtering on region
- Specified by:
getRegion
in interfaceEventPattern
-
getResources
Description copied from interface:EventPattern
This JSON array contains ARNs that identify resources that are involved in the event.Inclusion of these ARNs is at the discretion of the service.
For example, Amazon EC2 instance state-changes include Amazon EC2 instance ARNs, Auto Scaling events include ARNs for both instances and Auto Scaling groups, but API calls with AWS CloudTrail do not include resource ARNs.
Default: - No filtering on resource
- Specified by:
getResources
in interfaceEventPattern
-
getSource
Description copied from interface:EventPattern
Identifies the service that sourced the event.All events sourced from within AWS begin with "aws." Customer-generated events can have any value here, as long as it doesn't begin with "aws." We recommend the use of Java package-name style reverse domain-name strings.
To find the correct value for source for an AWS service, see the table in AWS Service Namespaces. For example, the source value for Amazon CloudFront is aws.cloudfront.
Default: - No filtering on source
- Specified by:
getSource
in interfaceEventPattern
- See Also:
-
getTime
Description copied from interface:EventPattern
The event timestamp, which can be specified by the service originating the event.If the event spans a time interval, the service might choose to report the start time, so this value can be noticeably before the time the event is actually received.
Default: - No filtering on time
- Specified by:
getTime
in interfaceEventPattern
-
getVersion
Description copied from interface:EventPattern
By default, this is set to 0 (zero) in all events.Default: - No filtering on version
- Specified by:
getVersion
in interfaceEventPattern
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-