Interface ApphubServiceConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
ApphubServiceConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.505Z") @Stability(Stable) public interface ApphubServiceConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classApphubServiceConfig.BuilderA builder forApphubServiceConfigstatic classApphubServiceConfig.Jsii$ProxyAn implementation forApphubServiceConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ApphubServiceConfig.Builderbuilder()StringgetApplicationId()Part of 'parent'.default ApphubServiceAttributesgetAttributes()attributes block.default StringgetDescription()User-defined description of a Service.StringgetDiscoveredService()Immutable.default StringgetDisplayName()User-defined name for the Service.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_service#id ApphubService#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_service#project ApphubService#project}.StringgetServiceId()The Service identifier.default ApphubServiceTimeoutsgetTimeouts()timeouts block.
-
-
-
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_service#application_id ApphubService#application_id}
-
getDiscoveredService
@Stability(Stable) @NotNull String getDiscoveredService()
Immutable. The resource name of the original discovered service.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_service#discovered_service ApphubService#discovered_service}
-
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_service#location ApphubService#location}
-
getServiceId
@Stability(Stable) @NotNull String getServiceId()
The Service identifier.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_service#service_id ApphubService#service_id}
-
getAttributes
@Stability(Stable) @Nullable default ApphubServiceAttributes getAttributes()
attributes block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_service#attributes ApphubService#attributes}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
User-defined description of a Service.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_service#description ApphubService#description}
-
getDisplayName
@Stability(Stable) @Nullable default String getDisplayName()
User-defined name for the Service.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_service#display_name ApphubService#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_service#id ApphubService#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_service#project ApphubService#project}.
-
getTimeouts
@Stability(Stable) @Nullable default ApphubServiceTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_service#timeouts ApphubService#timeouts}
-
builder
@Stability(Stable) static ApphubServiceConfig.Builder builder()
- Returns:
- a
ApphubServiceConfig.BuilderofApphubServiceConfig
-
-