String name
The name of the rule to be deleted.
String name
The name of the rule you want to describe details for.
String name
The rule's name.
String arn
The Amazon Resource Name (ARN) associated with the rule.
String eventPattern
The event pattern.
String scheduleExpression
The scheduling expression. For example, "cron(0 20 * * ? *)", "rate(5 minutes)".
String state
Specifies whether the rule is enabled or disabled.
String description
The rule's description.
String roleArn
The Amazon Resource Name (ARN) of the IAM role associated with the rule.
String name
The name of the rule you want to disable.
String name
The name of the rule that you want to enable.
Date time
String source
The source of the event.
List<E> resources
AWS resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.
String detailType
Free-form string used to decide what fields to expect in the event detail.
String detail
In the JSON sense, an object containing fields, which may also contain nested sub-objects. No constraints are imposed on its contents.
Integer failedEntryCount
The number of failed entries.
List<E> entries
A list of successfully and unsuccessfully ingested events results. If the ingestion was successful, the entry will have the event ID in it. If not, then the ErrorCode and ErrorMessage can be used to identify the problem with the entry.
String name
The name of the rule that you are creating or updating.
String scheduleExpression
The scheduling expression. For example, "cron(0 20 * * ? *)", "rate(5 minutes)".
String eventPattern
The event pattern.
String state
Indicates whether the rule is enabled or disabled.
String description
A description of the rule.
String roleArn
The Amazon Resource Name (ARN) of the IAM role associated with the rule.
String ruleArn
The Amazon Resource Name (ARN) that identifies the rule.
String targetId
The ID of the target requested to be removed by Amazon CloudWatch Events.
String errorCode
The error code representing why the target removal failed on this entry.
String errorMessage
The error message explaining why the target removal failed on this entry.
String name
The rule's name.
String arn
The Amazon Resource Name (ARN) of the rule.
String eventPattern
The event pattern of the rule.
String state
The rule's state.
String description
The description of the rule.
String scheduleExpression
The scheduling expression. For example, "cron(0 20 * * ? *)", "rate(5 minutes)".
String roleArn
The Amazon Resource Name (ARN) associated with the role that is used for target invocation.
String id
The unique target assignment ID.
String arn
The Amazon Resource Name (ARN) associated of the target.
String input
Valid JSON text passed to the target. For more information about JSON text, see The JavaScript Object Notation (JSON) Data Interchange Format.
String inputPath
The value of the JSONPath that is used for extracting part of the matched event when passing it to the target. For more information about JSON paths, see JSONPath.
Boolean result
Indicates whether the event matches the event pattern.
Copyright © 2016. All rights reserved.