class SageMakerNotebookLifecycleConfigStateChange
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.SageMaker.Events.SageMakerNotebookLifecycleConfigStateChange |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awssagemaker/events#SageMakerNotebookLifecycleConfigStateChange |
Java | software.amazon.awscdk.mixins.preview.services.sagemaker.events.SageMakerNotebookLifecycleConfigStateChange |
Python | aws_cdk.mixins_preview.aws_sagemaker.events.SageMakerNotebookLifecycleConfigStateChange |
TypeScript | @aws-cdk/mixins-preview » aws_sagemaker » events » SageMakerNotebookLifecycleConfigStateChange |
EventBridge event pattern for aws.sagemaker@SageMakerNotebookLifecycleConfigStateChange.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { events as sagemaker_events } from '@aws-cdk/mixins-preview/aws-sagemaker';
const sageMakerNotebookLifecycleConfigStateChange = new sagemaker_events.SageMakerNotebookLifecycleConfigStateChange();
Initializer
new SageMakerNotebookLifecycleConfigStateChange()
Methods
| Name | Description |
|---|---|
| static sage | EventBridge event pattern for SageMaker Notebook Lifecycle Config State Change. |
static sageMakerNotebookLifecycleConfigStateChangePattern(options?)
public static sageMakerNotebookLifecycleConfigStateChangePattern(options?: SageMakerNotebookLifecycleConfigStateChangeProps): EventPattern
Parameters
Returns
EventBridge event pattern for SageMaker Notebook Lifecycle Config State Change.

.NET
Go
Java
Python
TypeScript