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: