interface AlarmDetailsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.CfnCluster.AlarmDetailsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnCluster_AlarmDetailsProperty |
![]() | software.amazon.awscdk.services.sagemaker.CfnCluster.AlarmDetailsProperty |
![]() | aws_cdk.aws_sagemaker.CfnCluster.AlarmDetailsProperty |
![]() | aws-cdk-lib » aws_sagemaker » CfnCluster » AlarmDetailsProperty |
The details of the alarm to monitor during the AMI update.
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 alarmDetailsProperty: sagemaker.CfnCluster.AlarmDetailsProperty = {
alarmName: 'alarmName',
};
Properties
Name | Type | Description |
---|---|---|
alarm | string | The name of the alarm. |
alarmName
Type:
string
The name of the alarm.