Skip to content

Support arn:aws:states:::aws-sdk:eventbridge:putTargets.waitForTaskToken #506

@mararrdeveloper

Description

@mararrdeveloper

This is a Feature Proposal

Description

Hi there,

just to highlight that eventbridge:putTargets is not working with the suffix .waitForTaskToken (supported by AWS Step Functions). Also TimeoutSecondsPath and HeartbeatSecondsPath are not allowed as property of eventbridge:putTargets.

A code sample below

        For some smart reason put target and wait:
          Type: Task
          Next: End
          Parameters:
            Rule: My great rule inside an even greater eventbus
            Targets:
              - Arn: 
                  Fn::GetAtt: [SomeSmartLambdaFunction, Arn]
                Id: '1'
          Resource: arn:aws:states:::aws-sdk:eventbridge:putTargets
          ResultPath: $.taskResult
          ################################################
          ############ The following set up won't work
          ################################################
          #Resource: arn:aws:states:::aws-sdk:eventbridge:putTargets.waitForTaskToken
          #TimeoutSecondsPath: $.fixtureDetails.timeoutSeconds
          #HeartbeatSecondsPath: $.fixtureDetails.heartbeatSeconds

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: iamIAM roles and permissionsbug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions