Class UptimeCheckConfigContentMatcherArgs
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 UptimeCheckConfigContentMatcherArgs : ResourceArgs
Constructors
View SourceUptimeCheckConfigContentMatcherArgs()
Declaration
public UptimeCheckConfigContentMatcherArgs()
Properties
View SourceContent
String or regex content to match (max 1024 bytes)
Declaration
public Input<string> Content { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |