Class ComputeRegionNetworkEndpointGroupCloudRunOutputReference

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

      • ComputeRegionNetworkEndpointGroupCloudRunOutputReference

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

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

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

      • resetService

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

        @Stability(Stable)
        public void resetTag()
      • resetUrlMask

        @Stability(Stable)
        public void resetUrlMask()
      • getServiceInput

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

        @Stability(Stable)
        @Nullable
        public String getTagInput()
      • getUrlMaskInput

        @Stability(Stable)
        @Nullable
        public String getUrlMaskInput()
      • getService

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

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

        @Stability(Stable)
        @NotNull
        public String getTag()
      • setTag

        @Stability(Stable)
        public void setTag​(@NotNull
                           String value)
      • getUrlMask

        @Stability(Stable)
        @NotNull
        public String getUrlMask()
      • setUrlMask

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