Interface MonitoringAlertPolicyDocumentationLinks

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    MonitoringAlertPolicyDocumentationLinks.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:21.933Z")
    @Stability(Stable)
    public interface MonitoringAlertPolicyDocumentationLinks
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getDisplayName

        @Stability(Stable)
        @Nullable
        default String getDisplayName()
        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}

      • getUrl

        @Stability(Stable)
        @Nullable
        default String getUrl()
        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}