Interface SpannerInstanceConfigReplicas

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

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

      • getDefaultLeaderLocation

        @Stability(Stable)
        @Nullable
        default Object getDefaultLeaderLocation()
        If true, this location is designated as the default leader location where leader replicas are placed.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/spanner_instance_config#default_leader_location SpannerInstanceConfigA#default_leader_location}

      • getLocation

        @Stability(Stable)
        @Nullable
        default String getLocation()
        The location of the serving resources, e.g. "us-central1".

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/spanner_instance_config#location SpannerInstanceConfigA#location}

      • getType

        @Stability(Stable)
        @Nullable
        default String getType()
        Indicates the type of replica. See the replica types documentation for more details. Possible values: ["READ_WRITE", "READ_ONLY", "WITNESS"].

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/spanner_instance_config#type SpannerInstanceConfigA#type}