Class FirestoreIndexFieldsOutputReference

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

      • FirestoreIndexFieldsOutputReference

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

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

        @Stability(Stable)
        public FirestoreIndexFieldsOutputReference​(@NotNull
                                                   com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                   @NotNull
                                                   String terraformAttribute,
                                                   @NotNull
                                                   Number complexObjectIndex,
                                                   @NotNull
                                                   Boolean complexObjectIsFromSet)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
        complexObjectIndex - the index of this item in the list. This parameter is required.
        complexObjectIsFromSet - whether the list is wrapping a set (will add tolist() to be able to access an item via an index). This parameter is required.
    • Method Detail

      • putVectorConfig

        @Stability(Stable)
        public void putVectorConfig​(@NotNull
                                    FirestoreIndexFieldsVectorConfig value)
        Parameters:
        value - This parameter is required.
      • resetArrayConfig

        @Stability(Stable)
        public void resetArrayConfig()
      • resetFieldPath

        @Stability(Stable)
        public void resetFieldPath()
      • resetOrder

        @Stability(Stable)
        public void resetOrder()
      • resetVectorConfig

        @Stability(Stable)
        public void resetVectorConfig()
      • getArrayConfigInput

        @Stability(Stable)
        @Nullable
        public String getArrayConfigInput()
      • getFieldPathInput

        @Stability(Stable)
        @Nullable
        public String getFieldPathInput()
      • getOrderInput

        @Stability(Stable)
        @Nullable
        public String getOrderInput()
      • getArrayConfig

        @Stability(Stable)
        @NotNull
        public String getArrayConfig()
      • setArrayConfig

        @Stability(Stable)
        public void setArrayConfig​(@NotNull
                                   String value)
      • getFieldPath

        @Stability(Stable)
        @NotNull
        public String getFieldPath()
      • setFieldPath

        @Stability(Stable)
        public void setFieldPath​(@NotNull
                                 String value)
      • getOrder

        @Stability(Stable)
        @NotNull
        public String getOrder()
      • setOrder

        @Stability(Stable)
        public void setOrder​(@NotNull
                             String value)
      • getInternalValue

        @Stability(Stable)
        @Nullable
        public Object getInternalValue()
      • setInternalValue

        @Stability(Stable)
        public void setInternalValue​(@Nullable
                                     com.hashicorp.cdktf.IResolvable value)
      • setInternalValue

        @Stability(Stable)
        public void setInternalValue​(@Nullable
                                     FirestoreIndexFields value)