Class CloudRunServiceTemplateSpecOutputReference

  • 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:17.953Z")
    @Stability(Stable)
    public class CloudRunServiceTemplateSpecOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • CloudRunServiceTemplateSpecOutputReference

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

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

        @Stability(Stable)
        public CloudRunServiceTemplateSpecOutputReference​(@NotNull
                                                          com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                          @NotNull
                                                          String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • putContainers

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

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

        @Stability(Stable)
        public void resetContainerConcurrency()
      • resetContainers

        @Stability(Stable)
        public void resetContainers()
      • resetServiceAccountName

        @Stability(Stable)
        public void resetServiceAccountName()
      • resetTimeoutSeconds

        @Stability(Stable)
        public void resetTimeoutSeconds()
      • resetVolumes

        @Stability(Stable)
        public void resetVolumes()
      • getServingState

        @Stability(Stable)
        @NotNull
        public String getServingState()
      • getContainerConcurrencyInput

        @Stability(Stable)
        @Nullable
        public Number getContainerConcurrencyInput()
      • getContainersInput

        @Stability(Stable)
        @Nullable
        public Object getContainersInput()
      • getServiceAccountNameInput

        @Stability(Stable)
        @Nullable
        public String getServiceAccountNameInput()
      • getTimeoutSecondsInput

        @Stability(Stable)
        @Nullable
        public Number getTimeoutSecondsInput()
      • getVolumesInput

        @Stability(Stable)
        @Nullable
        public Object getVolumesInput()
      • getContainerConcurrency

        @Stability(Stable)
        @NotNull
        public Number getContainerConcurrency()
      • setContainerConcurrency

        @Stability(Stable)
        public void setContainerConcurrency​(@NotNull
                                            Number value)
      • getServiceAccountName

        @Stability(Stable)
        @NotNull
        public String getServiceAccountName()
      • setServiceAccountName

        @Stability(Stable)
        public void setServiceAccountName​(@NotNull
                                          String value)
      • getTimeoutSeconds

        @Stability(Stable)
        @NotNull
        public Number getTimeoutSeconds()
      • setTimeoutSeconds

        @Stability(Stable)
        public void setTimeoutSeconds​(@NotNull
                                      Number value)