Interface CfnWorkspace.LoggingConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnWorkspace.LoggingConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnWorkspace
@Stability(Stable)
public static interface CfnWorkspace.LoggingConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Contains information about the rules and alerting logging configuration for the workspace.
These logging configurations are only for rules and alerting logs.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.aps.*;
LoggingConfigurationProperty loggingConfigurationProperty = LoggingConfigurationProperty.builder()
.logGroupArn("logGroupArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWorkspace.LoggingConfigurationPropertystatic final classAn implementation forCfnWorkspace.LoggingConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLogGroupArn
The ARN of the CloudWatch log group to which the vended log data will be published.This log group must exist prior to calling this operation.
- See Also:
-
builder
-