@Stability(value=Stable) public static final class CfnEnvironment.ModuleLoggingConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnEnvironment.ModuleLoggingConfigurationProperty>
CfnEnvironment.ModuleLoggingConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnEnvironment.ModuleLoggingConfigurationProperty |
build()
Builds the configured instance.
|
CfnEnvironment.ModuleLoggingConfigurationProperty.Builder |
cloudWatchLogGroupArn(String cloudWatchLogGroupArn)
|
CfnEnvironment.ModuleLoggingConfigurationProperty.Builder |
enabled(Boolean enabled)
Sets the value of
CfnEnvironment.ModuleLoggingConfigurationProperty.getEnabled() |
CfnEnvironment.ModuleLoggingConfigurationProperty.Builder |
enabled(IResolvable enabled)
Sets the value of
CfnEnvironment.ModuleLoggingConfigurationProperty.getEnabled() |
CfnEnvironment.ModuleLoggingConfigurationProperty.Builder |
logLevel(String logLevel)
Sets the value of
CfnEnvironment.ModuleLoggingConfigurationProperty.getLogLevel() |
@Stability(value=Stable) public CfnEnvironment.ModuleLoggingConfigurationProperty.Builder cloudWatchLogGroupArn(String cloudWatchLogGroupArn)
cloudWatchLogGroupArn - The ARN of the CloudWatch Logs log group for each type of Apache Airflow log type that you have enabled.
CloudWatchLogGroupArnis available only as a return value, accessible when specified as an attribute in theFn:GetAttintrinsic function. Any value you provide forCloudWatchLogGroupArnis discarded by Amazon MWAA.
this@Stability(value=Stable) public CfnEnvironment.ModuleLoggingConfigurationProperty.Builder enabled(Boolean enabled)
CfnEnvironment.ModuleLoggingConfigurationProperty.getEnabled()enabled - Indicates whether to enable the Apache Airflow log type (e.g. `DagProcessingLogs` ) in CloudWatch Logs.this@Stability(value=Stable) public CfnEnvironment.ModuleLoggingConfigurationProperty.Builder enabled(IResolvable enabled)
CfnEnvironment.ModuleLoggingConfigurationProperty.getEnabled()enabled - Indicates whether to enable the Apache Airflow log type (e.g. `DagProcessingLogs` ) in CloudWatch Logs.this@Stability(value=Stable) public CfnEnvironment.ModuleLoggingConfigurationProperty.Builder logLevel(String logLevel)
CfnEnvironment.ModuleLoggingConfigurationProperty.getLogLevel()logLevel - Defines the Apache Airflow logs to send for the log type (e.g. `DagProcessingLogs` ) to CloudWatch Logs. Valid values: `CRITICAL` , `ERROR` , `WARNING` , `INFO` .this@Stability(value=Stable) public CfnEnvironment.ModuleLoggingConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnEnvironment.ModuleLoggingConfigurationProperty>CfnEnvironment.ModuleLoggingConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.