Interface EvidentlyFeatureVariationsValue

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    EvidentlyFeatureVariationsValue.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:53.030Z")
    @Stability(Stable)
    public interface EvidentlyFeatureVariationsValue
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getBoolValue

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

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

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

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