Class AppEngineStandardAppVersion

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.ITerraformAddressable, com.hashicorp.cdktf.ITerraformDependable, com.hashicorp.cdktf.ITerraformResource, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:17.472Z")
    @Stability(Stable)
    public class AppEngineStandardAppVersion
    extends com.hashicorp.cdktf.TerraformResource
    Represents a {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_standard_app_version google_app_engine_standard_app_version}.
    • Field Detail

      • TF_RESOURCE_TYPE

        @Stability(Stable)
        public static final String TF_RESOURCE_TYPE
    • Constructor Detail

      • AppEngineStandardAppVersion

        protected AppEngineStandardAppVersion​(software.amazon.jsii.JsiiObjectRef objRef)
      • AppEngineStandardAppVersion

        protected AppEngineStandardAppVersion​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • AppEngineStandardAppVersion

        @Stability(Stable)
        public AppEngineStandardAppVersion​(@NotNull
                                           software.constructs.Construct scope,
                                           @NotNull
                                           String id,
                                           @NotNull
                                           AppEngineStandardAppVersionConfig config)
        Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_standard_app_version google_app_engine_standard_app_version} Resource.

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        id - The scoped construct ID. This parameter is required.
        config - This parameter is required.
    • Method Detail

      • generateConfigForImport

        @Stability(Stable)
        @NotNull
        public static com.hashicorp.cdktf.ImportableResource generateConfigForImport​(@NotNull
                                                                                     software.constructs.Construct scope,
                                                                                     @NotNull
                                                                                     String importToId,
                                                                                     @NotNull
                                                                                     String importFromId,
                                                                                     @Nullable
                                                                                     com.hashicorp.cdktf.TerraformProvider provider)
        Generates CDKTF code for importing a AppEngineStandardAppVersion resource upon running "cdktf plan ".

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        importToId - The construct id used in the generated config for the AppEngineStandardAppVersion to import. This parameter is required.
        importFromId - The id of the existing AppEngineStandardAppVersion that should be imported. This parameter is required.
        provider - ? Optional instance of the provider where the AppEngineStandardAppVersion to import is found.
      • generateConfigForImport

        @Stability(Stable)
        @NotNull
        public static com.hashicorp.cdktf.ImportableResource generateConfigForImport​(@NotNull
                                                                                     software.constructs.Construct scope,
                                                                                     @NotNull
                                                                                     String importToId,
                                                                                     @NotNull
                                                                                     String importFromId)
        Generates CDKTF code for importing a AppEngineStandardAppVersion resource upon running "cdktf plan ".

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        importToId - The construct id used in the generated config for the AppEngineStandardAppVersion to import. This parameter is required.
        importFromId - The id of the existing AppEngineStandardAppVersion that should be imported. This parameter is required.
      • putHandlers

        @Stability(Stable)
        public void putHandlers​(@NotNull
                                Object value)
        Parameters:
        value - This parameter is required.
      • putLibraries

        @Stability(Stable)
        public void putLibraries​(@NotNull
                                 Object value)
        Parameters:
        value - This parameter is required.
      • resetAppEngineApis

        @Stability(Stable)
        public void resetAppEngineApis()
      • resetAutomaticScaling

        @Stability(Stable)
        public void resetAutomaticScaling()
      • resetBasicScaling

        @Stability(Stable)
        public void resetBasicScaling()
      • resetDeleteServiceOnDestroy

        @Stability(Stable)
        public void resetDeleteServiceOnDestroy()
      • resetEnvVariables

        @Stability(Stable)
        public void resetEnvVariables()
      • resetHandlers

        @Stability(Stable)
        public void resetHandlers()
      • resetId

        @Stability(Stable)
        public void resetId()
      • resetInboundServices

        @Stability(Stable)
        public void resetInboundServices()
      • resetInstanceClass

        @Stability(Stable)
        public void resetInstanceClass()
      • resetLibraries

        @Stability(Stable)
        public void resetLibraries()
      • resetManualScaling

        @Stability(Stable)
        public void resetManualScaling()
      • resetNoopOnDestroy

        @Stability(Stable)
        public void resetNoopOnDestroy()
      • resetProject

        @Stability(Stable)
        public void resetProject()
      • resetRuntimeApiVersion

        @Stability(Stable)
        public void resetRuntimeApiVersion()
      • resetServiceAccount

        @Stability(Stable)
        public void resetServiceAccount()
      • resetThreadsafe

        @Stability(Stable)
        public void resetThreadsafe()
      • resetTimeouts

        @Stability(Stable)
        public void resetTimeouts()
      • resetVersionId

        @Stability(Stable)
        public void resetVersionId()
      • resetVpcAccessConnector

        @Stability(Stable)
        public void resetVpcAccessConnector()
      • synthesizeAttributes

        @Stability(Stable)
        @NotNull
        protected Map<String,​Object> synthesizeAttributes()
        Overrides:
        synthesizeAttributes in class com.hashicorp.cdktf.TerraformResource
      • synthesizeHclAttributes

        @Stability(Stable)
        @NotNull
        protected Map<String,​Object> synthesizeHclAttributes()
        Overrides:
        synthesizeHclAttributes in class com.hashicorp.cdktf.TerraformResource
      • getName

        @Stability(Stable)
        @NotNull
        public String getName()
      • getAppEngineApisInput

        @Stability(Stable)
        @Nullable
        public Object getAppEngineApisInput()
      • getDeleteServiceOnDestroyInput

        @Stability(Stable)
        @Nullable
        public Object getDeleteServiceOnDestroyInput()
      • getEnvVariablesInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getEnvVariablesInput()
      • getHandlersInput

        @Stability(Stable)
        @Nullable
        public Object getHandlersInput()
      • getIdInput

        @Stability(Stable)
        @Nullable
        public String getIdInput()
      • getInboundServicesInput

        @Stability(Stable)
        @Nullable
        public List<String> getInboundServicesInput()
      • getInstanceClassInput

        @Stability(Stable)
        @Nullable
        public String getInstanceClassInput()
      • getLibrariesInput

        @Stability(Stable)
        @Nullable
        public Object getLibrariesInput()
      • getNoopOnDestroyInput

        @Stability(Stable)
        @Nullable
        public Object getNoopOnDestroyInput()
      • getProjectInput

        @Stability(Stable)
        @Nullable
        public String getProjectInput()
      • getRuntimeApiVersionInput

        @Stability(Stable)
        @Nullable
        public String getRuntimeApiVersionInput()
      • getRuntimeInput

        @Stability(Stable)
        @Nullable
        public String getRuntimeInput()
      • getServiceAccountInput

        @Stability(Stable)
        @Nullable
        public String getServiceAccountInput()
      • getServiceInput

        @Stability(Stable)
        @Nullable
        public String getServiceInput()
      • getThreadsafeInput

        @Stability(Stable)
        @Nullable
        public Object getThreadsafeInput()
      • getTimeoutsInput

        @Stability(Stable)
        @Nullable
        public Object getTimeoutsInput()
      • getVersionIdInput

        @Stability(Stable)
        @Nullable
        public String getVersionIdInput()
      • getAppEngineApis

        @Stability(Stable)
        @NotNull
        public Object getAppEngineApis()
      • setAppEngineApis

        @Stability(Stable)
        public void setAppEngineApis​(@NotNull
                                     Boolean value)
      • setAppEngineApis

        @Stability(Stable)
        public void setAppEngineApis​(@NotNull
                                     com.hashicorp.cdktf.IResolvable value)
      • getDeleteServiceOnDestroy

        @Stability(Stable)
        @NotNull
        public Object getDeleteServiceOnDestroy()
      • setDeleteServiceOnDestroy

        @Stability(Stable)
        public void setDeleteServiceOnDestroy​(@NotNull
                                              Boolean value)
      • setDeleteServiceOnDestroy

        @Stability(Stable)
        public void setDeleteServiceOnDestroy​(@NotNull
                                              com.hashicorp.cdktf.IResolvable value)
      • getEnvVariables

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getEnvVariables()
      • setEnvVariables

        @Stability(Stable)
        public void setEnvVariables​(@NotNull
                                    Map<String,​String> value)
      • getId

        @Stability(Stable)
        @NotNull
        public String getId()
      • setId

        @Stability(Stable)
        public void setId​(@NotNull
                          String value)
      • getInboundServices

        @Stability(Stable)
        @NotNull
        public List<String> getInboundServices()
      • setInboundServices

        @Stability(Stable)
        public void setInboundServices​(@NotNull
                                       List<String> value)
      • getInstanceClass

        @Stability(Stable)
        @NotNull
        public String getInstanceClass()
      • setInstanceClass

        @Stability(Stable)
        public void setInstanceClass​(@NotNull
                                     String value)
      • getNoopOnDestroy

        @Stability(Stable)
        @NotNull
        public Object getNoopOnDestroy()
      • setNoopOnDestroy

        @Stability(Stable)
        public void setNoopOnDestroy​(@NotNull
                                     Boolean value)
      • setNoopOnDestroy

        @Stability(Stable)
        public void setNoopOnDestroy​(@NotNull
                                     com.hashicorp.cdktf.IResolvable value)
      • getProject

        @Stability(Stable)
        @NotNull
        public String getProject()
      • setProject

        @Stability(Stable)
        public void setProject​(@NotNull
                               String value)
      • getRuntime

        @Stability(Stable)
        @NotNull
        public String getRuntime()
      • setRuntime

        @Stability(Stable)
        public void setRuntime​(@NotNull
                               String value)
      • getRuntimeApiVersion

        @Stability(Stable)
        @NotNull
        public String getRuntimeApiVersion()
      • setRuntimeApiVersion

        @Stability(Stable)
        public void setRuntimeApiVersion​(@NotNull
                                         String value)
      • getService

        @Stability(Stable)
        @NotNull
        public String getService()
      • setService

        @Stability(Stable)
        public void setService​(@NotNull
                               String value)
      • getServiceAccount

        @Stability(Stable)
        @NotNull
        public String getServiceAccount()
      • setServiceAccount

        @Stability(Stable)
        public void setServiceAccount​(@NotNull
                                      String value)
      • getThreadsafe

        @Stability(Stable)
        @NotNull
        public Object getThreadsafe()
      • setThreadsafe

        @Stability(Stable)
        public void setThreadsafe​(@NotNull
                                  Boolean value)
      • setThreadsafe

        @Stability(Stable)
        public void setThreadsafe​(@NotNull
                                  com.hashicorp.cdktf.IResolvable value)
      • getVersionId

        @Stability(Stable)
        @NotNull
        public String getVersionId()
      • setVersionId

        @Stability(Stable)
        public void setVersionId​(@NotNull
                                 String value)