ServiceLevelObjectiveArgs

data class ServiceLevelObjectiveArgs(val description: Output<String>? = null, val goal: Output<ServiceLevelObjectiveGoalArgs>? = null, val name: Output<String>? = null, val requestBasedSli: Output<ServiceLevelObjectiveRequestBasedSliArgs>? = null, val sli: Output<ServiceLevelObjectiveSliArgs>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ServiceLevelObjectiveArgs>

Resource Type definition for AWS::ApplicationSignals::ServiceLevelObjective

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, goal: Output<ServiceLevelObjectiveGoalArgs>? = null, name: Output<String>? = null, requestBasedSli: Output<ServiceLevelObjectiveRequestBasedSliArgs>? = null, sli: Output<ServiceLevelObjectiveSliArgs>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

An optional description for this SLO. Default is 'No description'

Link copied to clipboard
val goal: Output<ServiceLevelObjectiveGoalArgs>? = null

This structure contains the attributes that determine the goal of an SLO. This includes the time period for evaluation and the attainment threshold.

Link copied to clipboard
val name: Output<String>? = null

The name of this SLO.

Link copied to clipboard

A structure containing information about the performance metric that this SLO monitors, if this is a request-based SLO.

Link copied to clipboard
val sli: Output<ServiceLevelObjectiveSliArgs>? = null

A structure containing information about the performance metric that this SLO monitors, if this is a period-based SLO.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

A list of key-value pairs to associate with the SLO. You can associate as many as 50 tags with an SLO. To be able to associate tags with the SLO when you create the SLO, you must have the cloudwatch:TagResource permission. Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.

Functions

Link copied to clipboard
open override fun toJava(): ServiceLevelObjectiveArgs