You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// The unique identifier for this component. Used in other parts of the pipeline to reference this component (for example, as the `input` to downstream components).
20
20
#[serde(rename = "id")]
21
21
pubid:String,
22
-
/// Configuration for enabling TLS encryption between the pipeline component and external services.
22
+
/// Configuration for enabling TLS encryption between the pipeline component and external connecting clients.
/// The unique identifier for this component. Used in other parts of the pipeline to reference this component (for example, as the `input` to downstream components).
20
20
#[serde(rename = "id")]
21
21
pubid:String,
22
-
/// Configuration for enabling TLS encryption between the pipeline component and external services.
22
+
/// Configuration for enabling TLS encryption between the pipeline component and external connecting clients.
/// The unique identifier for this component. Used in other parts of the pipeline to reference this component (for example, as the `input` to downstream components).
20
20
#[serde(rename = "id")]
21
21
pubid:String,
22
-
/// Configuration for enabling TLS encryption between the pipeline component and external services.
22
+
/// Configuration for enabling TLS encryption between the pipeline component and external connecting clients.
0 commit comments