Interface ResourcegroupsGroupConfiguration
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ResourcegroupsGroupConfiguration.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.677Z") @Stability(Stable) public interface ResourcegroupsGroupConfiguration extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classResourcegroupsGroupConfiguration.BuilderA builder forResourcegroupsGroupConfigurationstatic classResourcegroupsGroupConfiguration.Jsii$ProxyAn implementation forResourcegroupsGroupConfiguration
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ResourcegroupsGroupConfiguration.Builderbuilder()default ObjectgetParameters()parameters block.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
-
getType
@Stability(Stable) @NotNull String getType()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/resourcegroups_group#type ResourcegroupsGroup#type}.
-
getParameters
@Stability(Stable) @Nullable default Object getParameters()
parameters block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/resourcegroups_group#parameters ResourcegroupsGroup#parameters}
-
builder
@Stability(Stable) static ResourcegroupsGroupConfiguration.Builder builder()
-
-