Interface AlloydbClusterSecondaryConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AlloydbClusterSecondaryConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.294Z") @Stability(Stable) public interface AlloydbClusterSecondaryConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAlloydbClusterSecondaryConfig.BuilderA builder forAlloydbClusterSecondaryConfigstatic classAlloydbClusterSecondaryConfig.Jsii$ProxyAn implementation forAlloydbClusterSecondaryConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static AlloydbClusterSecondaryConfig.Builderbuilder()StringgetPrimaryClusterName()Name of the primary cluster must be in the format 'projects/{project}/locations/{location}/clusters/{cluster_id}'.
-
-
-
Method Detail
-
getPrimaryClusterName
@Stability(Stable) @NotNull String getPrimaryClusterName()
Name of the primary cluster must be in the format 'projects/{project}/locations/{location}/clusters/{cluster_id}'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/alloydb_cluster#primary_cluster_name AlloydbCluster#primary_cluster_name}
-
builder
@Stability(Stable) static AlloydbClusterSecondaryConfig.Builder builder()
-
-