1. Packages
  2. Google Cloud Native
  3. API Docs
  4. monitoring
  5. monitoring/v3
  6. ServiceLevelObjective

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.monitoring/v3.ServiceLevelObjective

Explore with Pulumi AI

google-native logo

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

    Create a ServiceLevelObjective for the given Service. Auto-naming is currently not supported for this resource.

    Create ServiceLevelObjective Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ServiceLevelObjective(name: string, args: ServiceLevelObjectiveArgs, opts?: CustomResourceOptions);
    @overload
    def ServiceLevelObjective(resource_name: str,
                              args: ServiceLevelObjectiveArgs,
                              opts: Optional[ResourceOptions] = None)
    
    @overload
    def ServiceLevelObjective(resource_name: str,
                              opts: Optional[ResourceOptions] = None,
                              service_id: Optional[str] = None,
                              v3_id: Optional[str] = None,
                              v3_id1: Optional[str] = None,
                              calendar_period: Optional[ServiceLevelObjectiveCalendarPeriod] = None,
                              display_name: Optional[str] = None,
                              goal: Optional[float] = None,
                              name: Optional[str] = None,
                              rolling_period: Optional[str] = None,
                              service_level_indicator: Optional[ServiceLevelIndicatorArgs] = None,
                              service_level_objective_id: Optional[str] = None,
                              user_labels: Optional[Mapping[str, str]] = None)
    func NewServiceLevelObjective(ctx *Context, name string, args ServiceLevelObjectiveArgs, opts ...ResourceOption) (*ServiceLevelObjective, error)
    public ServiceLevelObjective(string name, ServiceLevelObjectiveArgs args, CustomResourceOptions? opts = null)
    public ServiceLevelObjective(String name, ServiceLevelObjectiveArgs args)
    public ServiceLevelObjective(String name, ServiceLevelObjectiveArgs args, CustomResourceOptions options)
    
    type: google-native:monitoring/v3:ServiceLevelObjective
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ServiceLevelObjectiveArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ServiceLevelObjectiveArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ServiceLevelObjectiveArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ServiceLevelObjectiveArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ServiceLevelObjectiveArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    var serviceLevelObjectiveResource = new GoogleNative.Monitoring.V3.ServiceLevelObjective("serviceLevelObjectiveResource", new()
    {
        ServiceId = "string",
        V3Id = "string",
        V3Id1 = "string",
        CalendarPeriod = GoogleNative.Monitoring.V3.ServiceLevelObjectiveCalendarPeriod.CalendarPeriodUnspecified,
        DisplayName = "string",
        Goal = 0,
        Name = "string",
        RollingPeriod = "string",
        ServiceLevelIndicator = new GoogleNative.Monitoring.V3.Inputs.ServiceLevelIndicatorArgs
        {
            BasicSli = new GoogleNative.Monitoring.V3.Inputs.BasicSliArgs
            {
                Availability = null,
                Latency = new GoogleNative.Monitoring.V3.Inputs.LatencyCriteriaArgs
                {
                    Threshold = "string",
                },
                Location = new[]
                {
                    "string",
                },
                Method = new[]
                {
                    "string",
                },
                Version = new[]
                {
                    "string",
                },
            },
            RequestBased = new GoogleNative.Monitoring.V3.Inputs.RequestBasedSliArgs
            {
                DistributionCut = new GoogleNative.Monitoring.V3.Inputs.DistributionCutArgs
                {
                    DistributionFilter = "string",
                    Range = new GoogleNative.Monitoring.V3.Inputs.GoogleMonitoringV3RangeArgs
                    {
                        Max = 0,
                        Min = 0,
                    },
                },
                GoodTotalRatio = new GoogleNative.Monitoring.V3.Inputs.TimeSeriesRatioArgs
                {
                    BadServiceFilter = "string",
                    GoodServiceFilter = "string",
                    TotalServiceFilter = "string",
                },
            },
            WindowsBased = new GoogleNative.Monitoring.V3.Inputs.WindowsBasedSliArgs
            {
                GoodBadMetricFilter = "string",
                GoodTotalRatioThreshold = new GoogleNative.Monitoring.V3.Inputs.PerformanceThresholdArgs
                {
                    BasicSliPerformance = new GoogleNative.Monitoring.V3.Inputs.BasicSliArgs
                    {
                        Availability = null,
                        Latency = new GoogleNative.Monitoring.V3.Inputs.LatencyCriteriaArgs
                        {
                            Threshold = "string",
                        },
                        Location = new[]
                        {
                            "string",
                        },
                        Method = new[]
                        {
                            "string",
                        },
                        Version = new[]
                        {
                            "string",
                        },
                    },
                    Performance = new GoogleNative.Monitoring.V3.Inputs.RequestBasedSliArgs
                    {
                        DistributionCut = new GoogleNative.Monitoring.V3.Inputs.DistributionCutArgs
                        {
                            DistributionFilter = "string",
                            Range = new GoogleNative.Monitoring.V3.Inputs.GoogleMonitoringV3RangeArgs
                            {
                                Max = 0,
                                Min = 0,
                            },
                        },
                        GoodTotalRatio = new GoogleNative.Monitoring.V3.Inputs.TimeSeriesRatioArgs
                        {
                            BadServiceFilter = "string",
                            GoodServiceFilter = "string",
                            TotalServiceFilter = "string",
                        },
                    },
                    Threshold = 0,
                },
                MetricMeanInRange = new GoogleNative.Monitoring.V3.Inputs.MetricRangeArgs
                {
                    Range = new GoogleNative.Monitoring.V3.Inputs.GoogleMonitoringV3RangeArgs
                    {
                        Max = 0,
                        Min = 0,
                    },
                    TimeSeries = "string",
                },
                MetricSumInRange = new GoogleNative.Monitoring.V3.Inputs.MetricRangeArgs
                {
                    Range = new GoogleNative.Monitoring.V3.Inputs.GoogleMonitoringV3RangeArgs
                    {
                        Max = 0,
                        Min = 0,
                    },
                    TimeSeries = "string",
                },
                WindowPeriod = "string",
            },
        },
        ServiceLevelObjectiveId = "string",
        UserLabels = 
        {
            { "string", "string" },
        },
    });
    
    example, err := monitoringv3.NewServiceLevelObjective(ctx, "serviceLevelObjectiveResource", &monitoringv3.ServiceLevelObjectiveArgs{
    ServiceId: pulumi.String("string"),
    V3Id: pulumi.String("string"),
    V3Id1: pulumi.String("string"),
    CalendarPeriod: monitoringv3.ServiceLevelObjectiveCalendarPeriodCalendarPeriodUnspecified,
    DisplayName: pulumi.String("string"),
    Goal: pulumi.Float64(0),
    Name: pulumi.String("string"),
    RollingPeriod: pulumi.String("string"),
    ServiceLevelIndicator: &monitoring.ServiceLevelIndicatorArgs{
    BasicSli: &monitoring.BasicSliArgs{
    Availability: nil,
    Latency: &monitoring.LatencyCriteriaArgs{
    Threshold: pulumi.String("string"),
    },
    Location: pulumi.StringArray{
    pulumi.String("string"),
    },
    Method: pulumi.StringArray{
    pulumi.String("string"),
    },
    Version: pulumi.StringArray{
    pulumi.String("string"),
    },
    },
    RequestBased: &monitoring.RequestBasedSliArgs{
    DistributionCut: &monitoring.DistributionCutArgs{
    DistributionFilter: pulumi.String("string"),
    Range: &monitoring.GoogleMonitoringV3RangeArgs{
    Max: pulumi.Float64(0),
    Min: pulumi.Float64(0),
    },
    },
    GoodTotalRatio: &monitoring.TimeSeriesRatioArgs{
    BadServiceFilter: pulumi.String("string"),
    GoodServiceFilter: pulumi.String("string"),
    TotalServiceFilter: pulumi.String("string"),
    },
    },
    WindowsBased: &monitoring.WindowsBasedSliArgs{
    GoodBadMetricFilter: pulumi.String("string"),
    GoodTotalRatioThreshold: &monitoring.PerformanceThresholdArgs{
    BasicSliPerformance: &monitoring.BasicSliArgs{
    Availability: nil,
    Latency: &monitoring.LatencyCriteriaArgs{
    Threshold: pulumi.String("string"),
    },
    Location: pulumi.StringArray{
    pulumi.String("string"),
    },
    Method: pulumi.StringArray{
    pulumi.String("string"),
    },
    Version: pulumi.StringArray{
    pulumi.String("string"),
    },
    },
    Performance: &monitoring.RequestBasedSliArgs{
    DistributionCut: &monitoring.DistributionCutArgs{
    DistributionFilter: pulumi.String("string"),
    Range: &monitoring.GoogleMonitoringV3RangeArgs{
    Max: pulumi.Float64(0),
    Min: pulumi.Float64(0),
    },
    },
    GoodTotalRatio: &monitoring.TimeSeriesRatioArgs{
    BadServiceFilter: pulumi.String("string"),
    GoodServiceFilter: pulumi.String("string"),
    TotalServiceFilter: pulumi.String("string"),
    },
    },
    Threshold: pulumi.Float64(0),
    },
    MetricMeanInRange: &monitoring.MetricRangeArgs{
    Range: &monitoring.GoogleMonitoringV3RangeArgs{
    Max: pulumi.Float64(0),
    Min: pulumi.Float64(0),
    },
    TimeSeries: pulumi.String("string"),
    },
    MetricSumInRange: &monitoring.MetricRangeArgs{
    Range: &monitoring.GoogleMonitoringV3RangeArgs{
    Max: pulumi.Float64(0),
    Min: pulumi.Float64(0),
    },
    TimeSeries: pulumi.String("string"),
    },
    WindowPeriod: pulumi.String("string"),
    },
    },
    ServiceLevelObjectiveId: pulumi.String("string"),
    UserLabels: pulumi.StringMap{
    "string": pulumi.String("string"),
    },
    })
    
    var serviceLevelObjectiveResource = new ServiceLevelObjective("serviceLevelObjectiveResource", ServiceLevelObjectiveArgs.builder()        
        .serviceId("string")
        .v3Id("string")
        .v3Id1("string")
        .calendarPeriod("CALENDAR_PERIOD_UNSPECIFIED")
        .displayName("string")
        .goal(0)
        .name("string")
        .rollingPeriod("string")
        .serviceLevelIndicator(ServiceLevelIndicatorArgs.builder()
            .basicSli(BasicSliArgs.builder()
                .availability()
                .latency(LatencyCriteriaArgs.builder()
                    .threshold("string")
                    .build())
                .location("string")
                .method("string")
                .version("string")
                .build())
            .requestBased(RequestBasedSliArgs.builder()
                .distributionCut(DistributionCutArgs.builder()
                    .distributionFilter("string")
                    .range(GoogleMonitoringV3RangeArgs.builder()
                        .max(0)
                        .min(0)
                        .build())
                    .build())
                .goodTotalRatio(TimeSeriesRatioArgs.builder()
                    .badServiceFilter("string")
                    .goodServiceFilter("string")
                    .totalServiceFilter("string")
                    .build())
                .build())
            .windowsBased(WindowsBasedSliArgs.builder()
                .goodBadMetricFilter("string")
                .goodTotalRatioThreshold(PerformanceThresholdArgs.builder()
                    .basicSliPerformance(BasicSliArgs.builder()
                        .availability()
                        .latency(LatencyCriteriaArgs.builder()
                            .threshold("string")
                            .build())
                        .location("string")
                        .method("string")
                        .version("string")
                        .build())
                    .performance(RequestBasedSliArgs.builder()
                        .distributionCut(DistributionCutArgs.builder()
                            .distributionFilter("string")
                            .range(GoogleMonitoringV3RangeArgs.builder()
                                .max(0)
                                .min(0)
                                .build())
                            .build())
                        .goodTotalRatio(TimeSeriesRatioArgs.builder()
                            .badServiceFilter("string")
                            .goodServiceFilter("string")
                            .totalServiceFilter("string")
                            .build())
                        .build())
                    .threshold(0)
                    .build())
                .metricMeanInRange(MetricRangeArgs.builder()
                    .range(GoogleMonitoringV3RangeArgs.builder()
                        .max(0)
                        .min(0)
                        .build())
                    .timeSeries("string")
                    .build())
                .metricSumInRange(MetricRangeArgs.builder()
                    .range(GoogleMonitoringV3RangeArgs.builder()
                        .max(0)
                        .min(0)
                        .build())
                    .timeSeries("string")
                    .build())
                .windowPeriod("string")
                .build())
            .build())
        .serviceLevelObjectiveId("string")
        .userLabels(Map.of("string", "string"))
        .build());
    
    service_level_objective_resource = google_native.monitoring.v3.ServiceLevelObjective("serviceLevelObjectiveResource",
        service_id="string",
        v3_id="string",
        v3_id1="string",
        calendar_period=google_native.monitoring.v3.ServiceLevelObjectiveCalendarPeriod.CALENDAR_PERIOD_UNSPECIFIED,
        display_name="string",
        goal=0,
        name="string",
        rolling_period="string",
        service_level_indicator=google_native.monitoring.v3.ServiceLevelIndicatorArgs(
            basic_sli=google_native.monitoring.v3.BasicSliArgs(
                availability=google_native.monitoring.v3.AvailabilityCriteriaArgs(),
                latency=google_native.monitoring.v3.LatencyCriteriaArgs(
                    threshold="string",
                ),
                location=["string"],
                method=["string"],
                version=["string"],
            ),
            request_based=google_native.monitoring.v3.RequestBasedSliArgs(
                distribution_cut=google_native.monitoring.v3.DistributionCutArgs(
                    distribution_filter="string",
                    range=google_native.monitoring.v3.GoogleMonitoringV3RangeArgs(
                        max=0,
                        min=0,
                    ),
                ),
                good_total_ratio=google_native.monitoring.v3.TimeSeriesRatioArgs(
                    bad_service_filter="string",
                    good_service_filter="string",
                    total_service_filter="string",
                ),
            ),
            windows_based=google_native.monitoring.v3.WindowsBasedSliArgs(
                good_bad_metric_filter="string",
                good_total_ratio_threshold=google_native.monitoring.v3.PerformanceThresholdArgs(
                    basic_sli_performance=google_native.monitoring.v3.BasicSliArgs(
                        availability=google_native.monitoring.v3.AvailabilityCriteriaArgs(),
                        latency=google_native.monitoring.v3.LatencyCriteriaArgs(
                            threshold="string",
                        ),
                        location=["string"],
                        method=["string"],
                        version=["string"],
                    ),
                    performance=google_native.monitoring.v3.RequestBasedSliArgs(
                        distribution_cut=google_native.monitoring.v3.DistributionCutArgs(
                            distribution_filter="string",
                            range=google_native.monitoring.v3.GoogleMonitoringV3RangeArgs(
                                max=0,
                                min=0,
                            ),
                        ),
                        good_total_ratio=google_native.monitoring.v3.TimeSeriesRatioArgs(
                            bad_service_filter="string",
                            good_service_filter="string",
                            total_service_filter="string",
                        ),
                    ),
                    threshold=0,
                ),
                metric_mean_in_range=google_native.monitoring.v3.MetricRangeArgs(
                    range=google_native.monitoring.v3.GoogleMonitoringV3RangeArgs(
                        max=0,
                        min=0,
                    ),
                    time_series="string",
                ),
                metric_sum_in_range=google_native.monitoring.v3.MetricRangeArgs(
                    range=google_native.monitoring.v3.GoogleMonitoringV3RangeArgs(
                        max=0,
                        min=0,
                    ),
                    time_series="string",
                ),
                window_period="string",
            ),
        ),
        service_level_objective_id="string",
        user_labels={
            "string": "string",
        })
    
    const serviceLevelObjectiveResource = new google_native.monitoring.v3.ServiceLevelObjective("serviceLevelObjectiveResource", {
        serviceId: "string",
        v3Id: "string",
        v3Id1: "string",
        calendarPeriod: google_native.monitoring.v3.ServiceLevelObjectiveCalendarPeriod.CalendarPeriodUnspecified,
        displayName: "string",
        goal: 0,
        name: "string",
        rollingPeriod: "string",
        serviceLevelIndicator: {
            basicSli: {
                availability: {},
                latency: {
                    threshold: "string",
                },
                location: ["string"],
                method: ["string"],
                version: ["string"],
            },
            requestBased: {
                distributionCut: {
                    distributionFilter: "string",
                    range: {
                        max: 0,
                        min: 0,
                    },
                },
                goodTotalRatio: {
                    badServiceFilter: "string",
                    goodServiceFilter: "string",
                    totalServiceFilter: "string",
                },
            },
            windowsBased: {
                goodBadMetricFilter: "string",
                goodTotalRatioThreshold: {
                    basicSliPerformance: {
                        availability: {},
                        latency: {
                            threshold: "string",
                        },
                        location: ["string"],
                        method: ["string"],
                        version: ["string"],
                    },
                    performance: {
                        distributionCut: {
                            distributionFilter: "string",
                            range: {
                                max: 0,
                                min: 0,
                            },
                        },
                        goodTotalRatio: {
                            badServiceFilter: "string",
                            goodServiceFilter: "string",
                            totalServiceFilter: "string",
                        },
                    },
                    threshold: 0,
                },
                metricMeanInRange: {
                    range: {
                        max: 0,
                        min: 0,
                    },
                    timeSeries: "string",
                },
                metricSumInRange: {
                    range: {
                        max: 0,
                        min: 0,
                    },
                    timeSeries: "string",
                },
                windowPeriod: "string",
            },
        },
        serviceLevelObjectiveId: "string",
        userLabels: {
            string: "string",
        },
    });
    
    type: google-native:monitoring/v3:ServiceLevelObjective
    properties:
        calendarPeriod: CALENDAR_PERIOD_UNSPECIFIED
        displayName: string
        goal: 0
        name: string
        rollingPeriod: string
        serviceId: string
        serviceLevelIndicator:
            basicSli:
                availability: {}
                latency:
                    threshold: string
                location:
                    - string
                method:
                    - string
                version:
                    - string
            requestBased:
                distributionCut:
                    distributionFilter: string
                    range:
                        max: 0
                        min: 0
                goodTotalRatio:
                    badServiceFilter: string
                    goodServiceFilter: string
                    totalServiceFilter: string
            windowsBased:
                goodBadMetricFilter: string
                goodTotalRatioThreshold:
                    basicSliPerformance:
                        availability: {}
                        latency:
                            threshold: string
                        location:
                            - string
                        method:
                            - string
                        version:
                            - string
                    performance:
                        distributionCut:
                            distributionFilter: string
                            range:
                                max: 0
                                min: 0
                        goodTotalRatio:
                            badServiceFilter: string
                            goodServiceFilter: string
                            totalServiceFilter: string
                    threshold: 0
                metricMeanInRange:
                    range:
                        max: 0
                        min: 0
                    timeSeries: string
                metricSumInRange:
                    range:
                        max: 0
                        min: 0
                    timeSeries: string
                windowPeriod: string
        serviceLevelObjectiveId: string
        userLabels:
            string: string
        v3Id: string
        v3Id1: string
    

    ServiceLevelObjective Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The ServiceLevelObjective resource accepts the following input properties:

    ServiceId string
    V3Id string
    V3Id1 string
    CalendarPeriod Pulumi.GoogleNative.Monitoring.V3.ServiceLevelObjectiveCalendarPeriod
    A calendar period, semantically "since the start of the current ". At this time, only DAY, WEEK, FORTNIGHT, and MONTH are supported.
    DisplayName string
    Name used for UI elements listing this SLO.
    Goal double
    The fraction of service that must be good in order for this objective to be met. 0 < goal <= 0.999.
    Name string
    Resource name for this ServiceLevelObjective. The format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]/serviceLevelObjectives/[SLO_NAME]
    RollingPeriod string
    A rolling time period, semantically "in the past ". Must be an integer multiple of 1 day no larger than 30 days.
    ServiceLevelIndicator Pulumi.GoogleNative.Monitoring.V3.Inputs.ServiceLevelIndicator
    The definition of good service, used to measure and calculate the quality of the Service's performance with respect to a single aspect of service quality.
    ServiceLevelObjectiveId string
    Optional. The ServiceLevelObjective id to use for this ServiceLevelObjective. If omitted, an id will be generated instead. Must match the pattern ^[a-zA-Z0-9-_:.]+$
    UserLabels Dictionary<string, string>
    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.
    ServiceId string
    V3Id string
    V3Id1 string
    CalendarPeriod ServiceLevelObjectiveCalendarPeriod
    A calendar period, semantically "since the start of the current ". At this time, only DAY, WEEK, FORTNIGHT, and MONTH are supported.
    DisplayName string
    Name used for UI elements listing this SLO.
    Goal float64
    The fraction of service that must be good in order for this objective to be met. 0 < goal <= 0.999.
    Name string
    Resource name for this ServiceLevelObjective. The format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]/serviceLevelObjectives/[SLO_NAME]
    RollingPeriod string
    A rolling time period, semantically "in the past ". Must be an integer multiple of 1 day no larger than 30 days.
    ServiceLevelIndicator ServiceLevelIndicatorArgs
    The definition of good service, used to measure and calculate the quality of the Service's performance with respect to a single aspect of service quality.
    ServiceLevelObjectiveId string
    Optional. The ServiceLevelObjective id to use for this ServiceLevelObjective. If omitted, an id will be generated instead. Must match the pattern ^[a-zA-Z0-9-_:.]+$
    UserLabels map[string]string
    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.
    serviceId String
    v3Id String
    v3Id1 String
    calendarPeriod ServiceLevelObjectiveCalendarPeriod
    A calendar period, semantically "since the start of the current ". At this time, only DAY, WEEK, FORTNIGHT, and MONTH are supported.
    displayName String
    Name used for UI elements listing this SLO.
    goal Double
    The fraction of service that must be good in order for this objective to be met. 0 < goal <= 0.999.
    name String
    Resource name for this ServiceLevelObjective. The format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]/serviceLevelObjectives/[SLO_NAME]
    rollingPeriod String
    A rolling time period, semantically "in the past ". Must be an integer multiple of 1 day no larger than 30 days.
    serviceLevelIndicator ServiceLevelIndicator
    The definition of good service, used to measure and calculate the quality of the Service's performance with respect to a single aspect of service quality.
    serviceLevelObjectiveId String
    Optional. The ServiceLevelObjective id to use for this ServiceLevelObjective. If omitted, an id will be generated instead. Must match the pattern ^[a-zA-Z0-9-_:.]+$
    userLabels Map<String,String>
    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.
    serviceId string
    v3Id string
    v3Id1 string
    calendarPeriod ServiceLevelObjectiveCalendarPeriod
    A calendar period, semantically "since the start of the current ". At this time, only DAY, WEEK, FORTNIGHT, and MONTH are supported.
    displayName string
    Name used for UI elements listing this SLO.
    goal number
    The fraction of service that must be good in order for this objective to be met. 0 < goal <= 0.999.
    name string
    Resource name for this ServiceLevelObjective. The format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]/serviceLevelObjectives/[SLO_NAME]
    rollingPeriod string
    A rolling time period, semantically "in the past ". Must be an integer multiple of 1 day no larger than 30 days.
    serviceLevelIndicator ServiceLevelIndicator
    The definition of good service, used to measure and calculate the quality of the Service's performance with respect to a single aspect of service quality.
    serviceLevelObjectiveId string
    Optional. The ServiceLevelObjective id to use for this ServiceLevelObjective. If omitted, an id will be generated instead. Must match the pattern ^[a-zA-Z0-9-_:.]+$
    userLabels {[key: string]: string}
    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.
    service_id str
    v3_id str
    v3_id1 str
    calendar_period ServiceLevelObjectiveCalendarPeriod
    A calendar period, semantically "since the start of the current ". At this time, only DAY, WEEK, FORTNIGHT, and MONTH are supported.
    display_name str
    Name used for UI elements listing this SLO.
    goal float
    The fraction of service that must be good in order for this objective to be met. 0 < goal <= 0.999.
    name str
    Resource name for this ServiceLevelObjective. The format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]/serviceLevelObjectives/[SLO_NAME]
    rolling_period str
    A rolling time period, semantically "in the past ". Must be an integer multiple of 1 day no larger than 30 days.
    service_level_indicator ServiceLevelIndicatorArgs
    The definition of good service, used to measure and calculate the quality of the Service's performance with respect to a single aspect of service quality.
    service_level_objective_id str
    Optional. The ServiceLevelObjective id to use for this ServiceLevelObjective. If omitted, an id will be generated instead. Must match the pattern ^[a-zA-Z0-9-_:.]+$
    user_labels Mapping[str, str]
    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.
    serviceId String
    v3Id String
    v3Id1 String
    calendarPeriod "CALENDAR_PERIOD_UNSPECIFIED" | "DAY" | "WEEK" | "FORTNIGHT" | "MONTH" | "QUARTER" | "HALF" | "YEAR"
    A calendar period, semantically "since the start of the current ". At this time, only DAY, WEEK, FORTNIGHT, and MONTH are supported.
    displayName String
    Name used for UI elements listing this SLO.
    goal Number
    The fraction of service that must be good in order for this objective to be met. 0 < goal <= 0.999.
    name String
    Resource name for this ServiceLevelObjective. The format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]/serviceLevelObjectives/[SLO_NAME]
    rollingPeriod String
    A rolling time period, semantically "in the past ". Must be an integer multiple of 1 day no larger than 30 days.
    serviceLevelIndicator Property Map
    The definition of good service, used to measure and calculate the quality of the Service's performance with respect to a single aspect of service quality.
    serviceLevelObjectiveId String
    Optional. The ServiceLevelObjective id to use for this ServiceLevelObjective. If omitted, an id will be generated instead. Must match the pattern ^[a-zA-Z0-9-_:.]+$
    userLabels Map<String>
    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.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ServiceLevelObjective resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    BasicSli, BasicSliArgs

    Availability Pulumi.GoogleNative.Monitoring.V3.Inputs.AvailabilityCriteria
    Good service is defined to be the count of requests made to this service that return successfully.
    Latency Pulumi.GoogleNative.Monitoring.V3.Inputs.LatencyCriteria
    Good service is defined to be the count of requests made to this service that are fast enough with respect to latency.threshold.
    Location List<string>
    OPTIONAL: The set of locations to which this SLI is relevant. Telemetry from other locations will not be used to calculate performance for this SLI. If omitted, this SLI applies to all locations in which the Service has activity. For service types that don't support breaking down by location, setting this field will result in an error.
    Method List<string>
    OPTIONAL: The set of RPCs to which this SLI is relevant. Telemetry from other methods will not be used to calculate performance for this SLI. If omitted, this SLI applies to all the Service's methods. For service types that don't support breaking down by method, setting this field will result in an error.
    Version List<string>
    OPTIONAL: The set of API versions to which this SLI is relevant. Telemetry from other API versions will not be used to calculate performance for this SLI. If omitted, this SLI applies to all API versions. For service types that don't support breaking down by version, setting this field will result in an error.
    Availability AvailabilityCriteria
    Good service is defined to be the count of requests made to this service that return successfully.
    Latency LatencyCriteria
    Good service is defined to be the count of requests made to this service that are fast enough with respect to latency.threshold.
    Location []string
    OPTIONAL: The set of locations to which this SLI is relevant. Telemetry from other locations will not be used to calculate performance for this SLI. If omitted, this SLI applies to all locations in which the Service has activity. For service types that don't support breaking down by location, setting this field will result in an error.
    Method []string
    OPTIONAL: The set of RPCs to which this SLI is relevant. Telemetry from other methods will not be used to calculate performance for this SLI. If omitted, this SLI applies to all the Service's methods. For service types that don't support breaking down by method, setting this field will result in an error.
    Version []string
    OPTIONAL: The set of API versions to which this SLI is relevant. Telemetry from other API versions will not be used to calculate performance for this SLI. If omitted, this SLI applies to all API versions. For service types that don't support breaking down by version, setting this field will result in an error.
    availability AvailabilityCriteria
    Good service is defined to be the count of requests made to this service that return successfully.
    latency LatencyCriteria
    Good service is defined to be the count of requests made to this service that are fast enough with respect to latency.threshold.
    location List<String>
    OPTIONAL: The set of locations to which this SLI is relevant. Telemetry from other locations will not be used to calculate performance for this SLI. If omitted, this SLI applies to all locations in which the Service has activity. For service types that don't support breaking down by location, setting this field will result in an error.
    method List<String>
    OPTIONAL: The set of RPCs to which this SLI is relevant. Telemetry from other methods will not be used to calculate performance for this SLI. If omitted, this SLI applies to all the Service's methods. For service types that don't support breaking down by method, setting this field will result in an error.
    version List<String>
    OPTIONAL: The set of API versions to which this SLI is relevant. Telemetry from other API versions will not be used to calculate performance for this SLI. If omitted, this SLI applies to all API versions. For service types that don't support breaking down by version, setting this field will result in an error.
    availability AvailabilityCriteria
    Good service is defined to be the count of requests made to this service that return successfully.
    latency LatencyCriteria
    Good service is defined to be the count of requests made to this service that are fast enough with respect to latency.threshold.
    location string[]
    OPTIONAL: The set of locations to which this SLI is relevant. Telemetry from other locations will not be used to calculate performance for this SLI. If omitted, this SLI applies to all locations in which the Service has activity. For service types that don't support breaking down by location, setting this field will result in an error.
    method string[]
    OPTIONAL: The set of RPCs to which this SLI is relevant. Telemetry from other methods will not be used to calculate performance for this SLI. If omitted, this SLI applies to all the Service's methods. For service types that don't support breaking down by method, setting this field will result in an error.
    version string[]
    OPTIONAL: The set of API versions to which this SLI is relevant. Telemetry from other API versions will not be used to calculate performance for this SLI. If omitted, this SLI applies to all API versions. For service types that don't support breaking down by version, setting this field will result in an error.
    availability AvailabilityCriteria
    Good service is defined to be the count of requests made to this service that return successfully.
    latency LatencyCriteria
    Good service is defined to be the count of requests made to this service that are fast enough with respect to latency.threshold.
    location Sequence[str]
    OPTIONAL: The set of locations to which this SLI is relevant. Telemetry from other locations will not be used to calculate performance for this SLI. If omitted, this SLI applies to all locations in which the Service has activity. For service types that don't support breaking down by location, setting this field will result in an error.
    method Sequence[str]
    OPTIONAL: The set of RPCs to which this SLI is relevant. Telemetry from other methods will not be used to calculate performance for this SLI. If omitted, this SLI applies to all the Service's methods. For service types that don't support breaking down by method, setting this field will result in an error.
    version Sequence[str]
    OPTIONAL: The set of API versions to which this SLI is relevant. Telemetry from other API versions will not be used to calculate performance for this SLI. If omitted, this SLI applies to all API versions. For service types that don't support breaking down by version, setting this field will result in an error.
    availability Property Map
    Good service is defined to be the count of requests made to this service that return successfully.
    latency Property Map
    Good service is defined to be the count of requests made to this service that are fast enough with respect to latency.threshold.
    location List<String>
    OPTIONAL: The set of locations to which this SLI is relevant. Telemetry from other locations will not be used to calculate performance for this SLI. If omitted, this SLI applies to all locations in which the Service has activity. For service types that don't support breaking down by location, setting this field will result in an error.
    method List<String>
    OPTIONAL: The set of RPCs to which this SLI is relevant. Telemetry from other methods will not be used to calculate performance for this SLI. If omitted, this SLI applies to all the Service's methods. For service types that don't support breaking down by method, setting this field will result in an error.
    version List<String>
    OPTIONAL: The set of API versions to which this SLI is relevant. Telemetry from other API versions will not be used to calculate performance for this SLI. If omitted, this SLI applies to all API versions. For service types that don't support breaking down by version, setting this field will result in an error.

    BasicSliResponse, BasicSliResponseArgs

    Availability Pulumi.GoogleNative.Monitoring.V3.Inputs.AvailabilityCriteriaResponse
    Good service is defined to be the count of requests made to this service that return successfully.
    Latency Pulumi.GoogleNative.Monitoring.V3.Inputs.LatencyCriteriaResponse
    Good service is defined to be the count of requests made to this service that are fast enough with respect to latency.threshold.
    Location List<string>
    OPTIONAL: The set of locations to which this SLI is relevant. Telemetry from other locations will not be used to calculate performance for this SLI. If omitted, this SLI applies to all locations in which the Service has activity. For service types that don't support breaking down by location, setting this field will result in an error.
    Method List<string>
    OPTIONAL: The set of RPCs to which this SLI is relevant. Telemetry from other methods will not be used to calculate performance for this SLI. If omitted, this SLI applies to all the Service's methods. For service types that don't support breaking down by method, setting this field will result in an error.
    Version List<string>
    OPTIONAL: The set of API versions to which this SLI is relevant. Telemetry from other API versions will not be used to calculate performance for this SLI. If omitted, this SLI applies to all API versions. For service types that don't support breaking down by version, setting this field will result in an error.
    Availability AvailabilityCriteriaResponse
    Good service is defined to be the count of requests made to this service that return successfully.
    Latency LatencyCriteriaResponse
    Good service is defined to be the count of requests made to this service that are fast enough with respect to latency.threshold.
    Location []string
    OPTIONAL: The set of locations to which this SLI is relevant. Telemetry from other locations will not be used to calculate performance for this SLI. If omitted, this SLI applies to all locations in which the Service has activity. For service types that don't support breaking down by location, setting this field will result in an error.
    Method []string
    OPTIONAL: The set of RPCs to which this SLI is relevant. Telemetry from other methods will not be used to calculate performance for this SLI. If omitted, this SLI applies to all the Service's methods. For service types that don't support breaking down by method, setting this field will result in an error.
    Version []string
    OPTIONAL: The set of API versions to which this SLI is relevant. Telemetry from other API versions will not be used to calculate performance for this SLI. If omitted, this SLI applies to all API versions. For service types that don't support breaking down by version, setting this field will result in an error.
    availability AvailabilityCriteriaResponse
    Good service is defined to be the count of requests made to this service that return successfully.
    latency LatencyCriteriaResponse
    Good service is defined to be the count of requests made to this service that are fast enough with respect to latency.threshold.
    location List<String>
    OPTIONAL: The set of locations to which this SLI is relevant. Telemetry from other locations will not be used to calculate performance for this SLI. If omitted, this SLI applies to all locations in which the Service has activity. For service types that don't support breaking down by location, setting this field will result in an error.
    method List<String>
    OPTIONAL: The set of RPCs to which this SLI is relevant. Telemetry from other methods will not be used to calculate performance for this SLI. If omitted, this SLI applies to all the Service's methods. For service types that don't support breaking down by method, setting this field will result in an error.
    version List<String>
    OPTIONAL: The set of API versions to which this SLI is relevant. Telemetry from other API versions will not be used to calculate performance for this SLI. If omitted, this SLI applies to all API versions. For service types that don't support breaking down by version, setting this field will result in an error.
    availability AvailabilityCriteriaResponse
    Good service is defined to be the count of requests made to this service that return successfully.
    latency LatencyCriteriaResponse
    Good service is defined to be the count of requests made to this service that are fast enough with respect to latency.threshold.
    location string[]
    OPTIONAL: The set of locations to which this SLI is relevant. Telemetry from other locations will not be used to calculate performance for this SLI. If omitted, this SLI applies to all locations in which the Service has activity. For service types that don't support breaking down by location, setting this field will result in an error.
    method string[]
    OPTIONAL: The set of RPCs to which this SLI is relevant. Telemetry from other methods will not be used to calculate performance for this SLI. If omitted, this SLI applies to all the Service's methods. For service types that don't support breaking down by method, setting this field will result in an error.
    version string[]
    OPTIONAL: The set of API versions to which this SLI is relevant. Telemetry from other API versions will not be used to calculate performance for this SLI. If omitted, this SLI applies to all API versions. For service types that don't support breaking down by version, setting this field will result in an error.
    availability AvailabilityCriteriaResponse
    Good service is defined to be the count of requests made to this service that return successfully.
    latency LatencyCriteriaResponse
    Good service is defined to be the count of requests made to this service that are fast enough with respect to latency.threshold.
    location Sequence[str]
    OPTIONAL: The set of locations to which this SLI is relevant. Telemetry from other locations will not be used to calculate performance for this SLI. If omitted, this SLI applies to all locations in which the Service has activity. For service types that don't support breaking down by location, setting this field will result in an error.
    method Sequence[str]
    OPTIONAL: The set of RPCs to which this SLI is relevant. Telemetry from other methods will not be used to calculate performance for this SLI. If omitted, this SLI applies to all the Service's methods. For service types that don't support breaking down by method, setting this field will result in an error.
    version Sequence[str]
    OPTIONAL: The set of API versions to which this SLI is relevant. Telemetry from other API versions will not be used to calculate performance for this SLI. If omitted, this SLI applies to all API versions. For service types that don't support breaking down by version, setting this field will result in an error.
    availability Property Map
    Good service is defined to be the count of requests made to this service that return successfully.
    latency Property Map
    Good service is defined to be the count of requests made to this service that are fast enough with respect to latency.threshold.
    location List<String>
    OPTIONAL: The set of locations to which this SLI is relevant. Telemetry from other locations will not be used to calculate performance for this SLI. If omitted, this SLI applies to all locations in which the Service has activity. For service types that don't support breaking down by location, setting this field will result in an error.
    method List<String>
    OPTIONAL: The set of RPCs to which this SLI is relevant. Telemetry from other methods will not be used to calculate performance for this SLI. If omitted, this SLI applies to all the Service's methods. For service types that don't support breaking down by method, setting this field will result in an error.
    version List<String>
    OPTIONAL: The set of API versions to which this SLI is relevant. Telemetry from other API versions will not be used to calculate performance for this SLI. If omitted, this SLI applies to all API versions. For service types that don't support breaking down by version, setting this field will result in an error.

    DistributionCut, DistributionCutArgs

    DistributionFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries aggregating values. Must have ValueType = DISTRIBUTION and MetricKind = DELTA or MetricKind = CUMULATIVE.
    Range Pulumi.GoogleNative.Monitoring.V3.Inputs.GoogleMonitoringV3Range
    Range of values considered "good." For a one-sided range, set one bound to an infinite value.
    DistributionFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries aggregating values. Must have ValueType = DISTRIBUTION and MetricKind = DELTA or MetricKind = CUMULATIVE.
    Range GoogleMonitoringV3Range
    Range of values considered "good." For a one-sided range, set one bound to an infinite value.
    distributionFilter String
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries aggregating values. Must have ValueType = DISTRIBUTION and MetricKind = DELTA or MetricKind = CUMULATIVE.
    range GoogleMonitoringV3Range
    Range of values considered "good." For a one-sided range, set one bound to an infinite value.
    distributionFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries aggregating values. Must have ValueType = DISTRIBUTION and MetricKind = DELTA or MetricKind = CUMULATIVE.
    range GoogleMonitoringV3Range
    Range of values considered "good." For a one-sided range, set one bound to an infinite value.
    distribution_filter str
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries aggregating values. Must have ValueType = DISTRIBUTION and MetricKind = DELTA or MetricKind = CUMULATIVE.
    range GoogleMonitoringV3Range
    Range of values considered "good." For a one-sided range, set one bound to an infinite value.
    distributionFilter String
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries aggregating values. Must have ValueType = DISTRIBUTION and MetricKind = DELTA or MetricKind = CUMULATIVE.
    range Property Map
    Range of values considered "good." For a one-sided range, set one bound to an infinite value.

    DistributionCutResponse, DistributionCutResponseArgs

    DistributionFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries aggregating values. Must have ValueType = DISTRIBUTION and MetricKind = DELTA or MetricKind = CUMULATIVE.
    Range Pulumi.GoogleNative.Monitoring.V3.Inputs.GoogleMonitoringV3RangeResponse
    Range of values considered "good." For a one-sided range, set one bound to an infinite value.
    DistributionFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries aggregating values. Must have ValueType = DISTRIBUTION and MetricKind = DELTA or MetricKind = CUMULATIVE.
    Range GoogleMonitoringV3RangeResponse
    Range of values considered "good." For a one-sided range, set one bound to an infinite value.
    distributionFilter String
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries aggregating values. Must have ValueType = DISTRIBUTION and MetricKind = DELTA or MetricKind = CUMULATIVE.
    range GoogleMonitoringV3RangeResponse
    Range of values considered "good." For a one-sided range, set one bound to an infinite value.
    distributionFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries aggregating values. Must have ValueType = DISTRIBUTION and MetricKind = DELTA or MetricKind = CUMULATIVE.
    range GoogleMonitoringV3RangeResponse
    Range of values considered "good." For a one-sided range, set one bound to an infinite value.
    distribution_filter str
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries aggregating values. Must have ValueType = DISTRIBUTION and MetricKind = DELTA or MetricKind = CUMULATIVE.
    range GoogleMonitoringV3RangeResponse
    Range of values considered "good." For a one-sided range, set one bound to an infinite value.
    distributionFilter String
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries aggregating values. Must have ValueType = DISTRIBUTION and MetricKind = DELTA or MetricKind = CUMULATIVE.
    range Property Map
    Range of values considered "good." For a one-sided range, set one bound to an infinite value.

    GoogleMonitoringV3Range, GoogleMonitoringV3RangeArgs

    Max double
    Range maximum.
    Min double
    Range minimum.
    Max float64
    Range maximum.
    Min float64
    Range minimum.
    max Double
    Range maximum.
    min Double
    Range minimum.
    max number
    Range maximum.
    min number
    Range minimum.
    max float
    Range maximum.
    min float
    Range minimum.
    max Number
    Range maximum.
    min Number
    Range minimum.

    GoogleMonitoringV3RangeResponse, GoogleMonitoringV3RangeResponseArgs

    Max double
    Range maximum.
    Min double
    Range minimum.
    Max float64
    Range maximum.
    Min float64
    Range minimum.
    max Double
    Range maximum.
    min Double
    Range minimum.
    max number
    Range maximum.
    min number
    Range minimum.
    max float
    Range maximum.
    min float
    Range minimum.
    max Number
    Range maximum.
    min Number
    Range minimum.

    LatencyCriteria, LatencyCriteriaArgs

    Threshold string
    Good service is defined to be the count of requests made to this service that return in no more than threshold.
    Threshold string
    Good service is defined to be the count of requests made to this service that return in no more than threshold.
    threshold String
    Good service is defined to be the count of requests made to this service that return in no more than threshold.
    threshold string
    Good service is defined to be the count of requests made to this service that return in no more than threshold.
    threshold str
    Good service is defined to be the count of requests made to this service that return in no more than threshold.
    threshold String
    Good service is defined to be the count of requests made to this service that return in no more than threshold.

    LatencyCriteriaResponse, LatencyCriteriaResponseArgs

    Threshold string
    Good service is defined to be the count of requests made to this service that return in no more than threshold.
    Threshold string
    Good service is defined to be the count of requests made to this service that return in no more than threshold.
    threshold String
    Good service is defined to be the count of requests made to this service that return in no more than threshold.
    threshold string
    Good service is defined to be the count of requests made to this service that return in no more than threshold.
    threshold str
    Good service is defined to be the count of requests made to this service that return in no more than threshold.
    threshold String
    Good service is defined to be the count of requests made to this service that return in no more than threshold.

    MetricRange, MetricRangeArgs

    Range Pulumi.GoogleNative.Monitoring.V3.Inputs.GoogleMonitoringV3Range
    Range of values considered "good." For a one-sided range, set one bound to an infinite value.
    TimeSeries string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying the TimeSeries to use for evaluating window quality.
    Range GoogleMonitoringV3Range
    Range of values considered "good." For a one-sided range, set one bound to an infinite value.
    TimeSeries string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying the TimeSeries to use for evaluating window quality.
    range GoogleMonitoringV3Range
    Range of values considered "good." For a one-sided range, set one bound to an infinite value.
    timeSeries String
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying the TimeSeries to use for evaluating window quality.
    range GoogleMonitoringV3Range
    Range of values considered "good." For a one-sided range, set one bound to an infinite value.
    timeSeries string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying the TimeSeries to use for evaluating window quality.
    range GoogleMonitoringV3Range
    Range of values considered "good." For a one-sided range, set one bound to an infinite value.
    time_series str
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying the TimeSeries to use for evaluating window quality.
    range Property Map
    Range of values considered "good." For a one-sided range, set one bound to an infinite value.
    timeSeries String
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying the TimeSeries to use for evaluating window quality.

    MetricRangeResponse, MetricRangeResponseArgs

    Range Pulumi.GoogleNative.Monitoring.V3.Inputs.GoogleMonitoringV3RangeResponse
    Range of values considered "good." For a one-sided range, set one bound to an infinite value.
    TimeSeries string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying the TimeSeries to use for evaluating window quality.
    Range GoogleMonitoringV3RangeResponse
    Range of values considered "good." For a one-sided range, set one bound to an infinite value.
    TimeSeries string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying the TimeSeries to use for evaluating window quality.
    range GoogleMonitoringV3RangeResponse
    Range of values considered "good." For a one-sided range, set one bound to an infinite value.
    timeSeries String
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying the TimeSeries to use for evaluating window quality.
    range GoogleMonitoringV3RangeResponse
    Range of values considered "good." For a one-sided range, set one bound to an infinite value.
    timeSeries string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying the TimeSeries to use for evaluating window quality.
    range GoogleMonitoringV3RangeResponse
    Range of values considered "good." For a one-sided range, set one bound to an infinite value.
    time_series str
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying the TimeSeries to use for evaluating window quality.
    range Property Map
    Range of values considered "good." For a one-sided range, set one bound to an infinite value.
    timeSeries String
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying the TimeSeries to use for evaluating window quality.

    PerformanceThreshold, PerformanceThresholdArgs

    BasicSliPerformance Pulumi.GoogleNative.Monitoring.V3.Inputs.BasicSli
    BasicSli to evaluate to judge window quality.
    Performance Pulumi.GoogleNative.Monitoring.V3.Inputs.RequestBasedSli
    RequestBasedSli to evaluate to judge window quality.
    Threshold double
    If window performance >= threshold, the window is counted as good.
    BasicSliPerformance BasicSli
    BasicSli to evaluate to judge window quality.
    Performance RequestBasedSli
    RequestBasedSli to evaluate to judge window quality.
    Threshold float64
    If window performance >= threshold, the window is counted as good.
    basicSliPerformance BasicSli
    BasicSli to evaluate to judge window quality.
    performance RequestBasedSli
    RequestBasedSli to evaluate to judge window quality.
    threshold Double
    If window performance >= threshold, the window is counted as good.
    basicSliPerformance BasicSli
    BasicSli to evaluate to judge window quality.
    performance RequestBasedSli
    RequestBasedSli to evaluate to judge window quality.
    threshold number
    If window performance >= threshold, the window is counted as good.
    basic_sli_performance BasicSli
    BasicSli to evaluate to judge window quality.
    performance RequestBasedSli
    RequestBasedSli to evaluate to judge window quality.
    threshold float
    If window performance >= threshold, the window is counted as good.
    basicSliPerformance Property Map
    BasicSli to evaluate to judge window quality.
    performance Property Map
    RequestBasedSli to evaluate to judge window quality.
    threshold Number
    If window performance >= threshold, the window is counted as good.

    PerformanceThresholdResponse, PerformanceThresholdResponseArgs

    BasicSliPerformance Pulumi.GoogleNative.Monitoring.V3.Inputs.BasicSliResponse
    BasicSli to evaluate to judge window quality.
    Performance Pulumi.GoogleNative.Monitoring.V3.Inputs.RequestBasedSliResponse
    RequestBasedSli to evaluate to judge window quality.
    Threshold double
    If window performance >= threshold, the window is counted as good.
    BasicSliPerformance BasicSliResponse
    BasicSli to evaluate to judge window quality.
    Performance RequestBasedSliResponse
    RequestBasedSli to evaluate to judge window quality.
    Threshold float64
    If window performance >= threshold, the window is counted as good.
    basicSliPerformance BasicSliResponse
    BasicSli to evaluate to judge window quality.
    performance RequestBasedSliResponse
    RequestBasedSli to evaluate to judge window quality.
    threshold Double
    If window performance >= threshold, the window is counted as good.
    basicSliPerformance BasicSliResponse
    BasicSli to evaluate to judge window quality.
    performance RequestBasedSliResponse
    RequestBasedSli to evaluate to judge window quality.
    threshold number
    If window performance >= threshold, the window is counted as good.
    basic_sli_performance BasicSliResponse
    BasicSli to evaluate to judge window quality.
    performance RequestBasedSliResponse
    RequestBasedSli to evaluate to judge window quality.
    threshold float
    If window performance >= threshold, the window is counted as good.
    basicSliPerformance Property Map
    BasicSli to evaluate to judge window quality.
    performance Property Map
    RequestBasedSli to evaluate to judge window quality.
    threshold Number
    If window performance >= threshold, the window is counted as good.

    RequestBasedSli, RequestBasedSliArgs

    DistributionCut Pulumi.GoogleNative.Monitoring.V3.Inputs.DistributionCut
    distribution_cut is used when good_service is a count of values aggregated in a Distribution that fall into a good range. The total_service is the total count of all values aggregated in the Distribution.
    GoodTotalRatio Pulumi.GoogleNative.Monitoring.V3.Inputs.TimeSeriesRatio
    good_total_ratio is used when the ratio of good_service to total_service is computed from two TimeSeries.
    DistributionCut DistributionCut
    distribution_cut is used when good_service is a count of values aggregated in a Distribution that fall into a good range. The total_service is the total count of all values aggregated in the Distribution.
    GoodTotalRatio TimeSeriesRatio
    good_total_ratio is used when the ratio of good_service to total_service is computed from two TimeSeries.
    distributionCut DistributionCut
    distribution_cut is used when good_service is a count of values aggregated in a Distribution that fall into a good range. The total_service is the total count of all values aggregated in the Distribution.
    goodTotalRatio TimeSeriesRatio
    good_total_ratio is used when the ratio of good_service to total_service is computed from two TimeSeries.
    distributionCut DistributionCut
    distribution_cut is used when good_service is a count of values aggregated in a Distribution that fall into a good range. The total_service is the total count of all values aggregated in the Distribution.
    goodTotalRatio TimeSeriesRatio
    good_total_ratio is used when the ratio of good_service to total_service is computed from two TimeSeries.
    distribution_cut DistributionCut
    distribution_cut is used when good_service is a count of values aggregated in a Distribution that fall into a good range. The total_service is the total count of all values aggregated in the Distribution.
    good_total_ratio TimeSeriesRatio
    good_total_ratio is used when the ratio of good_service to total_service is computed from two TimeSeries.
    distributionCut Property Map
    distribution_cut is used when good_service is a count of values aggregated in a Distribution that fall into a good range. The total_service is the total count of all values aggregated in the Distribution.
    goodTotalRatio Property Map
    good_total_ratio is used when the ratio of good_service to total_service is computed from two TimeSeries.

    RequestBasedSliResponse, RequestBasedSliResponseArgs

    DistributionCut Pulumi.GoogleNative.Monitoring.V3.Inputs.DistributionCutResponse
    distribution_cut is used when good_service is a count of values aggregated in a Distribution that fall into a good range. The total_service is the total count of all values aggregated in the Distribution.
    GoodTotalRatio Pulumi.GoogleNative.Monitoring.V3.Inputs.TimeSeriesRatioResponse
    good_total_ratio is used when the ratio of good_service to total_service is computed from two TimeSeries.
    DistributionCut DistributionCutResponse
    distribution_cut is used when good_service is a count of values aggregated in a Distribution that fall into a good range. The total_service is the total count of all values aggregated in the Distribution.
    GoodTotalRatio TimeSeriesRatioResponse
    good_total_ratio is used when the ratio of good_service to total_service is computed from two TimeSeries.
    distributionCut DistributionCutResponse
    distribution_cut is used when good_service is a count of values aggregated in a Distribution that fall into a good range. The total_service is the total count of all values aggregated in the Distribution.
    goodTotalRatio TimeSeriesRatioResponse
    good_total_ratio is used when the ratio of good_service to total_service is computed from two TimeSeries.
    distributionCut DistributionCutResponse
    distribution_cut is used when good_service is a count of values aggregated in a Distribution that fall into a good range. The total_service is the total count of all values aggregated in the Distribution.
    goodTotalRatio TimeSeriesRatioResponse
    good_total_ratio is used when the ratio of good_service to total_service is computed from two TimeSeries.
    distribution_cut DistributionCutResponse
    distribution_cut is used when good_service is a count of values aggregated in a Distribution that fall into a good range. The total_service is the total count of all values aggregated in the Distribution.
    good_total_ratio TimeSeriesRatioResponse
    good_total_ratio is used when the ratio of good_service to total_service is computed from two TimeSeries.
    distributionCut Property Map
    distribution_cut is used when good_service is a count of values aggregated in a Distribution that fall into a good range. The total_service is the total count of all values aggregated in the Distribution.
    goodTotalRatio Property Map
    good_total_ratio is used when the ratio of good_service to total_service is computed from two TimeSeries.

    ServiceLevelIndicator, ServiceLevelIndicatorArgs

    BasicSli BasicSli
    Basic SLI on a well-known service type.
    RequestBased RequestBasedSli
    Request-based SLIs
    WindowsBased WindowsBasedSli
    Windows-based SLIs
    basicSli BasicSli
    Basic SLI on a well-known service type.
    requestBased RequestBasedSli
    Request-based SLIs
    windowsBased WindowsBasedSli
    Windows-based SLIs
    basicSli BasicSli
    Basic SLI on a well-known service type.
    requestBased RequestBasedSli
    Request-based SLIs
    windowsBased WindowsBasedSli
    Windows-based SLIs
    basic_sli BasicSli
    Basic SLI on a well-known service type.
    request_based RequestBasedSli
    Request-based SLIs
    windows_based WindowsBasedSli
    Windows-based SLIs
    basicSli Property Map
    Basic SLI on a well-known service type.
    requestBased Property Map
    Request-based SLIs
    windowsBased Property Map
    Windows-based SLIs

    ServiceLevelIndicatorResponse, ServiceLevelIndicatorResponseArgs

    BasicSli BasicSliResponse
    Basic SLI on a well-known service type.
    RequestBased RequestBasedSliResponse
    Request-based SLIs
    WindowsBased WindowsBasedSliResponse
    Windows-based SLIs
    basicSli BasicSliResponse
    Basic SLI on a well-known service type.
    requestBased RequestBasedSliResponse
    Request-based SLIs
    windowsBased WindowsBasedSliResponse
    Windows-based SLIs
    basicSli BasicSliResponse
    Basic SLI on a well-known service type.
    requestBased RequestBasedSliResponse
    Request-based SLIs
    windowsBased WindowsBasedSliResponse
    Windows-based SLIs
    basic_sli BasicSliResponse
    Basic SLI on a well-known service type.
    request_based RequestBasedSliResponse
    Request-based SLIs
    windows_based WindowsBasedSliResponse
    Windows-based SLIs
    basicSli Property Map
    Basic SLI on a well-known service type.
    requestBased Property Map
    Request-based SLIs
    windowsBased Property Map
    Windows-based SLIs

    ServiceLevelObjectiveCalendarPeriod, ServiceLevelObjectiveCalendarPeriodArgs

    CalendarPeriodUnspecified
    CALENDAR_PERIOD_UNSPECIFIEDUndefined period, raises an error.
    Day
    DAYA day.
    Week
    WEEKA week. Weeks begin on Monday, following ISO 8601 (https://en.wikipedia.org/wiki/ISO_week_date).
    Fortnight
    FORTNIGHTA fortnight. The first calendar fortnight of the year begins at the start of week 1 according to ISO 8601 (https://en.wikipedia.org/wiki/ISO_week_date).
    Month
    MONTHA month.
    Quarter
    QUARTERA quarter. Quarters start on dates 1-Jan, 1-Apr, 1-Jul, and 1-Oct of each year.
    Half
    HALFA half-year. Half-years start on dates 1-Jan and 1-Jul.
    Year
    YEARA year.
    ServiceLevelObjectiveCalendarPeriodCalendarPeriodUnspecified
    CALENDAR_PERIOD_UNSPECIFIEDUndefined period, raises an error.
    ServiceLevelObjectiveCalendarPeriodDay
    DAYA day.
    ServiceLevelObjectiveCalendarPeriodWeek
    WEEKA week. Weeks begin on Monday, following ISO 8601 (https://en.wikipedia.org/wiki/ISO_week_date).
    ServiceLevelObjectiveCalendarPeriodFortnight
    FORTNIGHTA fortnight. The first calendar fortnight of the year begins at the start of week 1 according to ISO 8601 (https://en.wikipedia.org/wiki/ISO_week_date).
    ServiceLevelObjectiveCalendarPeriodMonth
    MONTHA month.
    ServiceLevelObjectiveCalendarPeriodQuarter
    QUARTERA quarter. Quarters start on dates 1-Jan, 1-Apr, 1-Jul, and 1-Oct of each year.
    ServiceLevelObjectiveCalendarPeriodHalf
    HALFA half-year. Half-years start on dates 1-Jan and 1-Jul.
    ServiceLevelObjectiveCalendarPeriodYear
    YEARA year.
    CalendarPeriodUnspecified
    CALENDAR_PERIOD_UNSPECIFIEDUndefined period, raises an error.
    Day
    DAYA day.
    Week
    WEEKA week. Weeks begin on Monday, following ISO 8601 (https://en.wikipedia.org/wiki/ISO_week_date).
    Fortnight
    FORTNIGHTA fortnight. The first calendar fortnight of the year begins at the start of week 1 according to ISO 8601 (https://en.wikipedia.org/wiki/ISO_week_date).
    Month
    MONTHA month.
    Quarter
    QUARTERA quarter. Quarters start on dates 1-Jan, 1-Apr, 1-Jul, and 1-Oct of each year.
    Half
    HALFA half-year. Half-years start on dates 1-Jan and 1-Jul.
    Year
    YEARA year.
    CalendarPeriodUnspecified
    CALENDAR_PERIOD_UNSPECIFIEDUndefined period, raises an error.
    Day
    DAYA day.
    Week
    WEEKA week. Weeks begin on Monday, following ISO 8601 (https://en.wikipedia.org/wiki/ISO_week_date).
    Fortnight
    FORTNIGHTA fortnight. The first calendar fortnight of the year begins at the start of week 1 according to ISO 8601 (https://en.wikipedia.org/wiki/ISO_week_date).
    Month
    MONTHA month.
    Quarter
    QUARTERA quarter. Quarters start on dates 1-Jan, 1-Apr, 1-Jul, and 1-Oct of each year.
    Half
    HALFA half-year. Half-years start on dates 1-Jan and 1-Jul.
    Year
    YEARA year.
    CALENDAR_PERIOD_UNSPECIFIED
    CALENDAR_PERIOD_UNSPECIFIEDUndefined period, raises an error.
    DAY
    DAYA day.
    WEEK
    WEEKA week. Weeks begin on Monday, following ISO 8601 (https://en.wikipedia.org/wiki/ISO_week_date).
    FORTNIGHT
    FORTNIGHTA fortnight. The first calendar fortnight of the year begins at the start of week 1 according to ISO 8601 (https://en.wikipedia.org/wiki/ISO_week_date).
    MONTH
    MONTHA month.
    QUARTER
    QUARTERA quarter. Quarters start on dates 1-Jan, 1-Apr, 1-Jul, and 1-Oct of each year.
    HALF
    HALFA half-year. Half-years start on dates 1-Jan and 1-Jul.
    YEAR
    YEARA year.
    "CALENDAR_PERIOD_UNSPECIFIED"
    CALENDAR_PERIOD_UNSPECIFIEDUndefined period, raises an error.
    "DAY"
    DAYA day.
    "WEEK"
    WEEKA week. Weeks begin on Monday, following ISO 8601 (https://en.wikipedia.org/wiki/ISO_week_date).
    "FORTNIGHT"
    FORTNIGHTA fortnight. The first calendar fortnight of the year begins at the start of week 1 according to ISO 8601 (https://en.wikipedia.org/wiki/ISO_week_date).
    "MONTH"
    MONTHA month.
    "QUARTER"
    QUARTERA quarter. Quarters start on dates 1-Jan, 1-Apr, 1-Jul, and 1-Oct of each year.
    "HALF"
    HALFA half-year. Half-years start on dates 1-Jan and 1-Jul.
    "YEAR"
    YEARA year.

    TimeSeriesRatio, TimeSeriesRatioArgs

    BadServiceFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying bad service, either demanded service that was not provided or demanded service that was of inadequate quality. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    GoodServiceFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying good service provided. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    TotalServiceFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying total demanded service. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    BadServiceFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying bad service, either demanded service that was not provided or demanded service that was of inadequate quality. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    GoodServiceFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying good service provided. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    TotalServiceFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying total demanded service. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    badServiceFilter String
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying bad service, either demanded service that was not provided or demanded service that was of inadequate quality. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    goodServiceFilter String
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying good service provided. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    totalServiceFilter String
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying total demanded service. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    badServiceFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying bad service, either demanded service that was not provided or demanded service that was of inadequate quality. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    goodServiceFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying good service provided. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    totalServiceFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying total demanded service. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    bad_service_filter str
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying bad service, either demanded service that was not provided or demanded service that was of inadequate quality. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    good_service_filter str
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying good service provided. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    total_service_filter str
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying total demanded service. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    badServiceFilter String
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying bad service, either demanded service that was not provided or demanded service that was of inadequate quality. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    goodServiceFilter String
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying good service provided. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    totalServiceFilter String
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying total demanded service. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.

    TimeSeriesRatioResponse, TimeSeriesRatioResponseArgs

    BadServiceFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying bad service, either demanded service that was not provided or demanded service that was of inadequate quality. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    GoodServiceFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying good service provided. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    TotalServiceFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying total demanded service. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    BadServiceFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying bad service, either demanded service that was not provided or demanded service that was of inadequate quality. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    GoodServiceFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying good service provided. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    TotalServiceFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying total demanded service. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    badServiceFilter String
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying bad service, either demanded service that was not provided or demanded service that was of inadequate quality. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    goodServiceFilter String
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying good service provided. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    totalServiceFilter String
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying total demanded service. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    badServiceFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying bad service, either demanded service that was not provided or demanded service that was of inadequate quality. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    goodServiceFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying good service provided. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    totalServiceFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying total demanded service. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    bad_service_filter str
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying bad service, either demanded service that was not provided or demanded service that was of inadequate quality. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    good_service_filter str
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying good service provided. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    total_service_filter str
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying total demanded service. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    badServiceFilter String
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying bad service, either demanded service that was not provided or demanded service that was of inadequate quality. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    goodServiceFilter String
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying good service provided. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    totalServiceFilter String
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying total demanded service. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.

    WindowsBasedSli, WindowsBasedSliArgs

    GoodBadMetricFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries with ValueType = BOOL. The window is good if any true values appear in the window.
    GoodTotalRatioThreshold Pulumi.GoogleNative.Monitoring.V3.Inputs.PerformanceThreshold
    A window is good if its performance is high enough.
    MetricMeanInRange Pulumi.GoogleNative.Monitoring.V3.Inputs.MetricRange
    A window is good if the metric's value is in a good range, averaged across returned streams.
    MetricSumInRange Pulumi.GoogleNative.Monitoring.V3.Inputs.MetricRange
    A window is good if the metric's value is in a good range, summed across returned streams.
    WindowPeriod string
    Duration over which window quality is evaluated. Must be an integer fraction of a day and at least 60s.
    GoodBadMetricFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries with ValueType = BOOL. The window is good if any true values appear in the window.
    GoodTotalRatioThreshold PerformanceThreshold
    A window is good if its performance is high enough.
    MetricMeanInRange MetricRange
    A window is good if the metric's value is in a good range, averaged across returned streams.
    MetricSumInRange MetricRange
    A window is good if the metric's value is in a good range, summed across returned streams.
    WindowPeriod string
    Duration over which window quality is evaluated. Must be an integer fraction of a day and at least 60s.
    goodBadMetricFilter String
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries with ValueType = BOOL. The window is good if any true values appear in the window.
    goodTotalRatioThreshold PerformanceThreshold
    A window is good if its performance is high enough.
    metricMeanInRange MetricRange
    A window is good if the metric's value is in a good range, averaged across returned streams.
    metricSumInRange MetricRange
    A window is good if the metric's value is in a good range, summed across returned streams.
    windowPeriod String
    Duration over which window quality is evaluated. Must be an integer fraction of a day and at least 60s.
    goodBadMetricFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries with ValueType = BOOL. The window is good if any true values appear in the window.
    goodTotalRatioThreshold PerformanceThreshold
    A window is good if its performance is high enough.
    metricMeanInRange MetricRange
    A window is good if the metric's value is in a good range, averaged across returned streams.
    metricSumInRange MetricRange
    A window is good if the metric's value is in a good range, summed across returned streams.
    windowPeriod string
    Duration over which window quality is evaluated. Must be an integer fraction of a day and at least 60s.
    good_bad_metric_filter str
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries with ValueType = BOOL. The window is good if any true values appear in the window.
    good_total_ratio_threshold PerformanceThreshold
    A window is good if its performance is high enough.
    metric_mean_in_range MetricRange
    A window is good if the metric's value is in a good range, averaged across returned streams.
    metric_sum_in_range MetricRange
    A window is good if the metric's value is in a good range, summed across returned streams.
    window_period str
    Duration over which window quality is evaluated. Must be an integer fraction of a day and at least 60s.
    goodBadMetricFilter String
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries with ValueType = BOOL. The window is good if any true values appear in the window.
    goodTotalRatioThreshold Property Map
    A window is good if its performance is high enough.
    metricMeanInRange Property Map
    A window is good if the metric's value is in a good range, averaged across returned streams.
    metricSumInRange Property Map
    A window is good if the metric's value is in a good range, summed across returned streams.
    windowPeriod String
    Duration over which window quality is evaluated. Must be an integer fraction of a day and at least 60s.

    WindowsBasedSliResponse, WindowsBasedSliResponseArgs

    GoodBadMetricFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries with ValueType = BOOL. The window is good if any true values appear in the window.
    GoodTotalRatioThreshold Pulumi.GoogleNative.Monitoring.V3.Inputs.PerformanceThresholdResponse
    A window is good if its performance is high enough.
    MetricMeanInRange Pulumi.GoogleNative.Monitoring.V3.Inputs.MetricRangeResponse
    A window is good if the metric's value is in a good range, averaged across returned streams.
    MetricSumInRange Pulumi.GoogleNative.Monitoring.V3.Inputs.MetricRangeResponse
    A window is good if the metric's value is in a good range, summed across returned streams.
    WindowPeriod string
    Duration over which window quality is evaluated. Must be an integer fraction of a day and at least 60s.
    GoodBadMetricFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries with ValueType = BOOL. The window is good if any true values appear in the window.
    GoodTotalRatioThreshold PerformanceThresholdResponse
    A window is good if its performance is high enough.
    MetricMeanInRange MetricRangeResponse
    A window is good if the metric's value is in a good range, averaged across returned streams.
    MetricSumInRange MetricRangeResponse
    A window is good if the metric's value is in a good range, summed across returned streams.
    WindowPeriod string
    Duration over which window quality is evaluated. Must be an integer fraction of a day and at least 60s.
    goodBadMetricFilter String
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries with ValueType = BOOL. The window is good if any true values appear in the window.
    goodTotalRatioThreshold PerformanceThresholdResponse
    A window is good if its performance is high enough.
    metricMeanInRange MetricRangeResponse
    A window is good if the metric's value is in a good range, averaged across returned streams.
    metricSumInRange MetricRangeResponse
    A window is good if the metric's value is in a good range, summed across returned streams.
    windowPeriod String
    Duration over which window quality is evaluated. Must be an integer fraction of a day and at least 60s.
    goodBadMetricFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries with ValueType = BOOL. The window is good if any true values appear in the window.
    goodTotalRatioThreshold PerformanceThresholdResponse
    A window is good if its performance is high enough.
    metricMeanInRange MetricRangeResponse
    A window is good if the metric's value is in a good range, averaged across returned streams.
    metricSumInRange MetricRangeResponse
    A window is good if the metric's value is in a good range, summed across returned streams.
    windowPeriod string
    Duration over which window quality is evaluated. Must be an integer fraction of a day and at least 60s.
    good_bad_metric_filter str
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries with ValueType = BOOL. The window is good if any true values appear in the window.
    good_total_ratio_threshold PerformanceThresholdResponse
    A window is good if its performance is high enough.
    metric_mean_in_range MetricRangeResponse
    A window is good if the metric's value is in a good range, averaged across returned streams.
    metric_sum_in_range MetricRangeResponse
    A window is good if the metric's value is in a good range, summed across returned streams.
    window_period str
    Duration over which window quality is evaluated. Must be an integer fraction of a day and at least 60s.
    goodBadMetricFilter String
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries with ValueType = BOOL. The window is good if any true values appear in the window.
    goodTotalRatioThreshold Property Map
    A window is good if its performance is high enough.
    metricMeanInRange Property Map
    A window is good if the metric's value is in a good range, averaged across returned streams.
    metricSumInRange Property Map
    A window is good if the metric's value is in a good range, summed across returned streams.
    windowPeriod String
    Duration over which window quality is evaluated. Must be an integer fraction of a day and at least 60s.

    Package Details

    Repository
    Google Cloud Native pulumi/pulumi-google-native
    License
    Apache-2.0
    google-native logo

    Google Cloud Native is in preview. Google Cloud Classic is fully supported.

    Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi