Class AlertPolicyDocumentationGetArgs
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 AlertPolicyDocumentationGetArgs : ResourceArgs
Constructors
View SourceAlertPolicyDocumentationGetArgs()
Declaration
public AlertPolicyDocumentationGetArgs()
Properties
View SourceContent
The text of the documentation, interpreted according to mimeType. The content may not exceed 8,192 Unicode characters and may not exceed more than 10,240 bytes when encoded in UTF-8 format, whichever is smaller.
Declaration
public Input<string> Content { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MimeType
The format of the content field. Presently, only the value "text/markdown" is supported.
Declaration
public Input<string> MimeType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |