Class CloudRunV2ServiceTemplateContainersOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:18.003Z")
    @Stability(Stable)
    public class CloudRunV2ServiceTemplateContainersOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • CloudRunV2ServiceTemplateContainersOutputReference

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

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

        @Stability(Stable)
        public CloudRunV2ServiceTemplateContainersOutputReference​(@NotNull
                                                                  com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                                  @NotNull
                                                                  String terraformAttribute,
                                                                  @NotNull
                                                                  Number complexObjectIndex,
                                                                  @NotNull
                                                                  Boolean complexObjectIsFromSet)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
        complexObjectIndex - the index of this item in the list. This parameter is required.
        complexObjectIsFromSet - whether the list is wrapping a set (will add tolist() to be able to access an item via an index). This parameter is required.
    • Method Detail

      • putEnv

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

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

        @Stability(Stable)
        public void resetArgs()
      • resetCommand

        @Stability(Stable)
        public void resetCommand()
      • resetDependsOn

        @Stability(Stable)
        public void resetDependsOn()
      • resetEnv

        @Stability(Stable)
        public void resetEnv()
      • resetLivenessProbe

        @Stability(Stable)
        public void resetLivenessProbe()
      • resetName

        @Stability(Stable)
        public void resetName()
      • resetPorts

        @Stability(Stable)
        public void resetPorts()
      • resetResources

        @Stability(Stable)
        public void resetResources()
      • resetStartupProbe

        @Stability(Stable)
        public void resetStartupProbe()
      • resetVolumeMounts

        @Stability(Stable)
        public void resetVolumeMounts()
      • resetWorkingDir

        @Stability(Stable)
        public void resetWorkingDir()
      • getArgsInput

        @Stability(Stable)
        @Nullable
        public List<String> getArgsInput()
      • getCommandInput

        @Stability(Stable)
        @Nullable
        public List<String> getCommandInput()
      • getDependsOnInput

        @Stability(Stable)
        @Nullable
        public List<String> getDependsOnInput()
      • getEnvInput

        @Stability(Stable)
        @Nullable
        public Object getEnvInput()
      • getImageInput

        @Stability(Stable)
        @Nullable
        public String getImageInput()
      • getNameInput

        @Stability(Stable)
        @Nullable
        public String getNameInput()
      • getVolumeMountsInput

        @Stability(Stable)
        @Nullable
        public Object getVolumeMountsInput()
      • getWorkingDirInput

        @Stability(Stable)
        @Nullable
        public String getWorkingDirInput()
      • getArgs

        @Stability(Stable)
        @NotNull
        public List<String> getArgs()
      • setArgs

        @Stability(Stable)
        public void setArgs​(@NotNull
                            List<String> value)
      • getCommand

        @Stability(Stable)
        @NotNull
        public List<String> getCommand()
      • setCommand

        @Stability(Stable)
        public void setCommand​(@NotNull
                               List<String> value)
      • getDependsOn

        @Stability(Stable)
        @NotNull
        public List<String> getDependsOn()
      • setDependsOn

        @Stability(Stable)
        public void setDependsOn​(@NotNull
                                 List<String> value)
      • getImage

        @Stability(Stable)
        @NotNull
        public String getImage()
      • setImage

        @Stability(Stable)
        public void setImage​(@NotNull
                             String value)
      • getName

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

        @Stability(Stable)
        public void setName​(@NotNull
                            String value)
      • getWorkingDir

        @Stability(Stable)
        @NotNull
        public String getWorkingDir()
      • setWorkingDir

        @Stability(Stable)
        public void setWorkingDir​(@NotNull
                                  String value)
      • getInternalValue

        @Stability(Stable)
        @Nullable
        public Object getInternalValue()
      • setInternalValue

        @Stability(Stable)
        public void setInternalValue​(@Nullable
                                     com.hashicorp.cdktf.IResolvable value)