interface ProcessProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ApplicationInsights.CfnApplication.ProcessProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsapplicationinsights#CfnApplication_ProcessProperty |
![]() | software.amazon.awscdk.services.applicationinsights.CfnApplication.ProcessProperty |
![]() | aws_cdk.aws_applicationinsights.CfnApplication.ProcessProperty |
![]() | aws-cdk-lib » aws_applicationinsights » CfnApplication » ProcessProperty |
A process to be monitored for the component.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_applicationinsights as applicationinsights } from 'aws-cdk-lib';
const processProperty: applicationinsights.CfnApplication.ProcessProperty = {
alarmMetrics: [{
alarmMetricName: 'alarmMetricName',
}],
processName: 'processName',
};
Properties
Name | Type | Description |
---|---|---|
alarm | IResolvable | IResolvable | Alarm [] | A list of metrics to monitor for the component. |
process | string | The name of the process to be monitored for the component. |
alarmMetrics
Type:
IResolvable
|
IResolvable
|
Alarm
[]
A list of metrics to monitor for the component.
processName
Type:
string
The name of the process to be monitored for the component.