Show / Hide Table of Contents

Class CustomServiceArgs

Inheritance
System.Object
InputArgs
ResourceArgs
CustomServiceArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Monitoring
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class CustomServiceArgs : ResourceArgs

Constructors

View Source

CustomServiceArgs()

Declaration
public CustomServiceArgs()

Properties

View Source

DisplayName

Name used for UI elements listing this Service.

Declaration
public Input<string> DisplayName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Project

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

Declaration
public Input<string> Project { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ServiceId

An optional service ID to use. If not given, the server will generate a service ID.

Declaration
public Input<string> ServiceId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Telemetry

Configuration for how to query telemetry on a Service. Structure is documented below.

Declaration
public Input<CustomServiceTelemetryArgs> Telemetry { get; set; }
Property Value
Type Description
Input<CustomServiceTelemetryArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.