Interface SpannerInstanceConfigAConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
SpannerInstanceConfigAConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.765Z") @Stability(Stable) public interface SpannerInstanceConfigAConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSpannerInstanceConfigAConfig.BuilderA builder forSpannerInstanceConfigAConfigstatic classSpannerInstanceConfigAConfig.Jsii$ProxyAn implementation forSpannerInstanceConfigAConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static SpannerInstanceConfigAConfig.Builderbuilder()default StringgetBaseConfig()Base configuration name, e.g.StringgetDisplayName()The name of this instance configuration as it appears in UIs.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/spanner_instance_config#id SpannerInstanceConfigA#id}.default Map<String,String>getLabels()An object containing a list of "key": value pairs.default StringgetName()A unique identifier for the instance configuration.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/spanner_instance_config#project SpannerInstanceConfigA#project}.ObjectgetReplicas()replicas block.default SpannerInstanceConfigTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getDisplayName
@Stability(Stable) @NotNull String getDisplayName()
The name of this instance configuration as it appears in UIs.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/spanner_instance_config#display_name SpannerInstanceConfigA#display_name}
-
getReplicas
@Stability(Stable) @NotNull Object getReplicas()
replicas block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/spanner_instance_config#replicas SpannerInstanceConfigA#replicas}
-
getBaseConfig
@Stability(Stable) @Nullable default String getBaseConfig()
Base configuration name, e.g. nam3, based on which this configuration is created. Only set for user managed configurations. baseConfig must refer to a configuration of type GOOGLE_MANAGED in the same project as this configuration.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/spanner_instance_config#base_config SpannerInstanceConfigA#base_config}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/spanner_instance_config#id SpannerInstanceConfigA#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.
-
getLabels
@Stability(Stable) @Nullable default Map<String,String> getLabels()
An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/spanner_instance_config#labels SpannerInstanceConfigA#labels}
-
getName
@Stability(Stable) @Nullable default String getName()
A unique identifier for the instance configuration. Values are of the form projects//instanceConfigs/[a-z][-a-z0-9]*. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/spanner_instance_config#name SpannerInstanceConfigA#name}
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/spanner_instance_config#project SpannerInstanceConfigA#project}.
-
getTimeouts
@Stability(Stable) @Nullable default SpannerInstanceConfigTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/spanner_instance_config#timeouts SpannerInstanceConfigA#timeouts}
-
builder
@Stability(Stable) static SpannerInstanceConfigAConfig.Builder builder()
-
-