Interface ApikeysKeyConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
ApikeysKeyConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.410Z") @Stability(Stable) public interface ApikeysKeyConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classApikeysKeyConfig.BuilderA builder forApikeysKeyConfigstatic classApikeysKeyConfig.Jsii$ProxyAn implementation forApikeysKeyConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ApikeysKeyConfig.Builderbuilder()default StringgetDisplayName()Human-readable display name of this API key.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apikeys_key#id ApikeysKey#id}.StringgetName()The resource name of the key.default StringgetProject()The project for the resource.default ApikeysKeyRestrictionsgetRestrictions()restrictions block.default ApikeysKeyTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
The resource name of the key.The name must be unique within the project, must conform with RFC-1034, is restricted to lower-cased letters, and has a maximum length of 63 characters. In another word, the name must match the regular expression: `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apikeys_key#name ApikeysKey#name}
-
getDisplayName
@Stability(Stable) @Nullable default String getDisplayName()
Human-readable display name of this API key. Modifiable by user.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apikeys_key#display_name ApikeysKey#display_name}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apikeys_key#id ApikeysKey#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.
-
getProject
@Stability(Stable) @Nullable default String getProject()
The project for the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apikeys_key#project ApikeysKey#project}
-
getRestrictions
@Stability(Stable) @Nullable default ApikeysKeyRestrictions getRestrictions()
restrictions block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apikeys_key#restrictions ApikeysKey#restrictions}
-
getTimeouts
@Stability(Stable) @Nullable default ApikeysKeyTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apikeys_key#timeouts ApikeysKey#timeouts}
-
builder
@Stability(Stable) static ApikeysKeyConfig.Builder builder()
- Returns:
- a
ApikeysKeyConfig.BuilderofApikeysKeyConfig
-
-