Interface TagsTagKeyConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
TagsTagKeyConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.902Z") @Stability(Stable) public interface TagsTagKeyConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTagsTagKeyConfig.BuilderA builder forTagsTagKeyConfigstatic classTagsTagKeyConfig.Jsii$ProxyAn implementation forTagsTagKeyConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static TagsTagKeyConfig.Builderbuilder()default StringgetDescription()User-assigned description of the TagKey.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/tags_tag_key#id TagsTagKey#id}.StringgetParent()Input only.default StringgetPurpose()Optional.default Map<String,String>getPurposeData()Optional.StringgetShortName()Input only.default TagsTagKeyTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getParent
@Stability(Stable) @NotNull String getParent()
Input only. The resource name of the new TagKey's parent. Must be of the form organizations/{org_id} or projects/{project_id_or_number}.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/tags_tag_key#parent TagsTagKey#parent}
-
getShortName
@Stability(Stable) @NotNull String getShortName()
Input only.The user friendly name for a TagKey. The short name should be unique for TagKeys within the same tag namespace. The short name must be 1-63 characters, beginning and ending with an alphanumeric character ([a-z0-9A-Z]) with dashes (-), underscores (_), dots (.), and alphanumerics between. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/tags_tag_key#short_name TagsTagKey#short_name}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
User-assigned description of the TagKey. Must not exceed 256 characters.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/tags_tag_key#description TagsTagKey#description}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/tags_tag_key#id TagsTagKey#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getPurpose
@Stability(Stable) @Nullable default String getPurpose()
Optional. A purpose cannot be changed once set.A purpose denotes that this Tag is intended for use in policies of a specific policy engine, and will involve that policy engine in management operations involving this Tag. Possible values: ["GCE_FIREWALL"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/tags_tag_key#purpose TagsTagKey#purpose}
-
getPurposeData
@Stability(Stable) @Nullable default Map<String,String> getPurposeData()
Optional. Purpose data cannot be changed once set.Purpose data corresponds to the policy system that the tag is intended for. For example, the GCE_FIREWALL purpose expects data in the following format: 'network = "
/ "'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/tags_tag_key#purpose_data TagsTagKey#purpose_data}
-
getTimeouts
@Stability(Stable) @Nullable default TagsTagKeyTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/tags_tag_key#timeouts TagsTagKey#timeouts}
-
builder
@Stability(Stable) static TagsTagKeyConfig.Builder builder()
- Returns:
- a
TagsTagKeyConfig.BuilderofTagsTagKeyConfig
-
-