Interface AppEngineStandardAppVersionEntrypoint
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AppEngineStandardAppVersionEntrypoint.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.489Z") @Stability(Stable) public interface AppEngineStandardAppVersionEntrypoint extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAppEngineStandardAppVersionEntrypoint.BuilderA builder forAppEngineStandardAppVersionEntrypointstatic classAppEngineStandardAppVersionEntrypoint.Jsii$ProxyAn implementation forAppEngineStandardAppVersionEntrypoint
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static AppEngineStandardAppVersionEntrypoint.Builderbuilder()StringgetShell()The format should be a shell command that can be fed to bash -c.
-
-
-
Method Detail
-
getShell
@Stability(Stable) @NotNull String getShell()
The format should be a shell command that can be fed to bash -c.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_standard_app_version#shell AppEngineStandardAppVersion#shell}
-
builder
@Stability(Stable) static AppEngineStandardAppVersionEntrypoint.Builder builder()
-
-