Interface StorageBucketCustomPlacementConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
StorageBucketCustomPlacementConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.822Z") @Stability(Stable) public interface StorageBucketCustomPlacementConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStorageBucketCustomPlacementConfig.BuilderA builder forStorageBucketCustomPlacementConfigstatic classStorageBucketCustomPlacementConfig.Jsii$ProxyAn implementation forStorageBucketCustomPlacementConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static StorageBucketCustomPlacementConfig.Builderbuilder()List<String>getDataLocations()The list of individual regions that comprise a dual-region bucket.
-
-
-
Method Detail
-
getDataLocations
@Stability(Stable) @NotNull List<String> getDataLocations()
The list of individual regions that comprise a dual-region bucket.See the docs for a list of acceptable regions. Note: If any of the data_locations changes, it will recreate the bucket. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_bucket#data_locations StorageBucket#data_locations}
-
builder
@Stability(Stable) static StorageBucketCustomPlacementConfig.Builder builder()
-
-