Interface PrometheusWorkspaceLoggingConfiguration
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PrometheusWorkspaceLoggingConfiguration.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.454Z") @Stability(Stable) public interface PrometheusWorkspaceLoggingConfiguration extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPrometheusWorkspaceLoggingConfiguration.BuilderA builder forPrometheusWorkspaceLoggingConfigurationstatic classPrometheusWorkspaceLoggingConfiguration.Jsii$ProxyAn implementation forPrometheusWorkspaceLoggingConfiguration
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static PrometheusWorkspaceLoggingConfiguration.Builderbuilder()StringgetLogGroupArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/prometheus_workspace#log_group_arn PrometheusWorkspace#log_group_arn}.
-
-
-
Method Detail
-
getLogGroupArn
@Stability(Stable) @NotNull String getLogGroupArn()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/prometheus_workspace#log_group_arn PrometheusWorkspace#log_group_arn}.
-
builder
@Stability(Stable) static PrometheusWorkspaceLoggingConfiguration.Builder builder()
-
-