Class SageMakerNotebookInstanceStateChange

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

@Generated(value="jsii-pacmak/1.129.0 (build eaca441)", date="2026-05-13T16:55:34.858Z") @Stability(Experimental) public class SageMakerNotebookInstanceStateChange extends software.amazon.jsii.JsiiObject
(experimental) EventBridge event pattern for aws.sagemaker@SageMakerNotebookInstanceStateChange.

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.sagemaker.events.*;
 SageMakerNotebookInstanceStateChange sageMakerNotebookInstanceStateChange = new SageMakerNotebookInstanceStateChange();
 
  • Constructor Details

    • SageMakerNotebookInstanceStateChange

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

      protected SageMakerNotebookInstanceStateChange(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • SageMakerNotebookInstanceStateChange

      @Stability(Experimental) public SageMakerNotebookInstanceStateChange()
  • Method Details