interface AlarmProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins.CfnInferenceComponentPropsMixin.AlarmProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awssagemaker/mixins#CfnInferenceComponentPropsMixin_AlarmProperty |
Java | software.amazon.awscdk.mixins.preview.services.sagemaker.mixins.CfnInferenceComponentPropsMixin.AlarmProperty |
Python | aws_cdk.mixins_preview.aws_sagemaker.mixins.CfnInferenceComponentPropsMixin.AlarmProperty |
TypeScript | @aws-cdk/mixins-preview » aws_sagemaker » mixins » CfnInferenceComponentPropsMixin » 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 { mixins as sagemaker_mixins } from '@aws-cdk/mixins-preview/aws-sagemaker';
const alarmProperty: sagemaker_mixins.CfnInferenceComponentPropsMixin.AlarmProperty = {
alarmName: 'alarmName',
};
Properties
| Name | Type | Description |
|---|---|---|
| alarm | string | The name of a CloudWatch alarm in your account. |
alarmName?
Type:
string
(optional)
The name of a CloudWatch alarm in your account.

.NET
Go
Java
Python
TypeScript