interface MonitoringScheduleAlertReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Sagemaker.MonitoringScheduleAlertReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awssagemaker#MonitoringScheduleAlertReference |
Java | software.amazon.awscdk.interfaces.sagemaker.MonitoringScheduleAlertReference |
Python | aws_cdk.interfaces.aws_sagemaker.MonitoringScheduleAlertReference |
TypeScript | aws-cdk-lib » interfaces » aws_sagemaker » MonitoringScheduleAlertReference |
A reference to a MonitoringScheduleAlert resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as interfaces_sagemaker } from 'aws-cdk-lib/interfaces';
const monitoringScheduleAlertReference: interfaces_sagemaker.MonitoringScheduleAlertReference = {
monitoringScheduleAlertArn: 'monitoringScheduleAlertArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| monitoring | string | The Arn of the MonitoringScheduleAlert resource. |
monitoringScheduleAlertArn
Type:
string
The Arn of the MonitoringScheduleAlert resource.

.NET
Go
Java
Python
TypeScript