Class MonitoringAlertPolicyDocumentationLinks.Jsii$Proxy

    • Method Detail

      • getDisplayName

        public final String getDisplayName()
        Description copied from interface: MonitoringAlertPolicyDocumentationLinks
        A short display name for the link.

        The display name must not be empty or exceed 63 characters. Example: "playbook". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_alert_policy#display_name MonitoringAlertPolicy#display_name}

        Specified by:
        getDisplayName in interface MonitoringAlertPolicyDocumentationLinks
      • getUrl

        public final String getUrl()
        Description copied from interface: MonitoringAlertPolicyDocumentationLinks
        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}". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_alert_policy#url MonitoringAlertPolicy#url}

        Specified by:
        getUrl in interface MonitoringAlertPolicyDocumentationLinks
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object