@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:01.153Z") @Stability(value=Experimental) public interface TagCondition extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
TagCondition.Builder
A builder for
TagCondition |
static class |
TagCondition.Jsii$Proxy
An implementation for
TagCondition |
| Modifier and Type | Method and Description |
|---|---|
static TagCondition.Builder |
builder() |
String |
getKey()
(experimental) The key in a key-value pair.
|
default TagOperation |
getOperation()
(experimental) An operation that is applied to a key-value pair used to filter resources in a selection.
|
String |
getValue()
(experimental) The value in a key-value pair.
|
@Stability(value=Experimental) @NotNull String getKey()
For example, in "ec2:ResourceTag/Department": "accounting",
ec2:ResourceTag/Department is the key.
@Stability(value=Experimental) @NotNull String getValue()
For example, in "ec2:ResourceTag/Department": "accounting",
accounting is the value.
@Stability(value=Experimental) @Nullable default TagOperation getOperation()
Default: STRING_EQUALS
@Stability(value=Experimental) static TagCondition.Builder builder()
TagCondition.Builder of TagConditionCopyright © 2021. All rights reserved.