Class CloudRunServiceMetadataOutputReference

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

      • CloudRunServiceMetadataOutputReference

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

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

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

      • resetAnnotations

        @Stability(Stable)
        public void resetAnnotations()
      • resetLabels

        @Stability(Stable)
        public void resetLabels()
      • resetNamespace

        @Stability(Stable)
        public void resetNamespace()
      • getEffectiveAnnotations

        @Stability(Stable)
        @NotNull
        public com.hashicorp.cdktf.StringMap getEffectiveAnnotations()
      • getEffectiveLabels

        @Stability(Stable)
        @NotNull
        public com.hashicorp.cdktf.StringMap getEffectiveLabels()
      • getGeneration

        @Stability(Stable)
        @NotNull
        public Number getGeneration()
      • getResourceVersion

        @Stability(Stable)
        @NotNull
        public String getResourceVersion()
      • getSelfLink

        @Stability(Stable)
        @NotNull
        public String getSelfLink()
      • getTerraformLabels

        @Stability(Stable)
        @NotNull
        public com.hashicorp.cdktf.StringMap getTerraformLabels()
      • getUid

        @Stability(Stable)
        @NotNull
        public String getUid()
      • getAnnotationsInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getAnnotationsInput()
      • getLabelsInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getLabelsInput()
      • getNamespaceInput

        @Stability(Stable)
        @Nullable
        public String getNamespaceInput()
      • getAnnotations

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getAnnotations()
      • setAnnotations

        @Stability(Stable)
        public void setAnnotations​(@NotNull
                                   Map<String,​String> value)
      • getLabels

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getLabels()
      • setLabels

        @Stability(Stable)
        public void setLabels​(@NotNull
                              Map<String,​String> value)
      • getNamespace

        @Stability(Stable)
        @NotNull
        public String getNamespace()
      • setNamespace

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