Interface QuicksightVpcConnectionTimeouts

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

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

      • getCreate

        @Stability(Stable)
        @Nullable
        default String getCreate()
        A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_vpc_connection#create QuicksightVpcConnection#create}

      • getDelete

        @Stability(Stable)
        @Nullable
        default String getDelete()
        A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_vpc_connection#delete QuicksightVpcConnection#delete}

      • getUpdate

        @Stability(Stable)
        @Nullable
        default String getUpdate()
        A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_vpc_connection#update QuicksightVpcConnection#update}