java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.opsworks.events.StackEvents
All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable

@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)", date="2025-12-18T18:20:28.907Z") @Stability(Experimental) public class StackEvents extends software.amazon.jsii.JsiiObject
(experimental) EventBridge event patterns for Stack.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.opsworks.events.*;
 import software.amazon.awscdk.interfaces.opsworks.*;
 IStackRef stackRef;
 StackEvents stackEvents = StackEvents.fromStack(stackRef);
 
  • Constructor Details

    • StackEvents

      protected StackEvents(software.amazon.jsii.JsiiObjectRef objRef)
    • StackEvents

      protected StackEvents(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
  • Method Details

    • fromStack

      @Stability(Experimental) @NotNull public static StackEvents fromStack(@NotNull IStackRef stackRef)
      (experimental) Create StackEvents from a Stack reference.

      Parameters:
      stackRef - This parameter is required.
    • opsWorksDeploymentStateChangePattern

      @Stability(Experimental) @NotNull public EventPattern opsWorksDeploymentStateChangePattern(@Nullable StackEvents.OpsWorksDeploymentStateChange.OpsWorksDeploymentStateChangeProps options)
      (experimental) EventBridge event pattern for Stack OpsWorks Deployment State Change.

      Parameters:
      options -
    • opsWorksDeploymentStateChangePattern

      @Stability(Experimental) @NotNull public EventPattern opsWorksDeploymentStateChangePattern()
      (experimental) EventBridge event pattern for Stack OpsWorks Deployment State Change.