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.
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.