@Stability(value=Stable)
public static interface CfnGroup.TagFilterProperty
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.resourcegroups.*;
TagFilterProperty tagFilterProperty = TagFilterProperty.builder()
.key("key")
.values(List.of("values"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnGroup.TagFilterProperty.Builder
A builder for
CfnGroup.TagFilterProperty |
static class |
CfnGroup.TagFilterProperty.Jsii$Proxy
An implementation for
CfnGroup.TagFilterProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnGroup.TagFilterProperty.Builder |
builder() |
default String |
getKey()
`CfnGroup.TagFilterProperty.Key`.
|
default List<String> |
getValues()
`CfnGroup.TagFilterProperty.Values`.
|
@Stability(value=Stable) @Nullable default String getKey()
@Stability(value=Stable) @Nullable default List<String> getValues()
@Stability(value=Stable) static CfnGroup.TagFilterProperty.Builder builder()
CfnGroup.TagFilterProperty.Builder of CfnGroup.TagFilterPropertyCopyright © 2021. All rights reserved.