Interface DataplexZoneResourceSpec
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataplexZoneResourceSpec.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.667Z") @Stability(Stable) public interface DataplexZoneResourceSpec extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataplexZoneResourceSpec.BuilderA builder forDataplexZoneResourceSpecstatic classDataplexZoneResourceSpec.Jsii$ProxyAn implementation forDataplexZoneResourceSpec
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DataplexZoneResourceSpec.Builderbuilder()StringgetLocationType()Required.
-
-
-
Method Detail
-
getLocationType
@Stability(Stable) @NotNull String getLocationType()
Required.Immutable. The location type of the resources that are allowed to be attached to the assets within this zone. Possible values: LOCATION_TYPE_UNSPECIFIED, SINGLE_REGION, MULTI_REGION Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_zone#location_type DataplexZone#location_type}
-
builder
@Stability(Stable) static DataplexZoneResourceSpec.Builder builder()
- Returns:
- a
DataplexZoneResourceSpec.BuilderofDataplexZoneResourceSpec
-
-