Uses of Class
software.amazon.awscdk.services.applicationsignals.CfnServiceLevelObjective.Builder
Package
Description
AWS::ApplicationSignals Construct Library
-
Uses of CfnServiceLevelObjective.Builder in software.amazon.awscdk.services.applicationsignals
Modifier and TypeMethodDescriptionCfnServiceLevelObjective.Builder.description
(String description) An optional description for this SLO.CfnServiceLevelObjective.Builder.goal
(IResolvable goal) This structure contains the attributes that determine the goal of an SLO.CfnServiceLevelObjective.Builder.goal
(CfnServiceLevelObjective.GoalProperty goal) This structure contains the attributes that determine the goal of an SLO.A name for this SLO.CfnServiceLevelObjective.Builder.requestBasedSli
(IResolvable requestBasedSli) A structure containing information about the performance metric that this SLO monitors, if this is a request-based SLO.CfnServiceLevelObjective.Builder.requestBasedSli
(CfnServiceLevelObjective.RequestBasedSliProperty requestBasedSli) A structure containing information about the performance metric that this SLO monitors, if this is a request-based SLO.CfnServiceLevelObjective.Builder.sli
(IResolvable sli) A structure containing information about the performance metric that this SLO monitors, if this is a period-based SLO.CfnServiceLevelObjective.Builder.sli
(CfnServiceLevelObjective.SliProperty sli) A structure containing information about the performance metric that this SLO monitors, if this is a period-based SLO.A list of key-value pairs to associate with the SLO.