Interface ResourcegroupsGroupResourceQuery
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ResourcegroupsGroupResourceQuery.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.677Z") @Stability(Stable) public interface ResourcegroupsGroupResourceQuery extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classResourcegroupsGroupResourceQuery.BuilderA builder forResourcegroupsGroupResourceQuerystatic classResourcegroupsGroupResourceQuery.Jsii$ProxyAn implementation forResourcegroupsGroupResourceQuery
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ResourcegroupsGroupResourceQuery.Builderbuilder()StringgetQuery()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/resourcegroups_group#query ResourcegroupsGroup#query}.default StringgetType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/resourcegroups_group#type ResourcegroupsGroup#type}.
-
-
-
Method Detail
-
getQuery
@Stability(Stable) @NotNull String getQuery()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/resourcegroups_group#query ResourcegroupsGroup#query}.
-
getType
@Stability(Stable) @Nullable default String getType()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/resourcegroups_group#type ResourcegroupsGroup#type}.
-
builder
@Stability(Stable) static ResourcegroupsGroupResourceQuery.Builder builder()
-
-