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
*`resource_type` - (Optional) A resource type this connector can be used for (e.g., `s3-bucket`, `kubernetes-cluster`, `docker-registry`). To find out which resource types are supported by a connector, run `zenml service-connector describe-type <connector-type>`.
51
53
*`configuration` - (Required, Sensitive) A map of configuration key-value pairs for the connector. Every authentication method has its own set of required and optional configuration parameters. To find out which parameters are required and optional for a given authentication method, run `zenml service-connector describe-type <connector-type> -a <auth-method>` or visit the [Service Connector ZenML documentation page](https://docs.zenml.io/how-to/infrastructure-deployment/auth-management) for the connector type and authentication method for more information.
52
54
*`labels` - (Optional) A map of labels to associate with the connector.
55
+
*`verify` - (Optional) Whether to verify the connector configuration and credentials before creating or updating the connector. Defaults to `true`.
53
56
54
57
## Attributes Reference
55
58
@@ -61,6 +64,6 @@ In addition to all arguments above, the following attributes are exported:
61
64
62
65
Service connectors can be imported using the `id`, e.g.
0 commit comments