A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/CloudWatchEvents/Types/PutRuleRequest.html below:

PutRuleRequest — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudWatchEvents::Types::PutRuleRequest
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing PutRuleRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "RuleName",   schedule_expression: "ScheduleExpression",
  event_pattern: "EventPattern",
  state: "ENABLED",   description: "RuleDescription",
  role_arn: "RoleArn",
  tags: [
    {
      key: "TagKey",       value: "TagValue",     },
  ],
  event_bus_name: "EventBusNameOrArn",
}
Instance Attribute Summary collapse Instance Attribute Details #description ⇒ String

A description of the rule.

#event_bus_name ⇒ String

The name or ARN of the event bus to associate with this rule. If you omit this, the default event bus is used.

#name ⇒ String

The name of the rule that you are creating or updating.

#role_arn ⇒ String

The Amazon Resource Name (ARN) of the IAM role associated with the rule.

#schedule_expression ⇒ String

The scheduling expression. For example, \"cron(0 20 * * ? *)\" or \"rate(5 minutes)\".

#state ⇒ String

Indicates whether the rule is enabled or disabled.

Possible values:

#tags ⇒ Array<Types::Tag>

The list of key-value pairs to associate with the rule.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4