Service Level Objective Args
data class ServiceLevelObjectiveArgs(val calendarPeriod: Output<ServiceLevelObjectiveCalendarPeriod>? = null, val displayName: Output<String>? = null, val goal: Output<Double>? = null, val name: Output<String>? = null, val rollingPeriod: Output<String>? = null, val serviceId: Output<String>? = null, val serviceLevelIndicator: Output<ServiceLevelIndicatorArgs>? = null, val serviceLevelObjectiveId: Output<String>? = null, val userLabels: Output<Map<String, String>>? = null, val v3Id: Output<String>? = null, val v3Id1: Output<String>? = null) : ConvertibleToJava<ServiceLevelObjectiveArgs>
Create a ServiceLevelObjective for the given Service. Auto-naming is currently not supported for this resource.
Constructors
Link copied to clipboard
fun ServiceLevelObjectiveArgs(calendarPeriod: Output<ServiceLevelObjectiveCalendarPeriod>? = null, displayName: Output<String>? = null, goal: Output<Double>? = null, name: Output<String>? = null, rollingPeriod: Output<String>? = null, serviceId: Output<String>? = null, serviceLevelIndicator: Output<ServiceLevelIndicatorArgs>? = null, serviceLevelObjectiveId: Output<String>? = null, userLabels: Output<Map<String, String>>? = null, v3Id: Output<String>? = null, v3Id1: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Labels which have been used to annotate the service-level objective. Label keys must start with a letter. Label keys and values may contain lowercase letters, numbers, underscores, and dashes. Label keys and values have a maximum length of 63 characters, and must be less than 128 bytes in size. Up to 64 label entries may be stored. For labels which do not have a semantic value, the empty string may be supplied for the label value.