Class CloudRunServiceTemplateSpecContainersStartupProbeHttpGetOutputReference

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

      • CloudRunServiceTemplateSpecContainersStartupProbeHttpGetOutputReference

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

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

        @Stability(Stable)
        public CloudRunServiceTemplateSpecContainersStartupProbeHttpGetOutputReference​(@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

      • putHttpHeaders

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

        @Stability(Stable)
        public void resetHttpHeaders()
      • resetPath

        @Stability(Stable)
        public void resetPath()
      • resetPort

        @Stability(Stable)
        public void resetPort()
      • getHttpHeadersInput

        @Stability(Stable)
        @Nullable
        public Object getHttpHeadersInput()
      • getPathInput

        @Stability(Stable)
        @Nullable
        public String getPathInput()
      • getPortInput

        @Stability(Stable)
        @Nullable
        public Number getPortInput()
      • getPath

        @Stability(Stable)
        @NotNull
        public String getPath()
      • setPath

        @Stability(Stable)
        public void setPath​(@NotNull
                            String value)
      • getPort

        @Stability(Stable)
        @NotNull
        public Number getPort()
      • setPort

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