@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:38.347Z") @Stability(value=Experimental) public interface StringConditions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
StringConditions.Builder
A builder for
StringConditions |
static class |
StringConditions.Jsii$Proxy
An implementation for
StringConditions |
| Modifier and Type | Method and Description |
|---|---|
static StringConditions.Builder |
builder() |
default List<String> |
getAllowlist()
(experimental) Match one or more values.
|
default List<String> |
getDenylist()
(experimental) Match any value that doesn't include any of the specified values.
|
default List<String> |
getMatchPrefixes()
(experimental) Matches values that begins with the specified prefixes.
|
@Stability(value=Experimental) @Nullable default List<String> getAllowlist()
Default: - None
@Stability(value=Experimental) @Nullable default List<String> getDenylist()
Default: - None
@Stability(value=Experimental) @Nullable default List<String> getMatchPrefixes()
Default: - None
@Stability(value=Experimental) static StringConditions.Builder builder()
StringConditions.Builder of StringConditionsCopyright © 2021. All rights reserved.