JavaComponentServiceBind Class
Configuration to bind a Java Component to another Java Component.
Constructor
JavaComponentServiceBind(*, name: str | None = None, service_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Name of the service bind. Default value: None
|
service_id
|
Resource id of the target service. Default value: None
|