Class CloudRunServiceTemplateSpecContainersLivenessProbeGrpcOutputReference

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

      • CloudRunServiceTemplateSpecContainersLivenessProbeGrpcOutputReference

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

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

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