Interface VertexAiFeaturestoreConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    All Known Implementing Classes:
    VertexAiFeaturestoreConfig.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:22.958Z")
    @Stability(Stable)
    public interface VertexAiFeaturestoreConfig
    extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    • Method Detail

      • getEncryptionSpec

        @Stability(Stable)
        @Nullable
        default VertexAiFeaturestoreEncryptionSpec getEncryptionSpec()
        encryption_spec block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_featurestore#encryption_spec VertexAiFeaturestore#encryption_spec}

      • getForceDestroy

        @Stability(Stable)
        @Nullable
        default Object getForceDestroy()
        If set to true, any EntityTypes and Features for this Featurestore will also be deleted.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_featurestore#force_destroy VertexAiFeaturestore#force_destroy}

      • getId

        @Stability(Stable)
        @Nullable
        default String getId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_featurestore#id VertexAiFeaturestore#id}.

        Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.

      • getLabels

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getLabels()
        A set of key/value label pairs to assign to this Featurestore.

        **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_featurestore#labels VertexAiFeaturestore#labels}

      • getName

        @Stability(Stable)
        @Nullable
        default String getName()
        The name of the Featurestore.

        This value may be up to 60 characters, and valid characters are [a-z0-9_]. The first character cannot be a number. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_featurestore#name VertexAiFeaturestore#name}

      • getOnlineServingConfig

        @Stability(Stable)
        @Nullable
        default VertexAiFeaturestoreOnlineServingConfig getOnlineServingConfig()
        online_serving_config block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_featurestore#online_serving_config VertexAiFeaturestore#online_serving_config}

      • getProject

        @Stability(Stable)
        @Nullable
        default String getProject()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_featurestore#project VertexAiFeaturestore#project}.
      • getRegion

        @Stability(Stable)
        @Nullable
        default String getRegion()
        The region of the dataset. eg us-central1.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_featurestore#region VertexAiFeaturestore#region}

      • getTimeouts

        @Stability(Stable)
        @Nullable
        default VertexAiFeaturestoreTimeouts getTimeouts()
        timeouts block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_featurestore#timeouts VertexAiFeaturestore#timeouts}