ICustomEventRule

class aws_cdk.aws_codepipeline_actions.ICustomEventRule(*args, **kwargs)

Bases: Protocol

Represents a custom event rule in AWS CodePipeline Actions.

This interface defines the structure for specifying a custom event rule in the AWS CodePipeline Actions module. The event rule is defined by an event pattern and a target.

See:

https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_events_targets-readme.html

Attributes

description

Description.

event_pattern

event pattern when this rule should be triggered.

rule_name

Rulename.

target

Target e.g. Lambda when event pattern is fulfilled.