@Stability(value=Stable)
public static interface CfnFunction.S3NotificationFilterProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sam.*;
S3NotificationFilterProperty s3NotificationFilterProperty = S3NotificationFilterProperty.builder()
.s3Key(S3KeyFilterProperty.builder()
.rules(List.of(S3KeyFilterRuleProperty.builder()
.name("name")
.value("value")
.build()))
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFunction.S3NotificationFilterProperty.Builder
A builder for
CfnFunction.S3NotificationFilterProperty |
static class |
CfnFunction.S3NotificationFilterProperty.Jsii$Proxy
An implementation for
CfnFunction.S3NotificationFilterProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFunction.S3NotificationFilterProperty.Builder |
builder() |
Object |
getS3Key()
`CfnFunction.S3NotificationFilterProperty.S3Key`.
|
@Stability(value=Stable) @NotNull Object getS3Key()
@Stability(value=Stable) static CfnFunction.S3NotificationFilterProperty.Builder builder()
Copyright © 2023. All rights reserved.