AlertPolicyDocumentationLinkArgs

data class AlertPolicyDocumentationLinkArgs(val displayName: Output<String>? = null, val url: Output<String>? = null) : ConvertibleToJava<AlertPolicyDocumentationLinkArgs>

Constructors

Link copied to clipboard
constructor(displayName: Output<String>? = null, url: Output<String>? = null)

Properties

Link copied to clipboard
val displayName: Output<String>? = null

A short display name for the link. The display name must not be empty or exceed 63 characters. Example: "playbook".

Link copied to clipboard
val url: Output<String>? = null

The url of a webpage. A url can be templatized by using variables in the path or the query parameters. The total length of a URL should not exceed 2083 characters before and after variable expansion. Example: "https://my_domain.com/playbook?name=${resource.name}".

Functions

Link copied to clipboard
open override fun toJava(): AlertPolicyDocumentationLinkArgs