Interface CfnLoggingConfiguration.MatchPatternProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLoggingConfiguration.MatchPatternProperty.Jsii$Proxy
- Enclosing class:
CfnLoggingConfiguration
@Stability(Stable)
public static interface CfnLoggingConfiguration.MatchPatternProperty
extends software.amazon.jsii.JsiiSerializable
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.wafv2.*;
Object all;
MatchPatternProperty matchPatternProperty = MatchPatternProperty.builder()
.all(all)
.includedPaths(List.of("includedPaths"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnLoggingConfiguration.MatchPatternPropertystatic final classAn implementation forCfnLoggingConfiguration.MatchPatternProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAll
- See Also:
-
getIncludedPaths
- See Also:
-
builder
-