@Stability(value=Stable) public static final class CfnApplication.MonitoringConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApplication.MonitoringConfigurationProperty>
CfnApplication.MonitoringConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApplication.MonitoringConfigurationProperty |
build()
Builds the configured instance.
|
CfnApplication.MonitoringConfigurationProperty.Builder |
configurationType(String configurationType)
Sets the value of
CfnApplication.MonitoringConfigurationProperty.getConfigurationType() |
CfnApplication.MonitoringConfigurationProperty.Builder |
logLevel(String logLevel)
Sets the value of
CfnApplication.MonitoringConfigurationProperty.getLogLevel() |
CfnApplication.MonitoringConfigurationProperty.Builder |
metricsLevel(String metricsLevel)
Sets the value of
CfnApplication.MonitoringConfigurationProperty.getMetricsLevel() |
@Stability(value=Stable) public CfnApplication.MonitoringConfigurationProperty.Builder configurationType(String configurationType)
CfnApplication.MonitoringConfigurationProperty.getConfigurationType()configurationType - Describes whether to use the default CloudWatch logging configuration for an application. This parameter is required.
You must set this property to CUSTOM in order to set the LogLevel or MetricsLevel parameters.this@Stability(value=Stable) public CfnApplication.MonitoringConfigurationProperty.Builder logLevel(String logLevel)
CfnApplication.MonitoringConfigurationProperty.getLogLevel()logLevel - Describes the verbosity of the CloudWatch Logs for an application.this@Stability(value=Stable) public CfnApplication.MonitoringConfigurationProperty.Builder metricsLevel(String metricsLevel)
CfnApplication.MonitoringConfigurationProperty.getMetricsLevel()metricsLevel - Describes the granularity of the CloudWatch Logs for an application.
The Parallelism level is not recommended for applications with a Parallelism over 64 due to excessive costs.this@Stability(value=Stable) public CfnApplication.MonitoringConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnApplication.MonitoringConfigurationProperty>CfnApplication.MonitoringConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.