Class CloudRunServiceTemplateMetadataOutputReference

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

      • CloudRunServiceTemplateMetadataOutputReference

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

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

        @Stability(Stable)
        public CloudRunServiceTemplateMetadataOutputReference​(@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()
      • resetName

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

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

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

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

        @Stability(Stable)
        @NotNull
        public String getSelfLink()
      • 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()
      • getNameInput

        @Stability(Stable)
        @Nullable
        public String getNameInput()
      • 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)
      • getName

        @Stability(Stable)
        @NotNull
        public String getName()
      • setName

        @Stability(Stable)
        public void setName​(@NotNull
                            String value)
      • getNamespace

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

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