public static interface CfnBucket.FilterRuleProperty
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() |
java.lang.String |
getName()
The object key name prefix or suffix identifying one or more objects to which the filtering rule applies.
|
java.lang.String |
getValue()
The value that the filter searches for in object key names.
|
java.lang.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 .
java.lang.String getValue()
static CfnBucket.FilterRuleProperty.Builder builder()