@Stability(value=Stable)
public static interface CfnEventSourceMapping.FilterProperty
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.lambda.*;
FilterProperty filterProperty = FilterProperty.builder()
.pattern("pattern")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEventSourceMapping.FilterProperty.Builder
A builder for
CfnEventSourceMapping.FilterProperty |
static class |
CfnEventSourceMapping.FilterProperty.Jsii$Proxy
An implementation for
CfnEventSourceMapping.FilterProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEventSourceMapping.FilterProperty.Builder |
builder() |
default String |
getPattern()
A filter pattern.
|
@Stability(value=Stable) @Nullable default String getPattern()
For more information on the syntax of a filter pattern, see Filter rule syntax .
@Stability(value=Stable) static CfnEventSourceMapping.FilterProperty.Builder builder()
Copyright © 2023. All rights reserved.