Interface DataplexTaskSparkInfrastructureSpec
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataplexTaskSparkInfrastructureSpec.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.656Z") @Stability(Stable) public interface DataplexTaskSparkInfrastructureSpec extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataplexTaskSparkInfrastructureSpec.BuilderA builder forDataplexTaskSparkInfrastructureSpecstatic classDataplexTaskSparkInfrastructureSpec.Jsii$ProxyAn implementation forDataplexTaskSparkInfrastructureSpec
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataplexTaskSparkInfrastructureSpec.Builderbuilder()default DataplexTaskSparkInfrastructureSpecBatchgetBatch()batch block.default DataplexTaskSparkInfrastructureSpecContainerImagegetContainerImage()container_image block.default DataplexTaskSparkInfrastructureSpecVpcNetworkgetVpcNetwork()vpc_network block.
-
-
-
Method Detail
-
getBatch
@Stability(Stable) @Nullable default DataplexTaskSparkInfrastructureSpecBatch getBatch()
batch block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#batch DataplexTask#batch}
-
getContainerImage
@Stability(Stable) @Nullable default DataplexTaskSparkInfrastructureSpecContainerImage getContainerImage()
container_image block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#container_image DataplexTask#container_image}
-
getVpcNetwork
@Stability(Stable) @Nullable default DataplexTaskSparkInfrastructureSpecVpcNetwork getVpcNetwork()
vpc_network block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#vpc_network DataplexTask#vpc_network}
-
builder
@Stability(Stable) static DataplexTaskSparkInfrastructureSpec.Builder builder()
-
-