Interface CfnBucket.FilterAndOperatorProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBucket.FilterAndOperatorProperty.Jsii$Proxy
- Enclosing class:
CfnBucket
@Stability(Stable)
public static interface CfnBucket.FilterAndOperatorProperty
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.s3outposts.*;
FilterAndOperatorProperty filterAndOperatorProperty = FilterAndOperatorProperty.builder()
.tags(List.of(FilterTagProperty.builder()
.key("key")
.value("value")
.build()))
// the properties below are optional
.prefix("prefix")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnBucket.FilterAndOperatorPropertystatic final classAn implementation forCfnBucket.FilterAndOperatorProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTags
All of these tags must exist in the object's tag set in order for the rule to apply.- See Also:
-
getPrefix
Prefix identifies one or more objects to which the rule applies.- See Also:
-
builder
-