Class EndpointConfigEvents
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.sagemaker.events.EndpointConfigEvents
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)",
date="2025-12-18T18:20:31.639Z")
@Stability(Experimental)
public class EndpointConfigEvents
extends software.amazon.jsii.JsiiObject
(experimental) EventBridge event patterns for EndpointConfig.
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.*; import software.amazon.awscdk.interfaces.sagemaker.*; IEndpointConfigRef endpointConfigRef; EndpointConfigEvents endpointConfigEvents = EndpointConfigEvents.fromEndpointConfig(endpointConfigRef);
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class(experimental) aws.sagemaker@SageMakerEndpointConfigStateChange event types for EndpointConfig.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedEndpointConfigEvents(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedEndpointConfigEvents(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionstatic EndpointConfigEventsfromEndpointConfig(IEndpointConfigRef endpointConfigRef) (experimental) Create EndpointConfigEvents from a EndpointConfig reference.(experimental) EventBridge event pattern for EndpointConfig SageMaker Endpoint Config State Change.sageMakerEndpointConfigStateChangePattern(EndpointConfigEvents.SageMakerEndpointConfigStateChange.SageMakerEndpointConfigStateChangeProps options) (experimental) EventBridge event pattern for EndpointConfig SageMaker Endpoint Config 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
-
EndpointConfigEvents
protected EndpointConfigEvents(software.amazon.jsii.JsiiObjectRef objRef) -
EndpointConfigEvents
protected EndpointConfigEvents(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
-
Method Details
-
fromEndpointConfig
@Stability(Experimental) @NotNull public static EndpointConfigEvents fromEndpointConfig(@NotNull IEndpointConfigRef endpointConfigRef) (experimental) Create EndpointConfigEvents from a EndpointConfig reference.- Parameters:
endpointConfigRef- This parameter is required.
-
sageMakerEndpointConfigStateChangePattern
@Stability(Experimental) @NotNull public EventPattern sageMakerEndpointConfigStateChangePattern(@Nullable EndpointConfigEvents.SageMakerEndpointConfigStateChange.SageMakerEndpointConfigStateChangeProps options) (experimental) EventBridge event pattern for EndpointConfig SageMaker Endpoint Config State Change.- Parameters:
options-
-
sageMakerEndpointConfigStateChangePattern
(experimental) EventBridge event pattern for EndpointConfig SageMaker Endpoint Config State Change.
-