/AWS1/CL_UNTGETEVENTRULERSP¶
GetEventRuleResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_arn TYPE /AWS1/UNTEVENTRULEARN /AWS1/UNTEVENTRULEARN¶
The ARN of the resource.
iv_notificationconfarn TYPE /AWS1/UNTNOTIFICATIONCONFARN /AWS1/UNTNOTIFICATIONCONFARN¶
The ARN of a
NotificationConfiguration.
iv_creationtime TYPE /AWS1/UNTCREATIONTIME /AWS1/UNTCREATIONTIME¶
The date when the
EventRulewas created.
iv_source TYPE /AWS1/UNTSOURCE /AWS1/UNTSOURCE¶
The matched event source.
Must match one of the valid EventBridge sources. Only Amazon Web Services service sourced events are supported. For example,
aws.ec2andaws.cloudwatch. For more information, see Event delivery from Amazon Web Services services in the Amazon EventBridge User Guide.
iv_eventtype TYPE /AWS1/UNTEVENTTYPE /AWS1/UNTEVENTTYPE¶
The event type to match.
Must match one of the valid Amazon EventBridge event types. For example, EC2 Instance State-change Notification and Amazon CloudWatch Alarm State Change. For more information, see Event delivery from Amazon Web Services services in the Amazon EventBridge User Guide.
iv_eventpattern TYPE /AWS1/UNTEVENTRULEEVENTPATTERN /AWS1/UNTEVENTRULEEVENTPATTERN¶
An additional event pattern used to further filter the events this
EventRulereceives.For more information, see Amazon EventBridge event patterns in the Amazon EventBridge User Guide.
it_regions TYPE /AWS1/CL_UNTREGIONS_W=>TT_REGIONS TT_REGIONS¶
A list of Amazon Web Services Regions that send events to this
EventRule.
it_managedrules TYPE /AWS1/CL_UNTMANAGEDRULEARNS_W=>TT_MANAGEDRULEARNS TT_MANAGEDRULEARNS¶
A list of managed rules from EventBridge that are associated with this
EventRule.These are created by User Notifications within your account so this
EventRulefunctions.
it_statussummarybyregion TYPE /AWS1/CL_UNTEVENTRULESTATSUMM=>TT_STATUSSUMMARYBYREGION TT_STATUSSUMMARYBYREGION¶
A list of an
EventRule's status by Region. Regions are mapped toEventRuleStatusSummary.
Queryable Attributes¶
arn¶
The ARN of the resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
notificationConfigurationArn¶
The ARN of a
NotificationConfiguration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NOTIFICATIONCONFARN() |
Getter for NOTIFICATIONCONFIGURATIONARN, with configurable d |
ASK_NOTIFICATIONCONFARN() |
Getter for NOTIFICATIONCONFIGURATIONARN w/ exceptions if fie |
HAS_NOTIFICATIONCONFARN() |
Determine if NOTIFICATIONCONFIGURATIONARN has a value |
creationTime¶
The date when the
EventRulewas created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
source¶
The matched event source.
Must match one of the valid EventBridge sources. Only Amazon Web Services service sourced events are supported. For example,
aws.ec2andaws.cloudwatch. For more information, see Event delivery from Amazon Web Services services in the Amazon EventBridge User Guide.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCE() |
Getter for SOURCE, with configurable default |
ASK_SOURCE() |
Getter for SOURCE w/ exceptions if field has no value |
HAS_SOURCE() |
Determine if SOURCE has a value |
eventType¶
The event type to match.
Must match one of the valid Amazon EventBridge event types. For example, EC2 Instance State-change Notification and Amazon CloudWatch Alarm State Change. For more information, see Event delivery from Amazon Web Services services in the Amazon EventBridge User Guide.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTTYPE() |
Getter for EVENTTYPE, with configurable default |
ASK_EVENTTYPE() |
Getter for EVENTTYPE w/ exceptions if field has no value |
HAS_EVENTTYPE() |
Determine if EVENTTYPE has a value |
eventPattern¶
An additional event pattern used to further filter the events this
EventRulereceives.For more information, see Amazon EventBridge event patterns in the Amazon EventBridge User Guide.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTPATTERN() |
Getter for EVENTPATTERN, with configurable default |
ASK_EVENTPATTERN() |
Getter for EVENTPATTERN w/ exceptions if field has no value |
HAS_EVENTPATTERN() |
Determine if EVENTPATTERN has a value |
regions¶
A list of Amazon Web Services Regions that send events to this
EventRule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGIONS() |
Getter for REGIONS, with configurable default |
ASK_REGIONS() |
Getter for REGIONS w/ exceptions if field has no value |
HAS_REGIONS() |
Determine if REGIONS has a value |
managedRules¶
A list of managed rules from EventBridge that are associated with this
EventRule.These are created by User Notifications within your account so this
EventRulefunctions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MANAGEDRULES() |
Getter for MANAGEDRULES, with configurable default |
ASK_MANAGEDRULES() |
Getter for MANAGEDRULES w/ exceptions if field has no value |
HAS_MANAGEDRULES() |
Determine if MANAGEDRULES has a value |
statusSummaryByRegion¶
A list of an
EventRule's status by Region. Regions are mapped toEventRuleStatusSummary.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSSUMMARYBYREGION() |
Getter for STATUSSUMMARYBYREGION, with configurable default |
ASK_STATUSSUMMARYBYREGION() |
Getter for STATUSSUMMARYBYREGION w/ exceptions if field has |
HAS_STATUSSUMMARYBYREGION() |
Determine if STATUSSUMMARYBYREGION has a value |