Interface CfnWorkspace.LoggingFilterProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnWorkspace.LoggingFilterProperty.Jsii$Proxy
- Enclosing class:
CfnWorkspace
@Stability(Stable)
public static interface CfnWorkspace.LoggingFilterProperty
extends software.amazon.jsii.JsiiSerializable
Filtering criteria that determine which queries are logged.
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.*;
LoggingFilterProperty loggingFilterProperty = LoggingFilterProperty.builder()
.qspThreshold(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWorkspace.LoggingFilterPropertystatic final classAn implementation forCfnWorkspace.LoggingFilterProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The Query Samples Processed (QSP) threshold above which queries will be logged.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getQspThreshold
The Query Samples Processed (QSP) threshold above which queries will be logged.Queries processing more samples than this threshold will be captured in logs.
- See Also:
-
builder
-