Class StackEvents
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);
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class(experimental) aws.opsworks@OpsWorksDeploymentStateChange event types for Stack.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedStackEvents(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedStackEvents(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionstatic StackEvents(experimental) Create StackEvents from a Stack reference.(experimental) EventBridge event pattern for Stack OpsWorks Deployment State Change.opsWorksDeploymentStateChangePattern(StackEvents.OpsWorksDeploymentStateChange.OpsWorksDeploymentStateChangeProps options) (experimental) EventBridge event pattern for Stack OpsWorks Deployment State Change.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
StackEvents
protected StackEvents(software.amazon.jsii.JsiiObjectRef objRef) -
StackEvents
protected StackEvents(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
-
Method Details
-
fromStack
(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
(experimental) EventBridge event pattern for Stack OpsWorks Deployment State Change.
-