Interface ApphubWorkloadConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
ApphubWorkloadConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.519Z") @Stability(Stable) public interface ApphubWorkloadConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classApphubWorkloadConfig.BuilderA builder forApphubWorkloadConfigstatic classApphubWorkloadConfig.Jsii$ProxyAn implementation forApphubWorkloadConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ApphubWorkloadConfig.Builderbuilder()StringgetApplicationId()Part of 'parent'.default ApphubWorkloadAttributesgetAttributes()attributes block.default StringgetDescription()User-defined description of a Workload.StringgetDiscoveredWorkload()Immutable.default StringgetDisplayName()User-defined name for the Workload.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_workload#id ApphubWorkload#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_workload#project ApphubWorkload#project}.default ApphubWorkloadTimeoutsgetTimeouts()timeouts block.StringgetWorkloadId()The Workload identifier.
-
-
-
Method Detail
-
getApplicationId
@Stability(Stable) @NotNull String getApplicationId()
Part of 'parent'. Full resource name of a parent Application. Example: projects/{HOST_PROJECT_ID}/locations/{LOCATION}/applications/{APPLICATION_ID}.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_workload#application_id ApphubWorkload#application_id}
-
getDiscoveredWorkload
@Stability(Stable) @NotNull String getDiscoveredWorkload()
Immutable. The resource name of the original discovered workload.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_workload#discovered_workload ApphubWorkload#discovered_workload}
-
getLocation
@Stability(Stable) @NotNull String getLocation()
Part of 'parent'. Full resource name of a parent Application. Example: projects/{HOST_PROJECT_ID}/locations/{LOCATION}/applications/{APPLICATION_ID}.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_workload#location ApphubWorkload#location}
-
getWorkloadId
@Stability(Stable) @NotNull String getWorkloadId()
The Workload identifier.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_workload#workload_id ApphubWorkload#workload_id}
-
getAttributes
@Stability(Stable) @Nullable default ApphubWorkloadAttributes getAttributes()
attributes block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_workload#attributes ApphubWorkload#attributes}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
User-defined description of a Workload.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_workload#description ApphubWorkload#description}
-
getDisplayName
@Stability(Stable) @Nullable default String getDisplayName()
User-defined name for the Workload.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_workload#display_name ApphubWorkload#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_workload#id ApphubWorkload#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_workload#project ApphubWorkload#project}.
-
getTimeouts
@Stability(Stable) @Nullable default ApphubWorkloadTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_workload#timeouts ApphubWorkload#timeouts}
-
builder
@Stability(Stable) static ApphubWorkloadConfig.Builder builder()
- Returns:
- a
ApphubWorkloadConfig.BuilderofApphubWorkloadConfig
-
-