Interface ApphubApplicationConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
ApphubApplicationConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.498Z") @Stability(Stable) public interface ApphubApplicationConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classApphubApplicationConfig.BuilderA builder forApphubApplicationConfigstatic classApphubApplicationConfig.Jsii$ProxyAn implementation forApphubApplicationConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ApphubApplicationConfig.Builderbuilder()StringgetApplicationId()Required.default ApphubApplicationAttributesgetAttributes()attributes block.default StringgetDescription()Optional.default StringgetDisplayName()Optional.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_application#id ApphubApplication#id}.StringgetLocation()Part of 'parent'.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_application#project ApphubApplication#project}.ApphubApplicationScopegetScope()scope block.default ApphubApplicationTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getApplicationId
@Stability(Stable) @NotNull String getApplicationId()
Required. The Application identifier.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_application#application_id ApphubApplication#application_id}
-
getLocation
@Stability(Stable) @NotNull String getLocation()
Part of 'parent'. See documentation of 'projectsId'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_application#location ApphubApplication#location}
-
getScope
@Stability(Stable) @NotNull ApphubApplicationScope getScope()
scope block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_application#scope ApphubApplication#scope}
-
getAttributes
@Stability(Stable) @Nullable default ApphubApplicationAttributes getAttributes()
attributes block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_application#attributes ApphubApplication#attributes}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
Optional. User-defined description of an Application.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_application#description ApphubApplication#description}
-
getDisplayName
@Stability(Stable) @Nullable default String getDisplayName()
Optional. User-defined name for the Application.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_application#display_name ApphubApplication#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/apphub_application#id ApphubApplication#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()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_application#project ApphubApplication#project}.
-
getTimeouts
@Stability(Stable) @Nullable default ApphubApplicationTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_application#timeouts ApphubApplication#timeouts}
-
builder
@Stability(Stable) static ApphubApplicationConfig.Builder builder()
- Returns:
- a
ApphubApplicationConfig.BuilderofApphubApplicationConfig
-
-