Interface DataGoogleTagsTagKeyConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
DataGoogleTagsTagKeyConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.254Z") @Stability(Stable) public interface DataGoogleTagsTagKeyConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataGoogleTagsTagKeyConfig.BuilderA builder forDataGoogleTagsTagKeyConfigstatic classDataGoogleTagsTagKeyConfig.Jsii$ProxyAn implementation forDataGoogleTagsTagKeyConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DataGoogleTagsTagKeyConfig.Builderbuilder()StringgetParent()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/tags_tag_key#parent DataGoogleTagsTagKey#parent}.StringgetShortName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/tags_tag_key#short_name DataGoogleTagsTagKey#short_name}.
-
-
-
Method Detail
-
getParent
@Stability(Stable) @NotNull String getParent()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/tags_tag_key#parent DataGoogleTagsTagKey#parent}.
-
getShortName
@Stability(Stable) @NotNull String getShortName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/tags_tag_key#short_name DataGoogleTagsTagKey#short_name}.
-
builder
@Stability(Stable) static DataGoogleTagsTagKeyConfig.Builder builder()
- Returns:
- a
DataGoogleTagsTagKeyConfig.BuilderofDataGoogleTagsTagKeyConfig
-
-