Interface WorkbenchInstanceGceSetupContainerImage
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
WorkbenchInstanceGceSetupContainerImage.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:23.042Z") @Stability(Stable) public interface WorkbenchInstanceGceSetupContainerImage extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classWorkbenchInstanceGceSetupContainerImage.BuilderA builder forWorkbenchInstanceGceSetupContainerImagestatic classWorkbenchInstanceGceSetupContainerImage.Jsii$ProxyAn implementation forWorkbenchInstanceGceSetupContainerImage
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static WorkbenchInstanceGceSetupContainerImage.Builderbuilder()StringgetRepository()The path to the container image repository.default StringgetTag()The tag of the container image.
-
-
-
Method Detail
-
getRepository
@Stability(Stable) @NotNull String getRepository()
The path to the container image repository. For example: gcr.io/{project_id}/{imageName}.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/workbench_instance#repository WorkbenchInstance#repository}
-
getTag
@Stability(Stable) @Nullable default String getTag()
The tag of the container image. If not specified, this defaults to the latest tag.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/workbench_instance#tag WorkbenchInstance#tag}
-
builder
@Stability(Stable) static WorkbenchInstanceGceSetupContainerImage.Builder builder()
-
-