data class AlertPolicyDocumentationArgs(val content: Output<String>? = null, val mimeType: Output<String>? = null) : ConvertibleToJava<AlertPolicyDocumentationArgs>
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.