Interface RedisClusterZoneDistributionConfig

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

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

      • getMode

        @Stability(Stable)
        @Nullable
        default String getMode()
        Immutable.

        The mode for zone distribution for Memorystore Redis cluster. If not provided, MULTI_ZONE will be used as default Possible values: ["MULTI_ZONE", "SINGLE_ZONE"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/redis_cluster#mode RedisCluster#mode}

      • getZone

        @Stability(Stable)
        @Nullable
        default String getZone()
        Immutable. The zone for single zone Memorystore Redis cluster.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/redis_cluster#zone RedisCluster#zone}