Class CustomServiceArgs
Inherited Members
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 SourceCustomServiceArgs()
Declaration
public CustomServiceArgs()
Properties
View SourceDisplayName
Name used for UI elements listing this Service.
Declaration
public Input<string> DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
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> |