@Stability(value=Stable)
public static interface CfnBucket.FilterRuleProperty
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.s3.*;
FilterRuleProperty filterRuleProperty = FilterRuleProperty.builder()
.name("name")
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBucket.FilterRuleProperty.Builder
A builder for
CfnBucket.FilterRuleProperty |
static class |
CfnBucket.FilterRuleProperty.Jsii$Proxy
An implementation for
CfnBucket.FilterRuleProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBucket.FilterRuleProperty.Builder |
builder() |
String |
getName()
The object key name prefix or suffix identifying one or more objects to which the filtering rule applies.
|
String |
getValue()
The value that the filter searches for in object key names.
|
@Stability(value=Stable) @NotNull String getName()
The maximum length is 1,024 characters. Overlapping prefixes and suffixes are not supported. For more information, see Configuring Event Notifications in the Amazon S3 User Guide .
@Stability(value=Stable) @NotNull String getValue()
@Stability(value=Stable) static CfnBucket.FilterRuleProperty.Builder builder()
Copyright © 2022. All rights reserved.