@Stability(value=Stable) public static final class CfnApplicationV2.MonitoringConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApplicationV2.MonitoringConfigurationProperty>
CfnApplicationV2.MonitoringConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApplicationV2.MonitoringConfigurationProperty |
build()
Builds the configured instance.
|
CfnApplicationV2.MonitoringConfigurationProperty.Builder |
configurationType(String configurationType)
Sets the value of
CfnApplicationV2.MonitoringConfigurationProperty.getConfigurationType() |
CfnApplicationV2.MonitoringConfigurationProperty.Builder |
logLevel(String logLevel)
Sets the value of
CfnApplicationV2.MonitoringConfigurationProperty.getLogLevel() |
CfnApplicationV2.MonitoringConfigurationProperty.Builder |
metricsLevel(String metricsLevel)
Sets the value of
CfnApplicationV2.MonitoringConfigurationProperty.getMetricsLevel() |
@Stability(value=Stable) public CfnApplicationV2.MonitoringConfigurationProperty.Builder configurationType(String configurationType)
CfnApplicationV2.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 CfnApplicationV2.MonitoringConfigurationProperty.Builder logLevel(String logLevel)
CfnApplicationV2.MonitoringConfigurationProperty.getLogLevel()logLevel - Describes the verbosity of the CloudWatch Logs for an application.this@Stability(value=Stable) public CfnApplicationV2.MonitoringConfigurationProperty.Builder metricsLevel(String metricsLevel)
CfnApplicationV2.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 CfnApplicationV2.MonitoringConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnApplicationV2.MonitoringConfigurationProperty>CfnApplicationV2.MonitoringConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.