Class CloudRunV2ServiceTemplateContainersLivenessProbeHttpGetOutputReference

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

      • CloudRunV2ServiceTemplateContainersLivenessProbeHttpGetOutputReference

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

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

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