Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.applicationsignals.CfnServiceLevelObjectivePropsMixin.Builder
Packages that use CfnServiceLevelObjectivePropsMixin.Builder
-
Uses of CfnServiceLevelObjectivePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.applicationsignals
Methods in software.amazon.awscdk.cfnpropertymixins.services.applicationsignals that return CfnServiceLevelObjectivePropsMixin.BuilderModifier and TypeMethodDescriptionCfnServiceLevelObjectivePropsMixin.Builder.burnRateConfigurations(List<? extends Object> burnRateConfigurations) Each object in this array defines the length of the look-back window used to calculate one burn rate metric for this SLO.CfnServiceLevelObjectivePropsMixin.Builder.burnRateConfigurations(IResolvable burnRateConfigurations) Each object in this array defines the length of the look-back window used to calculate one burn rate metric for this SLO.CfnServiceLevelObjectivePropsMixin.Builder.create()CfnServiceLevelObjectivePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnServiceLevelObjectivePropsMixin.Builder.description(String description) An optional description for this SLO.CfnServiceLevelObjectivePropsMixin.Builder.exclusionWindows(List<? extends Object> exclusionWindows) The time window to be excluded from the SLO performance metrics.CfnServiceLevelObjectivePropsMixin.Builder.exclusionWindows(IResolvable exclusionWindows) The time window to be excluded from the SLO performance metrics.CfnServiceLevelObjectivePropsMixin.Builder.goal(CfnServiceLevelObjectivePropsMixin.GoalProperty goal) This structure contains the attributes that determine the goal of an SLO.CfnServiceLevelObjectivePropsMixin.Builder.goal(IResolvable goal) This structure contains the attributes that determine the goal of an SLO.A name for this SLO.CfnServiceLevelObjectivePropsMixin.Builder.requestBasedSli(CfnServiceLevelObjectivePropsMixin.RequestBasedSliProperty requestBasedSli) A structure containing information about the performance metric that this SLO monitors, if this is a request-based SLO.CfnServiceLevelObjectivePropsMixin.Builder.requestBasedSli(IResolvable requestBasedSli) A structure containing information about the performance metric that this SLO monitors, if this is a request-based SLO.CfnServiceLevelObjectivePropsMixin.Builder.sli(CfnServiceLevelObjectivePropsMixin.SliProperty sli) A structure containing information about the performance metric that this SLO monitors, if this is a period-based SLO.CfnServiceLevelObjectivePropsMixin.Builder.sli(IResolvable 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.