Interface QuicksightDashboardParameters

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

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

      • getDateTimeParameters

        @Stability(Stable)
        @Nullable
        default Object getDateTimeParameters()
        date_time_parameters block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_dashboard#date_time_parameters QuicksightDashboard#date_time_parameters}

      • getDecimalParameters

        @Stability(Stable)
        @Nullable
        default Object getDecimalParameters()
        decimal_parameters block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_dashboard#decimal_parameters QuicksightDashboard#decimal_parameters}

      • getIntegerParameters

        @Stability(Stable)
        @Nullable
        default Object getIntegerParameters()
        integer_parameters block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_dashboard#integer_parameters QuicksightDashboard#integer_parameters}

      • getStringParameters

        @Stability(Stable)
        @Nullable
        default Object getStringParameters()
        string_parameters block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_dashboard#string_parameters QuicksightDashboard#string_parameters}