aws-cdk-lib.aws_sagemaker.CfnEndpoint.AlarmProperty

interface AlarmProperty

LanguageType name
.NETAmazon.CDK.AWS.Sagemaker.CfnEndpoint.AlarmProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnEndpoint_AlarmProperty
Javasoftware.amazon.awscdk.services.sagemaker.CfnEndpoint.AlarmProperty
Pythonaws_cdk.aws_sagemaker.CfnEndpoint.AlarmProperty
TypeScript aws-cdk-lib » aws_sagemaker » CfnEndpoint » AlarmProperty

An Amazon CloudWatch alarm configured to monitor metrics on an endpoint.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const alarmProperty: sagemaker.CfnEndpoint.AlarmProperty = {
  alarmName: 'alarmName',
};

Properties

NameTypeDescription
alarmNamestringThe name of a CloudWatch alarm in your account.

alarmName

Type: string

The name of a CloudWatch alarm in your account.