Class CloudRunV2ServiceTemplateContainersLivenessProbeGrpcOutputReference

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

      • CloudRunV2ServiceTemplateContainersLivenessProbeGrpcOutputReference

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

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

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

      • resetPort

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

        @Stability(Stable)
        public void resetService()
      • getPortInput

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

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

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

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

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

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