Interface ICustomEventRule
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
ICustomEventRule.Jsii$Default
- All Known Implementing Classes:
ICustomEventRule.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-06T23:25:06.225Z")
@Stability(Stable)
public interface ICustomEventRule
extends software.amazon.jsii.JsiiSerializable
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 Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forICustomEventRule
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEventPattern
event pattern when this rule should be triggered. -
getTarget
Target e.g. Lambda when event pattern is fulfilled. -
getDescription
Description. -
getRuleName
Rulename.
-