@Stability(value=Stable)
public static interface CfnGroup.ResourceQueryProperty
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.*;
ResourceQueryProperty resourceQueryProperty = ResourceQueryProperty.builder()
.query(QueryProperty.builder()
.resourceTypeFilters(List.of("resourceTypeFilters"))
.stackIdentifier("stackIdentifier")
.tagFilters(List.of(TagFilterProperty.builder()
.key("key")
.values(List.of("values"))
.build()))
.build())
.type("type")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnGroup.ResourceQueryProperty.Builder
A builder for
CfnGroup.ResourceQueryProperty |
static class |
CfnGroup.ResourceQueryProperty.Jsii$Proxy
An implementation for
CfnGroup.ResourceQueryProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnGroup.ResourceQueryProperty.Builder |
builder() |
default Object |
getQuery()
`CfnGroup.ResourceQueryProperty.Query`.
|
default String |
getType()
`CfnGroup.ResourceQueryProperty.Type`.
|
@Stability(value=Stable) @Nullable default Object getQuery()
@Stability(value=Stable) @Nullable default String getType()
@Stability(value=Stable) static CfnGroup.ResourceQueryProperty.Builder builder()
Copyright © 2021. All rights reserved.