Interface CfnApplicationPropsMixin.ProcessProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplicationPropsMixin.ProcessProperty.Jsii$Proxy
- Enclosing class:
CfnApplicationPropsMixin
@Stability(Stable)
public static interface CfnApplicationPropsMixin.ProcessProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.applicationinsights.*;
ProcessProperty processProperty = ProcessProperty.builder()
.alarmMetrics(List.of(AlarmMetricProperty.builder()
.alarmMetricName("alarmMetricName")
.build()))
.processName("processName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnApplicationPropsMixin.ProcessPropertystatic final classAn implementation forCfnApplicationPropsMixin.ProcessProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAlarmMetrics
A list of metrics to monitor for the component.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnApplicationPropsMixin.AlarmMetricProperty>- See Also:
-
getProcessName
The name of the process to be monitored for the component.- See Also:
-
builder
-