Show / Hide Table of Contents

Class AlertPolicyDocumentationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AlertPolicyDocumentationArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class AlertPolicyDocumentationArgs : ResourceArgs

Constructors

View Source

AlertPolicyDocumentationArgs()

Declaration
public AlertPolicyDocumentationArgs()

Properties

View Source

Content

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.