Class AppEngineFlexibleAppVersionDeploymentCloudBuildOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.app_engine_flexible_app_version.AppEngineFlexibleAppVersionDeploymentCloudBuildOptions.Jsii$Proxy
-
- All Implemented Interfaces:
AppEngineFlexibleAppVersionDeploymentCloudBuildOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AppEngineFlexibleAppVersionDeploymentCloudBuildOptions
@Stability(Stable) @Internal public static final class AppEngineFlexibleAppVersionDeploymentCloudBuildOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AppEngineFlexibleAppVersionDeploymentCloudBuildOptions
An implementation forAppEngineFlexibleAppVersionDeploymentCloudBuildOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.app_engine_flexible_app_version.AppEngineFlexibleAppVersionDeploymentCloudBuildOptions
AppEngineFlexibleAppVersionDeploymentCloudBuildOptions.Builder, AppEngineFlexibleAppVersionDeploymentCloudBuildOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(AppEngineFlexibleAppVersionDeploymentCloudBuildOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theAppEngineFlexibleAppVersionDeploymentCloudBuildOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetAppYamlPath()Path to the yaml file used in deployment, used to determine runtime configuration details.StringgetCloudBuildTimeout()The Cloud Build timeout used as part of any dependent builds performed by version creation.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(AppEngineFlexibleAppVersionDeploymentCloudBuildOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theAppEngineFlexibleAppVersionDeploymentCloudBuildOptions.Builder.
-
-
Method Detail
-
getAppYamlPath
public final String getAppYamlPath()
Description copied from interface:AppEngineFlexibleAppVersionDeploymentCloudBuildOptionsPath to the yaml file used in deployment, used to determine runtime configuration details.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_flexible_app_version#app_yaml_path AppEngineFlexibleAppVersion#app_yaml_path}
- Specified by:
getAppYamlPathin interfaceAppEngineFlexibleAppVersionDeploymentCloudBuildOptions
-
getCloudBuildTimeout
public final String getCloudBuildTimeout()
Description copied from interface:AppEngineFlexibleAppVersionDeploymentCloudBuildOptionsThe Cloud Build timeout used as part of any dependent builds performed by version creation. Defaults to 10 minutes.A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_flexible_app_version#cloud_build_timeout AppEngineFlexibleAppVersion#cloud_build_timeout}
- Specified by:
getCloudBuildTimeoutin interfaceAppEngineFlexibleAppVersionDeploymentCloudBuildOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-