Sha256: 97d39dbb933634fc38eae5bc7aad8602068d237254508326642e7ad1237df936

Contents?: true

Size: 1.22 KB

Versions: 12

Compression:

Stored size: 1.22 KB

Contents

AWS::Events::Rule:
  Properties:
    Description: "\"descriptions\""
    EventPattern: |
      {
        "reference" => "http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/CloudWatchEventsandEventPatterns.html"
      }
    Name: |
      "A name for the rule. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the rule name."
    RoleArn: |
      "The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants CloudWatch Events permission to make calls to target services, such as AWS Lambda (Lambda) or Amazon Kinesis streams"
    ScheduleExpression: |
      "cron(<Fields>) or rate(<Value> <Unit>) http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/ScheduledEvents.html"
    State: |
      "ENABLED | DISABLED"
    Targets: |
      [ 
          {
            "Arn" => "ARN",
            "Id"  => "A unique identifier for the target.",
            "Input" => "A JSON-formatted text string that is passed to the target. This value overrides the matched event.",
            "InputPath" => "When you don't want to pass the entire matched event, the JSONPath that describes which part of the event to pass to the target."
          }
      ]

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
cfnlego-0.6.3 lib/cfnlego/resources/AWS/Events/Rule.yaml
cfnlego-0.6.2 lib/cfnlego/resources/AWS/Events/Rule.yaml
cfnlego-0.6.1 lib/cfnlego/resources/AWS/Events/Rule.yaml
cfnlego-0.6.0 lib/cfnlego/resources/AWS/Events/Rule.yaml
cfnlego-0.5.1 lib/cfnlego/resources/AWS/Events/Rule.yaml
cfnlego-0.5.0 lib/cfnlego/resources/AWS/Events/Rule.yaml
cfnlego-0.4.0 lib/cfnlego/resources/AWS/Events/Rule.yaml
cfnlego-0.3.6 lib/cfnlego/resources/AWS/Events/Rule.yaml
cfnlego-0.3.5 lib/cfnlego/resources/AWS/Events/Rule.yaml
cfnlego-0.3.4 lib/cfnlego/resources/AWS/Events/Rule.yaml
cfnlego-0.3.3 lib/cfnlego/resources/AWS/Events/Rule.yaml
cfnlego-0.3.2 lib/cfnlego/resources/AWS/Events/Rule.yaml