Interface DataGoogleSpannerInstanceConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
DataGoogleSpannerInstanceConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.140Z") @Stability(Stable) public interface DataGoogleSpannerInstanceConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataGoogleSpannerInstanceConfig.BuilderA builder forDataGoogleSpannerInstanceConfigstatic classDataGoogleSpannerInstanceConfig.Jsii$ProxyAn implementation forDataGoogleSpannerInstanceConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DataGoogleSpannerInstanceConfig.Builderbuilder()default StringgetConfig()The name of the instance's configuration (similar but not quite the same as a region) which defines the geographic placement and replication of your databases in this instance.default StringgetDisplayName()The descriptive name for this instance as it appears in UIs.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/spanner_instance#id DataGoogleSpannerInstance#id}.StringgetName()A unique identifier for the instance, which cannot be changed after the instance is created.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/spanner_instance#project DataGoogleSpannerInstance#project}.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
A unique identifier for the instance, which cannot be changed after the instance is created.The name must be between 6 and 30 characters in length. If not provided, a random string starting with 'tf-' will be selected. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/spanner_instance#name DataGoogleSpannerInstance#name}
-
getConfig
@Stability(Stable) @Nullable default String getConfig()
The name of the instance's configuration (similar but not quite the same as a region) which defines the geographic placement and replication of your databases in this instance.It determines where your data is stored. Values are typically of the form 'regional-europe-west1' , 'us-central' etc. In order to obtain a valid list please consult the [Configuration section of the docs](https://cloud.google.com/spanner/docs/instances). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/spanner_instance#config DataGoogleSpannerInstance#config}
-
getDisplayName
@Stability(Stable) @Nullable default String getDisplayName()
The descriptive name for this instance as it appears in UIs.Must be unique per project and between 4 and 30 characters in length. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/spanner_instance#display_name DataGoogleSpannerInstance#display_name}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/spanner_instance#id DataGoogleSpannerInstance#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/spanner_instance#project DataGoogleSpannerInstance#project}.
-
builder
@Stability(Stable) static DataGoogleSpannerInstanceConfig.Builder builder()
-
-