Interface EvidentlyFeatureConfig

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

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:53.029Z")
    @Stability(Stable)
    public interface EvidentlyFeatureConfig
    extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      static EvidentlyFeatureConfig.Builder builder()  
      default String getDefaultVariation()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_feature#default_variation EvidentlyFeature#default_variation}.
      default String getDescription()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_feature#description EvidentlyFeature#description}.
      default Map<String,​String> getEntityOverrides()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_feature#entity_overrides EvidentlyFeature#entity_overrides}.
      default String getEvaluationStrategy()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_feature#evaluation_strategy EvidentlyFeature#evaluation_strategy}.
      default String getId()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_feature#id EvidentlyFeature#id}.
      String getName()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_feature#name EvidentlyFeature#name}.
      String getProject()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_feature#project EvidentlyFeature#project}.
      default Map<String,​String> getTags()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_feature#tags EvidentlyFeature#tags}.
      default Map<String,​String> getTagsAll()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_feature#tags_all EvidentlyFeature#tags_all}.
      default EvidentlyFeatureTimeouts getTimeouts()
      timeouts block.
      Object getVariations()
      variations block.
      • Methods inherited from interface software.amazon.jsii.JsiiSerializable

        $jsii$toJson
      • Methods inherited from interface com.hashicorp.cdktf.TerraformMetaArguments

        getConnection, getCount, getDependsOn, getForEach, getLifecycle, getProvider, getProvisioners
    • Method Detail

      • getName

        @Stability(Stable)
        @NotNull
        String getName()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_feature#name EvidentlyFeature#name}.
      • getProject

        @Stability(Stable)
        @NotNull
        String getProject()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_feature#project EvidentlyFeature#project}.
      • getVariations

        @Stability(Stable)
        @NotNull
        Object getVariations()
        variations block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_feature#variations EvidentlyFeature#variations}

      • getDefaultVariation

        @Stability(Stable)
        @Nullable
        default String getDefaultVariation()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_feature#default_variation EvidentlyFeature#default_variation}.
      • getDescription

        @Stability(Stable)
        @Nullable
        default String getDescription()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_feature#description EvidentlyFeature#description}.
      • getEntityOverrides

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getEntityOverrides()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_feature#entity_overrides EvidentlyFeature#entity_overrides}.
      • getEvaluationStrategy

        @Stability(Stable)
        @Nullable
        default String getEvaluationStrategy()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_feature#evaluation_strategy EvidentlyFeature#evaluation_strategy}.
      • getId

        @Stability(Stable)
        @Nullable
        default String getId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_feature#id EvidentlyFeature#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.

      • getTags

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getTags()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_feature#tags EvidentlyFeature#tags}.
      • getTagsAll

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getTagsAll()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_feature#tags_all EvidentlyFeature#tags_all}.
      • getTimeouts

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

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_feature#timeouts EvidentlyFeature#timeouts}