ncloud_datastream_update_connector
Update a Data Stream connector's configuration, including consumer spec, storage path, date format, and serialization type.
Instructions
Update a Data Stream connector settings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| roleNrn | Yes | NRN of the Data Stream service role | |
| topicId | Yes | Topic ID | |
| location | Yes | Storage path in s3a://{bucket}/{path} format | |
| dateFormat | Yes | Date format for sub-path | |
| exportType | No | Connector type | OBJECT_STORAGE |
| flushCount | No | Messages per file (default: 5000) | |
| schemaType | No | Message value serialization (default: STRING) | |
| connectorId | Yes | Connector ID to update | |
| description | No | Connector description (max 200 chars) | |
| consumerSpec | Yes | Consumer spec: SMALL or MEDIUM | |
| flushInterval | No | File creation interval in minutes (default: 10) | |
| includeTopicInPath | Yes | Whether to create topic name directory in storage path |