All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.gcp.monitoring.kotlin.CustomServiceArgs.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.gcp.monitoring.kotlin

import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.gcp.monitoring.CustomServiceArgs.builder
import com.pulumi.gcp.monitoring.kotlin.inputs.CustomServiceTelemetryArgs
import com.pulumi.gcp.monitoring.kotlin.inputs.CustomServiceTelemetryArgsBuilder
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.Map
import kotlin.jvm.JvmName

/**
 * A Service is a discrete, autonomous, and network-accessible unit,
 * designed to solve an individual concern. In Cloud Monitoring,
 * a Service acts as the root resource under which operational aspects of
 * the service are accessible
 * To get more information about Service, see:
 * * [API documentation](https://cloud.google.com/monitoring/api/ref_v3/rest/v3/services)
 * * How-to Guides
 *     * [Monitoring API Documentation](https://cloud.google.com/monitoring/api/v3/)
 *     * [Service Monitoring](https://cloud.google.com/monitoring/service-monitoring)
 *     * [Service-orientation on Wikipedia](https://en.wikipedia.org/wiki/Service-orientation)
 * ## Example Usage
 * ### Monitoring Service Custom
 * 
 * ```typescript
 * import * as pulumi from "@pulumi/pulumi";
 * import * as gcp from "@pulumi/gcp";
 * const custom = new gcp.monitoring.CustomService("custom", {
 *     serviceId: "custom-srv",
 *     displayName: "My Custom Service custom-srv",
 *     telemetry: {
 *         resourceName: "//product.googleapis.com/foo/foo/services/test",
 *     },
 *     userLabels: {
 *         my_key: "my_value",
 *         my_other_key: "my_other_value",
 *     },
 * });
 * ```
 * ```python
 * import pulumi
 * import pulumi_gcp as gcp
 * custom = gcp.monitoring.CustomService("custom",
 *     service_id="custom-srv",
 *     display_name="My Custom Service custom-srv",
 *     telemetry={
 *         "resource_name": "//product.googleapis.com/foo/foo/services/test",
 *     },
 *     user_labels={
 *         "my_key": "my_value",
 *         "my_other_key": "my_other_value",
 *     })
 * ```
 * ```csharp
 * using System.Collections.Generic;
 * using System.Linq;
 * using Pulumi;
 * using Gcp = Pulumi.Gcp;
 * return await Deployment.RunAsync(() =>
 * {
 *     var custom = new Gcp.Monitoring.CustomService("custom", new()
 *     {
 *         ServiceId = "custom-srv",
 *         DisplayName = "My Custom Service custom-srv",
 *         Telemetry = new Gcp.Monitoring.Inputs.CustomServiceTelemetryArgs
 *         {
 *             ResourceName = "//product.googleapis.com/foo/foo/services/test",
 *         },
 *         UserLabels =
 *         {
 *             { "my_key", "my_value" },
 *             { "my_other_key", "my_other_value" },
 *         },
 *     });
 * });
 * ```
 * ```go
 * package main
 * import (
 * 	"github.com/pulumi/pulumi-gcp/sdk/v7/go/gcp/monitoring"
 * 	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
 * )
 * func main() {
 * 	pulumi.Run(func(ctx *pulumi.Context) error {
 * 		_, err := monitoring.NewCustomService(ctx, "custom", &monitoring.CustomServiceArgs{
 * 			ServiceId:   pulumi.String("custom-srv"),
 * 			DisplayName: pulumi.String("My Custom Service custom-srv"),
 * 			Telemetry: &monitoring.CustomServiceTelemetryArgs{
 * 				ResourceName: pulumi.String("//product.googleapis.com/foo/foo/services/test"),
 * 			},
 * 			UserLabels: pulumi.StringMap{
 * 				"my_key":       pulumi.String("my_value"),
 * 				"my_other_key": pulumi.String("my_other_value"),
 * 			},
 * 		})
 * 		if err != nil {
 * 			return err
 * 		}
 * 		return nil
 * 	})
 * }
 * ```
 * ```java
 * package generated_program;
 * import com.pulumi.Context;
 * import com.pulumi.Pulumi;
 * import com.pulumi.core.Output;
 * import com.pulumi.gcp.monitoring.CustomService;
 * import com.pulumi.gcp.monitoring.CustomServiceArgs;
 * import com.pulumi.gcp.monitoring.inputs.CustomServiceTelemetryArgs;
 * import java.util.List;
 * import java.util.ArrayList;
 * import java.util.Map;
 * import java.io.File;
 * import java.nio.file.Files;
 * import java.nio.file.Paths;
 * public class App {
 *     public static void main(String[] args) {
 *         Pulumi.run(App::stack);
 *     }
 *     public static void stack(Context ctx) {
 *         var custom = new CustomService("custom", CustomServiceArgs.builder()
 *             .serviceId("custom-srv")
 *             .displayName("My Custom Service custom-srv")
 *             .telemetry(CustomServiceTelemetryArgs.builder()
 *                 .resourceName("//product.googleapis.com/foo/foo/services/test")
 *                 .build())
 *             .userLabels(Map.ofEntries(
 *                 Map.entry("my_key", "my_value"),
 *                 Map.entry("my_other_key", "my_other_value")
 *             ))
 *             .build());
 *     }
 * }
 * ```
 * ```yaml
 * resources:
 *   custom:
 *     type: gcp:monitoring:CustomService
 *     properties:
 *       serviceId: custom-srv
 *       displayName: My Custom Service custom-srv
 *       telemetry:
 *         resourceName: //product.googleapis.com/foo/foo/services/test
 *       userLabels:
 *         my_key: my_value
 *         my_other_key: my_other_value
 * ```
 * 
 * ## Import
 * Service can be imported using any of these accepted formats:
 * * `{{name}}`
 * When using the `pulumi import` command, Service can be imported using one of the formats above. For example:
 * ```sh
 * $ pulumi import gcp:monitoring/customService:CustomService default {{name}}
 * ```
 * @property displayName Name used for UI elements listing this Service.
 * @property project The ID of the project in which the resource belongs.
 * If it is not provided, the provider project is used.
 * @property serviceId An optional service ID to use. If not given, the server will generate a
 * service ID.
 * @property telemetry Configuration for how to query telemetry on a Service.
 * Structure is documented below.
 * @property userLabels Labels which have been used to annotate the service. 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.
 */
public data class CustomServiceArgs(
    public val displayName: Output? = null,
    public val project: Output? = null,
    public val serviceId: Output? = null,
    public val telemetry: Output? = null,
    public val userLabels: Output>? = null,
) : ConvertibleToJava {
    override fun toJava(): com.pulumi.gcp.monitoring.CustomServiceArgs =
        com.pulumi.gcp.monitoring.CustomServiceArgs.builder()
            .displayName(displayName?.applyValue({ args0 -> args0 }))
            .project(project?.applyValue({ args0 -> args0 }))
            .serviceId(serviceId?.applyValue({ args0 -> args0 }))
            .telemetry(telemetry?.applyValue({ args0 -> args0.let({ args0 -> args0.toJava() }) }))
            .userLabels(
                userLabels?.applyValue({ args0 ->
                    args0.map({ args0 ->
                        args0.key.to(args0.value)
                    }).toMap()
                }),
            ).build()
}

/**
 * Builder for [CustomServiceArgs].
 */
@PulumiTagMarker
public class CustomServiceArgsBuilder internal constructor() {
    private var displayName: Output? = null

    private var project: Output? = null

    private var serviceId: Output? = null

    private var telemetry: Output? = null

    private var userLabels: Output>? = null

    /**
     * @param value Name used for UI elements listing this Service.
     */
    @JvmName("ldprdlsuqdenvwuv")
    public suspend fun displayName(`value`: Output) {
        this.displayName = value
    }

    /**
     * @param value The ID of the project in which the resource belongs.
     * If it is not provided, the provider project is used.
     */
    @JvmName("eeddavnnjjivsrsy")
    public suspend fun project(`value`: Output) {
        this.project = value
    }

    /**
     * @param value An optional service ID to use. If not given, the server will generate a
     * service ID.
     */
    @JvmName("rqxaqewkyytvvhju")
    public suspend fun serviceId(`value`: Output) {
        this.serviceId = value
    }

    /**
     * @param value Configuration for how to query telemetry on a Service.
     * Structure is documented below.
     */
    @JvmName("teejhxepchgsisdk")
    public suspend fun telemetry(`value`: Output) {
        this.telemetry = value
    }

    /**
     * @param value Labels which have been used to annotate the service. 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.
     */
    @JvmName("xfonvtpuvbyattke")
    public suspend fun userLabels(`value`: Output>) {
        this.userLabels = value
    }

    /**
     * @param value Name used for UI elements listing this Service.
     */
    @JvmName("qugradfxvitbounn")
    public suspend fun displayName(`value`: String?) {
        val toBeMapped = value
        val mapped = toBeMapped?.let({ args0 -> of(args0) })
        this.displayName = mapped
    }

    /**
     * @param value The ID of the project in which the resource belongs.
     * If it is not provided, the provider project is used.
     */
    @JvmName("ktwnmoiydfxelbfe")
    public suspend fun project(`value`: String?) {
        val toBeMapped = value
        val mapped = toBeMapped?.let({ args0 -> of(args0) })
        this.project = mapped
    }

    /**
     * @param value An optional service ID to use. If not given, the server will generate a
     * service ID.
     */
    @JvmName("txajryurxfxyrhrt")
    public suspend fun serviceId(`value`: String?) {
        val toBeMapped = value
        val mapped = toBeMapped?.let({ args0 -> of(args0) })
        this.serviceId = mapped
    }

    /**
     * @param value Configuration for how to query telemetry on a Service.
     * Structure is documented below.
     */
    @JvmName("dlqptbjxaprvtmwu")
    public suspend fun telemetry(`value`: CustomServiceTelemetryArgs?) {
        val toBeMapped = value
        val mapped = toBeMapped?.let({ args0 -> of(args0) })
        this.telemetry = mapped
    }

    /**
     * @param argument Configuration for how to query telemetry on a Service.
     * Structure is documented below.
     */
    @JvmName("nculknqgpdvxsujn")
    public suspend fun telemetry(argument: suspend CustomServiceTelemetryArgsBuilder.() -> Unit) {
        val toBeMapped = CustomServiceTelemetryArgsBuilder().applySuspend { argument() }.build()
        val mapped = of(toBeMapped)
        this.telemetry = mapped
    }

    /**
     * @param value Labels which have been used to annotate the service. 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.
     */
    @JvmName("xdtcwwsiaolkxidl")
    public suspend fun userLabels(`value`: Map?) {
        val toBeMapped = value
        val mapped = toBeMapped?.let({ args0 -> of(args0) })
        this.userLabels = mapped
    }

    /**
     * @param values Labels which have been used to annotate the service. 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.
     */
    @JvmName("qsfrlmeycmmjvvat")
    public fun userLabels(vararg values: Pair) {
        val toBeMapped = values.toMap()
        val mapped = toBeMapped.let({ args0 -> of(args0) })
        this.userLabels = mapped
    }

    internal fun build(): CustomServiceArgs = CustomServiceArgs(
        displayName = displayName,
        project = project,
        serviceId = serviceId,
        telemetry = telemetry,
        userLabels = userLabels,
    )
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy