Uses of Interface
software.amazon.awscdk.services.resourcegroups.CfnGroup.ResourceQueryProperty
Package
Description
AWS::ResourceGroups Construct Library
-
Uses of CfnGroup.ResourceQueryProperty in software.amazon.awscdk.services.resourcegroups
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnGroup.ResourceQueryProperty
Modifier and TypeMethodDescriptionCfnGroup.ResourceQueryProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnGroup.Builder.resourceQuery
(CfnGroup.ResourceQueryProperty resourceQuery) The resource query structure that is used to dynamically determine which AWS resources are members of the associated resource group.CfnGroupProps.Builder.resourceQuery
(CfnGroup.ResourceQueryProperty resourceQuery) Sets the value ofCfnGroupProps.getResourceQuery()
void
CfnGroup.setResourceQuery
(CfnGroup.ResourceQueryProperty value) The resource query structure that is used to dynamically determine which AWS resources are members of the associated resource group.