Interface MonitoringAlertPolicyDocumentation

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

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

      • getContent

        @Stability(Stable)
        @Nullable
        default String getContent()
        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. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_alert_policy#content MonitoringAlertPolicy#content}

      • getLinks

        @Stability(Stable)
        @Nullable
        default Object getLinks()
        links block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_alert_policy#links MonitoringAlertPolicy#links}

      • getMimeType

        @Stability(Stable)
        @Nullable
        default String getMimeType()
        The format of the content field. Presently, only the value "text/markdown" is supported.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_alert_policy#mime_type MonitoringAlertPolicy#mime_type}

      • getSubject

        @Stability(Stable)
        @Nullable
        default String getSubject()
        The subject line of the notification.

        The subject line may not exceed 10,240 bytes. In notifications generated by this policy the contents of the subject line after variable expansion will be truncated to 255 bytes or shorter at the latest UTF-8 character boundary. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_alert_policy#subject MonitoringAlertPolicy#subject}