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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMonitoringAlertPolicyDocumentationLinks.BuilderA builder forMonitoringAlertPolicyDocumentationLinksstatic classMonitoringAlertPolicyDocumentationLinks.Jsii$ProxyAn implementation forMonitoringAlertPolicyDocumentationLinks
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static MonitoringAlertPolicyDocumentationLinks.Builderbuilder()default StringgetDisplayName()A short display name for the link.default StringgetUrl()The url of a webpage.
-
-
-
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}
-
builder
@Stability(Stable) static MonitoringAlertPolicyDocumentationLinks.Builder builder()
-
-