Interface AlloydbClusterInitialUser

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

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

      • getPassword

        @Stability(Stable)
        @NotNull
        String getPassword()
        The initial password for the user.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/alloydb_cluster#password AlloydbCluster#password}

      • getUser

        @Stability(Stable)
        @Nullable
        default String getUser()
        The database username.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/alloydb_cluster#user AlloydbCluster#user}