Skip to content

missing property LogConfig on EventBus #699

@dhx-mike-palandra

Description

@dhx-mike-palandra
$ rain --version
Rain v1.23.1 linux/amd64

There is a documented LogConfig property for a resource of type AWS::Events::EventBus that is missing from the output of rain build AWS::Events::EventBus:

$ rain build AWS::Events::EventBus
AWSTemplateFormatVersion: 2010-09-09

Description: Generated by rain

Resources:
  EventBus:
    Type: AWS::Events::EventBus
    Properties:
      DeadLetterConfig: {}
      Description: STRING
      EventSourceName: STRING
      KmsKeyIdentifier: STRING
      Name: STRING
      Policy: '{JSON}'
      Tags:
        - Key: STRING
          Value: STRING
        - Key: STRING
          Value: STRING

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions