@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.703Z") @Stability(value=Stable) public interface ColumnRestriction 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.logs.*;
ColumnRestriction columnRestriction = ColumnRestriction.builder()
.comparison("comparison")
// the properties below are optional
.numberValue(123)
.stringValue("stringValue")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
ColumnRestriction.Builder
A builder for
ColumnRestriction |
static class |
ColumnRestriction.Jsii$Proxy
An implementation for
ColumnRestriction |
| Modifier and Type | Method and Description |
|---|---|
static ColumnRestriction.Builder |
builder() |
String |
getComparison()
Comparison operator to use.
|
default Number |
getNumberValue()
Number value to compare to.
|
default String |
getStringValue()
String value to compare to.
|
@Stability(value=Stable) @NotNull String getComparison()
@Stability(value=Stable) @Nullable default Number getNumberValue()
Exactly one of 'stringValue' and 'numberValue' must be set.
@Stability(value=Stable) @Nullable default String getStringValue()
Exactly one of 'stringValue' and 'numberValue' must be set.
@Stability(value=Stable) static ColumnRestriction.Builder builder()
ColumnRestriction.Builder of ColumnRestrictionCopyright © 2022. All rights reserved.