interface AlarmProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.CfnEndpoint.AlarmProperty |
![]() | software.amazon.awscdk.services.sagemaker.CfnEndpoint.AlarmProperty |
![]() | aws_cdk.aws_sagemaker.CfnEndpoint.AlarmProperty |
![]() | @aws-cdk/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 * as sagemaker from '@aws-cdk/aws-sagemaker';
const alarmProperty: sagemaker.CfnEndpoint.AlarmProperty = {
alarmName: 'alarmName',
};
Properties
Name | Type | Description |
---|---|---|
alarm | string | The name of a CloudWatch alarm in your account. |
alarmName
Type:
string
The name of a CloudWatch alarm in your account.