Class UptimeCheckConfigResourceGroupArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class UptimeCheckConfigResourceGroupArgs : ResourceArgs
Constructors
View SourceUptimeCheckConfigResourceGroupArgs()
Declaration
public UptimeCheckConfigResourceGroupArgs()
Properties
View SourceGroupId
The group of resources being monitored. Should be the name of a group
Declaration
public Input<string> GroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceType
The resource type of the group members.
Declaration
public Input<string> ResourceType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |