published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Log delivery refers to sending data collected by the log service to TOS or other products for scenarios such as long-term storage of infrequently accessed data, integration with other systems for consumption, or data analysis.
Example Usage
Example coming soon!
Example coming soon!
Example coming soon!
Example coming soon!
Example coming soon!
resources:
tLSShipperDemo:
type: volcenginecc:tls:Shipper
name: TLSShipperDemo
properties:
contentInfo:
format: json
json_info:
enable: true
escape: true
keys:
- __content__
- __source__
- __path__
- __time__
- __time_ns_part__
- __image_name__
- __container_name__
- __container_ip__
- __container_source__
- __pod_ip__
- __pod_name__
- __pod_uid__
- __namespace__
- __tag____client_ip__
- __tag____receive_time__
kafkaShipperInfo:
compress: gzip
end_time: 1.777538948e+12
instance: kafka-cnngsl83xxxxxxxx
kafka_topic: topic1
shipperEndTime: 1.777538948e+12
shipperName: ccapi-test-kaf-1001
shipperType: kafka
topicId: b75fffd8-1986-460c-9cca-5axxxxxxx
status: false
Create Shipper Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Shipper(name: string, args: ShipperArgs, opts?: CustomResourceOptions);@overload
def Shipper(resource_name: str,
args: ShipperArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Shipper(resource_name: str,
opts: Optional[ResourceOptions] = None,
content_info: Optional[ShipperContentInfoArgs] = None,
shipper_name: Optional[str] = None,
topic_id: Optional[str] = None,
kafka_shipper_info: Optional[ShipperKafkaShipperInfoArgs] = None,
shipper_end_time: Optional[int] = None,
shipper_start_time: Optional[int] = None,
shipper_type: Optional[str] = None,
status: Optional[bool] = None,
tos_shipper_info: Optional[ShipperTosShipperInfoArgs] = None)func NewShipper(ctx *Context, name string, args ShipperArgs, opts ...ResourceOption) (*Shipper, error)public Shipper(string name, ShipperArgs args, CustomResourceOptions? opts = null)
public Shipper(String name, ShipperArgs args)
public Shipper(String name, ShipperArgs args, CustomResourceOptions options)
type: volcenginecc:tls:Shipper
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ShipperArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ShipperArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ShipperArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ShipperArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ShipperArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Shipper Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Shipper resource accepts the following input properties:
- Content
Info Volcengine.Shipper Content Info - Log content delivery format configuration.
- Shipper
Name string - Delivery configuration name, unique within a log project.
- Topic
Id string - Log topic ID.
- Kafka
Shipper Volcengine.Info Shipper Kafka Shipper Info - Kafka delivery configuration.
- Shipper
End intTime - Delivery end time, in milliseconds. Note: Millisecond data will be ignored. For example, if 1776761323455 is entered, the result will be 1776761323000; if 1776761323 is entered, the result will be 1776761323000.
- Shipper
Start intTime - Delivery start time, in milliseconds. When delivering to Kafka, it is recommended to use the ShipperStartTime and ShipperEndTime fields to configure the delivery time range, and leave the StartTime and EndTime fields empty. Note: Millisecond data will be ignored. For example, if 1776761323455 is entered, the result will be 1776761323000; if 1776761323 is entered, the result will be 1776761323000.
- Shipper
Type string - Type of data source for delivery. Options: tos, kafka. Default is tos.
- Status bool
- Whether to enable delivery configuration. Default is true.
- Tos
Shipper Volcengine.Info Shipper Tos Shipper Info - Information related to delivery to TOS object storage.
- Content
Info ShipperContent Info Args - Log content delivery format configuration.
- Shipper
Name string - Delivery configuration name, unique within a log project.
- Topic
Id string - Log topic ID.
- Kafka
Shipper ShipperInfo Kafka Shipper Info Args - Kafka delivery configuration.
- Shipper
End intTime - Delivery end time, in milliseconds. Note: Millisecond data will be ignored. For example, if 1776761323455 is entered, the result will be 1776761323000; if 1776761323 is entered, the result will be 1776761323000.
- Shipper
Start intTime - Delivery start time, in milliseconds. When delivering to Kafka, it is recommended to use the ShipperStartTime and ShipperEndTime fields to configure the delivery time range, and leave the StartTime and EndTime fields empty. Note: Millisecond data will be ignored. For example, if 1776761323455 is entered, the result will be 1776761323000; if 1776761323 is entered, the result will be 1776761323000.
- Shipper
Type string - Type of data source for delivery. Options: tos, kafka. Default is tos.
- Status bool
- Whether to enable delivery configuration. Default is true.
- Tos
Shipper ShipperInfo Tos Shipper Info Args - Information related to delivery to TOS object storage.
- content
Info ShipperContent Info - Log content delivery format configuration.
- shipper
Name String - Delivery configuration name, unique within a log project.
- topic
Id String - Log topic ID.
- kafka
Shipper ShipperInfo Kafka Shipper Info - Kafka delivery configuration.
- shipper
End IntegerTime - Delivery end time, in milliseconds. Note: Millisecond data will be ignored. For example, if 1776761323455 is entered, the result will be 1776761323000; if 1776761323 is entered, the result will be 1776761323000.
- shipper
Start IntegerTime - Delivery start time, in milliseconds. When delivering to Kafka, it is recommended to use the ShipperStartTime and ShipperEndTime fields to configure the delivery time range, and leave the StartTime and EndTime fields empty. Note: Millisecond data will be ignored. For example, if 1776761323455 is entered, the result will be 1776761323000; if 1776761323 is entered, the result will be 1776761323000.
- shipper
Type String - Type of data source for delivery. Options: tos, kafka. Default is tos.
- status Boolean
- Whether to enable delivery configuration. Default is true.
- tos
Shipper ShipperInfo Tos Shipper Info - Information related to delivery to TOS object storage.
- content
Info ShipperContent Info - Log content delivery format configuration.
- shipper
Name string - Delivery configuration name, unique within a log project.
- topic
Id string - Log topic ID.
- kafka
Shipper ShipperInfo Kafka Shipper Info - Kafka delivery configuration.
- shipper
End numberTime - Delivery end time, in milliseconds. Note: Millisecond data will be ignored. For example, if 1776761323455 is entered, the result will be 1776761323000; if 1776761323 is entered, the result will be 1776761323000.
- shipper
Start numberTime - Delivery start time, in milliseconds. When delivering to Kafka, it is recommended to use the ShipperStartTime and ShipperEndTime fields to configure the delivery time range, and leave the StartTime and EndTime fields empty. Note: Millisecond data will be ignored. For example, if 1776761323455 is entered, the result will be 1776761323000; if 1776761323 is entered, the result will be 1776761323000.
- shipper
Type string - Type of data source for delivery. Options: tos, kafka. Default is tos.
- status boolean
- Whether to enable delivery configuration. Default is true.
- tos
Shipper ShipperInfo Tos Shipper Info - Information related to delivery to TOS object storage.
- content_
info ShipperContent Info Args - Log content delivery format configuration.
- shipper_
name str - Delivery configuration name, unique within a log project.
- topic_
id str - Log topic ID.
- kafka_
shipper_ Shipperinfo Kafka Shipper Info Args - Kafka delivery configuration.
- shipper_
end_ inttime - Delivery end time, in milliseconds. Note: Millisecond data will be ignored. For example, if 1776761323455 is entered, the result will be 1776761323000; if 1776761323 is entered, the result will be 1776761323000.
- shipper_
start_ inttime - Delivery start time, in milliseconds. When delivering to Kafka, it is recommended to use the ShipperStartTime and ShipperEndTime fields to configure the delivery time range, and leave the StartTime and EndTime fields empty. Note: Millisecond data will be ignored. For example, if 1776761323455 is entered, the result will be 1776761323000; if 1776761323 is entered, the result will be 1776761323000.
- shipper_
type str - Type of data source for delivery. Options: tos, kafka. Default is tos.
- status bool
- Whether to enable delivery configuration. Default is true.
- tos_
shipper_ Shipperinfo Tos Shipper Info Args - Information related to delivery to TOS object storage.
- content
Info Property Map - Log content delivery format configuration.
- shipper
Name String - Delivery configuration name, unique within a log project.
- topic
Id String - Log topic ID.
- kafka
Shipper Property MapInfo - Kafka delivery configuration.
- shipper
End NumberTime - Delivery end time, in milliseconds. Note: Millisecond data will be ignored. For example, if 1776761323455 is entered, the result will be 1776761323000; if 1776761323 is entered, the result will be 1776761323000.
- shipper
Start NumberTime - Delivery start time, in milliseconds. When delivering to Kafka, it is recommended to use the ShipperStartTime and ShipperEndTime fields to configure the delivery time range, and leave the StartTime and EndTime fields empty. Note: Millisecond data will be ignored. For example, if 1776761323455 is entered, the result will be 1776761323000; if 1776761323 is entered, the result will be 1776761323000.
- shipper
Type String - Type of data source for delivery. Options: tos, kafka. Default is tos.
- status Boolean
- Whether to enable delivery configuration. Default is true.
- tos
Shipper Property MapInfo - Information related to delivery to TOS object storage.
Outputs
All input properties are implicitly available as output properties. Additionally, the Shipper resource produces the following output properties:
- Created
Time string - Creation time.
- Dashboard
Id string - Default built-in dashboard ID for delivery.
- Id string
- The provider-assigned unique ID for this managed resource.
- Project
Id string - Log project ID.
- Project
Name string - Log project name.
- Shipper
Id string - Delivery configuration ID.
- Topic
Name string - Log topic name.
- Updated
Time string - Update time.
- Created
Time string - Creation time.
- Dashboard
Id string - Default built-in dashboard ID for delivery.
- Id string
- The provider-assigned unique ID for this managed resource.
- Project
Id string - Log project ID.
- Project
Name string - Log project name.
- Shipper
Id string - Delivery configuration ID.
- Topic
Name string - Log topic name.
- Updated
Time string - Update time.
- created
Time String - Creation time.
- dashboard
Id String - Default built-in dashboard ID for delivery.
- id String
- The provider-assigned unique ID for this managed resource.
- project
Id String - Log project ID.
- project
Name String - Log project name.
- shipper
Id String - Delivery configuration ID.
- topic
Name String - Log topic name.
- updated
Time String - Update time.
- created
Time string - Creation time.
- dashboard
Id string - Default built-in dashboard ID for delivery.
- id string
- The provider-assigned unique ID for this managed resource.
- project
Id string - Log project ID.
- project
Name string - Log project name.
- shipper
Id string - Delivery configuration ID.
- topic
Name string - Log topic name.
- updated
Time string - Update time.
- created_
time str - Creation time.
- dashboard_
id str - Default built-in dashboard ID for delivery.
- id str
- The provider-assigned unique ID for this managed resource.
- project_
id str - Log project ID.
- project_
name str - Log project name.
- shipper_
id str - Delivery configuration ID.
- topic_
name str - Log topic name.
- updated_
time str - Update time.
- created
Time String - Creation time.
- dashboard
Id String - Default built-in dashboard ID for delivery.
- id String
- The provider-assigned unique ID for this managed resource.
- project
Id String - Log project ID.
- project
Name String - Log project name.
- shipper
Id String - Delivery configuration ID.
- topic
Name String - Log topic name.
- updated
Time String - Update time.
Look up Existing Shipper Resource
Get an existing Shipper resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ShipperState, opts?: CustomResourceOptions): Shipper@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
content_info: Optional[ShipperContentInfoArgs] = None,
created_time: Optional[str] = None,
dashboard_id: Optional[str] = None,
kafka_shipper_info: Optional[ShipperKafkaShipperInfoArgs] = None,
project_id: Optional[str] = None,
project_name: Optional[str] = None,
shipper_end_time: Optional[int] = None,
shipper_id: Optional[str] = None,
shipper_name: Optional[str] = None,
shipper_start_time: Optional[int] = None,
shipper_type: Optional[str] = None,
status: Optional[bool] = None,
topic_id: Optional[str] = None,
topic_name: Optional[str] = None,
tos_shipper_info: Optional[ShipperTosShipperInfoArgs] = None,
updated_time: Optional[str] = None) -> Shipperfunc GetShipper(ctx *Context, name string, id IDInput, state *ShipperState, opts ...ResourceOption) (*Shipper, error)public static Shipper Get(string name, Input<string> id, ShipperState? state, CustomResourceOptions? opts = null)public static Shipper get(String name, Output<String> id, ShipperState state, CustomResourceOptions options)resources: _: type: volcenginecc:tls:Shipper get: id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Content
Info Volcengine.Shipper Content Info - Log content delivery format configuration.
- Created
Time string - Creation time.
- Dashboard
Id string - Default built-in dashboard ID for delivery.
- Kafka
Shipper Volcengine.Info Shipper Kafka Shipper Info - Kafka delivery configuration.
- Project
Id string - Log project ID.
- Project
Name string - Log project name.
- Shipper
End intTime - Delivery end time, in milliseconds. Note: Millisecond data will be ignored. For example, if 1776761323455 is entered, the result will be 1776761323000; if 1776761323 is entered, the result will be 1776761323000.
- Shipper
Id string - Delivery configuration ID.
- Shipper
Name string - Delivery configuration name, unique within a log project.
- Shipper
Start intTime - Delivery start time, in milliseconds. When delivering to Kafka, it is recommended to use the ShipperStartTime and ShipperEndTime fields to configure the delivery time range, and leave the StartTime and EndTime fields empty. Note: Millisecond data will be ignored. For example, if 1776761323455 is entered, the result will be 1776761323000; if 1776761323 is entered, the result will be 1776761323000.
- Shipper
Type string - Type of data source for delivery. Options: tos, kafka. Default is tos.
- Status bool
- Whether to enable delivery configuration. Default is true.
- Topic
Id string - Log topic ID.
- Topic
Name string - Log topic name.
- Tos
Shipper Volcengine.Info Shipper Tos Shipper Info - Information related to delivery to TOS object storage.
- Updated
Time string - Update time.
- Content
Info ShipperContent Info Args - Log content delivery format configuration.
- Created
Time string - Creation time.
- Dashboard
Id string - Default built-in dashboard ID for delivery.
- Kafka
Shipper ShipperInfo Kafka Shipper Info Args - Kafka delivery configuration.
- Project
Id string - Log project ID.
- Project
Name string - Log project name.
- Shipper
End intTime - Delivery end time, in milliseconds. Note: Millisecond data will be ignored. For example, if 1776761323455 is entered, the result will be 1776761323000; if 1776761323 is entered, the result will be 1776761323000.
- Shipper
Id string - Delivery configuration ID.
- Shipper
Name string - Delivery configuration name, unique within a log project.
- Shipper
Start intTime - Delivery start time, in milliseconds. When delivering to Kafka, it is recommended to use the ShipperStartTime and ShipperEndTime fields to configure the delivery time range, and leave the StartTime and EndTime fields empty. Note: Millisecond data will be ignored. For example, if 1776761323455 is entered, the result will be 1776761323000; if 1776761323 is entered, the result will be 1776761323000.
- Shipper
Type string - Type of data source for delivery. Options: tos, kafka. Default is tos.
- Status bool
- Whether to enable delivery configuration. Default is true.
- Topic
Id string - Log topic ID.
- Topic
Name string - Log topic name.
- Tos
Shipper ShipperInfo Tos Shipper Info Args - Information related to delivery to TOS object storage.
- Updated
Time string - Update time.
- content
Info ShipperContent Info - Log content delivery format configuration.
- created
Time String - Creation time.
- dashboard
Id String - Default built-in dashboard ID for delivery.
- kafka
Shipper ShipperInfo Kafka Shipper Info - Kafka delivery configuration.
- project
Id String - Log project ID.
- project
Name String - Log project name.
- shipper
End IntegerTime - Delivery end time, in milliseconds. Note: Millisecond data will be ignored. For example, if 1776761323455 is entered, the result will be 1776761323000; if 1776761323 is entered, the result will be 1776761323000.
- shipper
Id String - Delivery configuration ID.
- shipper
Name String - Delivery configuration name, unique within a log project.
- shipper
Start IntegerTime - Delivery start time, in milliseconds. When delivering to Kafka, it is recommended to use the ShipperStartTime and ShipperEndTime fields to configure the delivery time range, and leave the StartTime and EndTime fields empty. Note: Millisecond data will be ignored. For example, if 1776761323455 is entered, the result will be 1776761323000; if 1776761323 is entered, the result will be 1776761323000.
- shipper
Type String - Type of data source for delivery. Options: tos, kafka. Default is tos.
- status Boolean
- Whether to enable delivery configuration. Default is true.
- topic
Id String - Log topic ID.
- topic
Name String - Log topic name.
- tos
Shipper ShipperInfo Tos Shipper Info - Information related to delivery to TOS object storage.
- updated
Time String - Update time.
- content
Info ShipperContent Info - Log content delivery format configuration.
- created
Time string - Creation time.
- dashboard
Id string - Default built-in dashboard ID for delivery.
- kafka
Shipper ShipperInfo Kafka Shipper Info - Kafka delivery configuration.
- project
Id string - Log project ID.
- project
Name string - Log project name.
- shipper
End numberTime - Delivery end time, in milliseconds. Note: Millisecond data will be ignored. For example, if 1776761323455 is entered, the result will be 1776761323000; if 1776761323 is entered, the result will be 1776761323000.
- shipper
Id string - Delivery configuration ID.
- shipper
Name string - Delivery configuration name, unique within a log project.
- shipper
Start numberTime - Delivery start time, in milliseconds. When delivering to Kafka, it is recommended to use the ShipperStartTime and ShipperEndTime fields to configure the delivery time range, and leave the StartTime and EndTime fields empty. Note: Millisecond data will be ignored. For example, if 1776761323455 is entered, the result will be 1776761323000; if 1776761323 is entered, the result will be 1776761323000.
- shipper
Type string - Type of data source for delivery. Options: tos, kafka. Default is tos.
- status boolean
- Whether to enable delivery configuration. Default is true.
- topic
Id string - Log topic ID.
- topic
Name string - Log topic name.
- tos
Shipper ShipperInfo Tos Shipper Info - Information related to delivery to TOS object storage.
- updated
Time string - Update time.
- content_
info ShipperContent Info Args - Log content delivery format configuration.
- created_
time str - Creation time.
- dashboard_
id str - Default built-in dashboard ID for delivery.
- kafka_
shipper_ Shipperinfo Kafka Shipper Info Args - Kafka delivery configuration.
- project_
id str - Log project ID.
- project_
name str - Log project name.
- shipper_
end_ inttime - Delivery end time, in milliseconds. Note: Millisecond data will be ignored. For example, if 1776761323455 is entered, the result will be 1776761323000; if 1776761323 is entered, the result will be 1776761323000.
- shipper_
id str - Delivery configuration ID.
- shipper_
name str - Delivery configuration name, unique within a log project.
- shipper_
start_ inttime - Delivery start time, in milliseconds. When delivering to Kafka, it is recommended to use the ShipperStartTime and ShipperEndTime fields to configure the delivery time range, and leave the StartTime and EndTime fields empty. Note: Millisecond data will be ignored. For example, if 1776761323455 is entered, the result will be 1776761323000; if 1776761323 is entered, the result will be 1776761323000.
- shipper_
type str - Type of data source for delivery. Options: tos, kafka. Default is tos.
- status bool
- Whether to enable delivery configuration. Default is true.
- topic_
id str - Log topic ID.
- topic_
name str - Log topic name.
- tos_
shipper_ Shipperinfo Tos Shipper Info Args - Information related to delivery to TOS object storage.
- updated_
time str - Update time.
- content
Info Property Map - Log content delivery format configuration.
- created
Time String - Creation time.
- dashboard
Id String - Default built-in dashboard ID for delivery.
- kafka
Shipper Property MapInfo - Kafka delivery configuration.
- project
Id String - Log project ID.
- project
Name String - Log project name.
- shipper
End NumberTime - Delivery end time, in milliseconds. Note: Millisecond data will be ignored. For example, if 1776761323455 is entered, the result will be 1776761323000; if 1776761323 is entered, the result will be 1776761323000.
- shipper
Id String - Delivery configuration ID.
- shipper
Name String - Delivery configuration name, unique within a log project.
- shipper
Start NumberTime - Delivery start time, in milliseconds. When delivering to Kafka, it is recommended to use the ShipperStartTime and ShipperEndTime fields to configure the delivery time range, and leave the StartTime and EndTime fields empty. Note: Millisecond data will be ignored. For example, if 1776761323455 is entered, the result will be 1776761323000; if 1776761323 is entered, the result will be 1776761323000.
- shipper
Type String - Type of data source for delivery. Options: tos, kafka. Default is tos.
- status Boolean
- Whether to enable delivery configuration. Default is true.
- topic
Id String - Log topic ID.
- topic
Name String - Log topic name.
- tos
Shipper Property MapInfo - Information related to delivery to TOS object storage.
- updated
Time String - Update time.
Supporting Types
ShipperContentInfo, ShipperContentInfoArgs
- Csv
Info Volcengine.Shipper Content Info Csv Info - CSV format log content configuration.
- Format string
- Log content parsing format. Delivery to TOS supports json, jsonl, csv; delivery to Kafka supports original, json.
- Json
Info Volcengine.Shipper Content Info Json Info - JSON/JSONL format log content configuration.
- Csv
Info ShipperContent Info Csv Info - CSV format log content configuration.
- Format string
- Log content parsing format. Delivery to TOS supports json, jsonl, csv; delivery to Kafka supports original, json.
- Json
Info ShipperContent Info Json Info - JSON/JSONL format log content configuration.
- csv
Info ShipperContent Info Csv Info - CSV format log content configuration.
- format String
- Log content parsing format. Delivery to TOS supports json, jsonl, csv; delivery to Kafka supports original, json.
- json
Info ShipperContent Info Json Info - JSON/JSONL format log content configuration.
- csv
Info ShipperContent Info Csv Info - CSV format log content configuration.
- format string
- Log content parsing format. Delivery to TOS supports json, jsonl, csv; delivery to Kafka supports original, json.
- json
Info ShipperContent Info Json Info - JSON/JSONL format log content configuration.
- csv_
info ShipperContent Info Csv Info - CSV format log content configuration.
- format str
- Log content parsing format. Delivery to TOS supports json, jsonl, csv; delivery to Kafka supports original, json.
- json_
info ShipperContent Info Json Info - JSON/JSONL format log content configuration.
- csv
Info Property Map - CSV format log content configuration.
- format String
- Log content parsing format. Delivery to TOS supports json, jsonl, csv; delivery to Kafka supports original, json.
- json
Info Property Map - JSON/JSONL format log content configuration.
ShipperContentInfoCsvInfo, ShipperContentInfoCsvInfoArgs
- Delimiter string
- Delimiter. Supports comma, tab, pipe, semicolon, space.
- Escape
Char string - Escape character. When field content contains a delimiter, use an escape character to enclose it. Supports single quote, double quote, or empty character.
- Keys List<string>
- Fields to be delivered. Supports letters, numbers, and _-./. Cannot start with an underscore. Length: 1–128.
- Non
Field stringContent - Content for invalid field padding. Length: 0–128.
- Print
Header bool - Whether to print the key in the first row.
- Delimiter string
- Delimiter. Supports comma, tab, pipe, semicolon, space.
- Escape
Char string - Escape character. When field content contains a delimiter, use an escape character to enclose it. Supports single quote, double quote, or empty character.
- Keys []string
- Fields to be delivered. Supports letters, numbers, and _-./. Cannot start with an underscore. Length: 1–128.
- Non
Field stringContent - Content for invalid field padding. Length: 0–128.
- Print
Header bool - Whether to print the key in the first row.
- delimiter String
- Delimiter. Supports comma, tab, pipe, semicolon, space.
- escape
Char String - Escape character. When field content contains a delimiter, use an escape character to enclose it. Supports single quote, double quote, or empty character.
- keys List<String>
- Fields to be delivered. Supports letters, numbers, and _-./. Cannot start with an underscore. Length: 1–128.
- non
Field StringContent - Content for invalid field padding. Length: 0–128.
- print
Header Boolean - Whether to print the key in the first row.
- delimiter string
- Delimiter. Supports comma, tab, pipe, semicolon, space.
- escape
Char string - Escape character. When field content contains a delimiter, use an escape character to enclose it. Supports single quote, double quote, or empty character.
- keys string[]
- Fields to be delivered. Supports letters, numbers, and _-./. Cannot start with an underscore. Length: 1–128.
- non
Field stringContent - Content for invalid field padding. Length: 0–128.
- print
Header boolean - Whether to print the key in the first row.
- delimiter str
- Delimiter. Supports comma, tab, pipe, semicolon, space.
- escape_
char str - Escape character. When field content contains a delimiter, use an escape character to enclose it. Supports single quote, double quote, or empty character.
- keys Sequence[str]
- Fields to be delivered. Supports letters, numbers, and _-./. Cannot start with an underscore. Length: 1–128.
- non_
field_ strcontent - Content for invalid field padding. Length: 0–128.
- print_
header bool - Whether to print the key in the first row.
- delimiter String
- Delimiter. Supports comma, tab, pipe, semicolon, space.
- escape
Char String - Escape character. When field content contains a delimiter, use an escape character to enclose it. Supports single quote, double quote, or empty character.
- keys List<String>
- Fields to be delivered. Supports letters, numbers, and _-./. Cannot start with an underscore. Length: 1–128.
- non
Field StringContent - Content for invalid field padding. Length: 0–128.
- print
Header Boolean - Whether to print the key in the first row.
ShipperContentInfoJsonInfo, ShipperContentInfoJsonInfoArgs
- Enable bool
- Enable flag.
- Escape bool
- Whether to enable escaping. Must be set to true.
- Keys List<string>
- Delivery field list; if not configured, all fields will be delivered. When delivering in JSON/JSONL format, if this parameter is not set, all fields will be delivered, including content (required), source, path, time, image_name, container_name, pod_name, pod_uid, namespace, tag****client_ip, and tag****receive_time.
- Enable bool
- Enable flag.
- Escape bool
- Whether to enable escaping. Must be set to true.
- Keys []string
- Delivery field list; if not configured, all fields will be delivered. When delivering in JSON/JSONL format, if this parameter is not set, all fields will be delivered, including content (required), source, path, time, image_name, container_name, pod_name, pod_uid, namespace, tag****client_ip, and tag****receive_time.
- enable Boolean
- Enable flag.
- escape Boolean
- Whether to enable escaping. Must be set to true.
- keys List<String>
- Delivery field list; if not configured, all fields will be delivered. When delivering in JSON/JSONL format, if this parameter is not set, all fields will be delivered, including content (required), source, path, time, image_name, container_name, pod_name, pod_uid, namespace, tag****client_ip, and tag****receive_time.
- enable boolean
- Enable flag.
- escape boolean
- Whether to enable escaping. Must be set to true.
- keys string[]
- Delivery field list; if not configured, all fields will be delivered. When delivering in JSON/JSONL format, if this parameter is not set, all fields will be delivered, including content (required), source, path, time, image_name, container_name, pod_name, pod_uid, namespace, tag****client_ip, and tag****receive_time.
- enable bool
- Enable flag.
- escape bool
- Whether to enable escaping. Must be set to true.
- keys Sequence[str]
- Delivery field list; if not configured, all fields will be delivered. When delivering in JSON/JSONL format, if this parameter is not set, all fields will be delivered, including content (required), source, path, time, image_name, container_name, pod_name, pod_uid, namespace, tag****client_ip, and tag****receive_time.
- enable Boolean
- Enable flag.
- escape Boolean
- Whether to enable escaping. Must be set to true.
- keys List<String>
- Delivery field list; if not configured, all fields will be delivered. When delivering in JSON/JSONL format, if this parameter is not set, all fields will be delivered, including content (required), source, path, time, image_name, container_name, pod_name, pod_uid, namespace, tag****client_ip, and tag****receive_time.
ShipperKafkaShipperInfo, ShipperKafkaShipperInfoArgs
- Compress string
- Compression format; supports snappy, gzip, lz4, none.
- End
Time int - Delivery end time, in milliseconds. If not set, delivery continues indefinitely. Note: Milliseconds will be truncated. For example, if 1776761323455 is entered, it will become 1776761323000; if 1776761323 is entered, it will become 1776761323000.
- Instance string
- Kafka instance.
- Kafka
Topic string - Kafka topic name. All log data delivered through this configuration will be sent to this topic.
- Start
Time int - Start time. If not configured, defaults to the current time. Note: Millisecond data will be ignored. For example, if 1776761323455 is entered, the result will be 1776761323000; if 1776761323 is entered, the result will be 1776761323000.
- Compress string
- Compression format; supports snappy, gzip, lz4, none.
- End
Time int - Delivery end time, in milliseconds. If not set, delivery continues indefinitely. Note: Milliseconds will be truncated. For example, if 1776761323455 is entered, it will become 1776761323000; if 1776761323 is entered, it will become 1776761323000.
- Instance string
- Kafka instance.
- Kafka
Topic string - Kafka topic name. All log data delivered through this configuration will be sent to this topic.
- Start
Time int - Start time. If not configured, defaults to the current time. Note: Millisecond data will be ignored. For example, if 1776761323455 is entered, the result will be 1776761323000; if 1776761323 is entered, the result will be 1776761323000.
- compress String
- Compression format; supports snappy, gzip, lz4, none.
- end
Time Integer - Delivery end time, in milliseconds. If not set, delivery continues indefinitely. Note: Milliseconds will be truncated. For example, if 1776761323455 is entered, it will become 1776761323000; if 1776761323 is entered, it will become 1776761323000.
- instance String
- Kafka instance.
- kafka
Topic String - Kafka topic name. All log data delivered through this configuration will be sent to this topic.
- start
Time Integer - Start time. If not configured, defaults to the current time. Note: Millisecond data will be ignored. For example, if 1776761323455 is entered, the result will be 1776761323000; if 1776761323 is entered, the result will be 1776761323000.
- compress string
- Compression format; supports snappy, gzip, lz4, none.
- end
Time number - Delivery end time, in milliseconds. If not set, delivery continues indefinitely. Note: Milliseconds will be truncated. For example, if 1776761323455 is entered, it will become 1776761323000; if 1776761323 is entered, it will become 1776761323000.
- instance string
- Kafka instance.
- kafka
Topic string - Kafka topic name. All log data delivered through this configuration will be sent to this topic.
- start
Time number - Start time. If not configured, defaults to the current time. Note: Millisecond data will be ignored. For example, if 1776761323455 is entered, the result will be 1776761323000; if 1776761323 is entered, the result will be 1776761323000.
- compress str
- Compression format; supports snappy, gzip, lz4, none.
- end_
time int - Delivery end time, in milliseconds. If not set, delivery continues indefinitely. Note: Milliseconds will be truncated. For example, if 1776761323455 is entered, it will become 1776761323000; if 1776761323 is entered, it will become 1776761323000.
- instance str
- Kafka instance.
- kafka_
topic str - Kafka topic name. All log data delivered through this configuration will be sent to this topic.
- start_
time int - Start time. If not configured, defaults to the current time. Note: Millisecond data will be ignored. For example, if 1776761323455 is entered, the result will be 1776761323000; if 1776761323 is entered, the result will be 1776761323000.
- compress String
- Compression format; supports snappy, gzip, lz4, none.
- end
Time Number - Delivery end time, in milliseconds. If not set, delivery continues indefinitely. Note: Milliseconds will be truncated. For example, if 1776761323455 is entered, it will become 1776761323000; if 1776761323 is entered, it will become 1776761323000.
- instance String
- Kafka instance.
- kafka
Topic String - Kafka topic name. All log data delivered through this configuration will be sent to this topic.
- start
Time Number - Start time. If not configured, defaults to the current time. Note: Millisecond data will be ignored. For example, if 1776761323455 is entered, the result will be 1776761323000; if 1776761323 is entered, the result will be 1776761323000.
ShipperTosShipperInfo, ShipperTosShipperInfoArgs
- Bucket string
- Select a TOS bucket. Must be in the same region as the source log topic. Can only contain numbers, hyphens (-), and letters a–z. Must start and end with a number or letter. Length: 3–63 characters.
- Compress string
- Compression format; supports snappy, gzip, lz4, none.
- Interval int
- Delivery interval in seconds, range: 300–900.
- Max
Size int - Maximum raw file size per partition for delivery, in MiB. Range: 5–256.
- Partition
Format string - Partition rule for log delivery. Subdirectory naming format supports strftime syntax. Default: %Y/%m/%d/%H/%M.
- Prefix string
- Top-level directory name for the bucket. Cannot start with / or , and cannot use consecutive /. Cannot use .. as a folder name. Duplicate names are not allowed within the same bucket.
- Bucket string
- Select a TOS bucket. Must be in the same region as the source log topic. Can only contain numbers, hyphens (-), and letters a–z. Must start and end with a number or letter. Length: 3–63 characters.
- Compress string
- Compression format; supports snappy, gzip, lz4, none.
- Interval int
- Delivery interval in seconds, range: 300–900.
- Max
Size int - Maximum raw file size per partition for delivery, in MiB. Range: 5–256.
- Partition
Format string - Partition rule for log delivery. Subdirectory naming format supports strftime syntax. Default: %Y/%m/%d/%H/%M.
- Prefix string
- Top-level directory name for the bucket. Cannot start with / or , and cannot use consecutive /. Cannot use .. as a folder name. Duplicate names are not allowed within the same bucket.
- bucket String
- Select a TOS bucket. Must be in the same region as the source log topic. Can only contain numbers, hyphens (-), and letters a–z. Must start and end with a number or letter. Length: 3–63 characters.
- compress String
- Compression format; supports snappy, gzip, lz4, none.
- interval Integer
- Delivery interval in seconds, range: 300–900.
- max
Size Integer - Maximum raw file size per partition for delivery, in MiB. Range: 5–256.
- partition
Format String - Partition rule for log delivery. Subdirectory naming format supports strftime syntax. Default: %Y/%m/%d/%H/%M.
- prefix String
- Top-level directory name for the bucket. Cannot start with / or , and cannot use consecutive /. Cannot use .. as a folder name. Duplicate names are not allowed within the same bucket.
- bucket string
- Select a TOS bucket. Must be in the same region as the source log topic. Can only contain numbers, hyphens (-), and letters a–z. Must start and end with a number or letter. Length: 3–63 characters.
- compress string
- Compression format; supports snappy, gzip, lz4, none.
- interval number
- Delivery interval in seconds, range: 300–900.
- max
Size number - Maximum raw file size per partition for delivery, in MiB. Range: 5–256.
- partition
Format string - Partition rule for log delivery. Subdirectory naming format supports strftime syntax. Default: %Y/%m/%d/%H/%M.
- prefix string
- Top-level directory name for the bucket. Cannot start with / or , and cannot use consecutive /. Cannot use .. as a folder name. Duplicate names are not allowed within the same bucket.
- bucket str
- Select a TOS bucket. Must be in the same region as the source log topic. Can only contain numbers, hyphens (-), and letters a–z. Must start and end with a number or letter. Length: 3–63 characters.
- compress str
- Compression format; supports snappy, gzip, lz4, none.
- interval int
- Delivery interval in seconds, range: 300–900.
- max_
size int - Maximum raw file size per partition for delivery, in MiB. Range: 5–256.
- partition_
format str - Partition rule for log delivery. Subdirectory naming format supports strftime syntax. Default: %Y/%m/%d/%H/%M.
- prefix str
- Top-level directory name for the bucket. Cannot start with / or , and cannot use consecutive /. Cannot use .. as a folder name. Duplicate names are not allowed within the same bucket.
- bucket String
- Select a TOS bucket. Must be in the same region as the source log topic. Can only contain numbers, hyphens (-), and letters a–z. Must start and end with a number or letter. Length: 3–63 characters.
- compress String
- Compression format; supports snappy, gzip, lz4, none.
- interval Number
- Delivery interval in seconds, range: 300–900.
- max
Size Number - Maximum raw file size per partition for delivery, in MiB. Range: 5–256.
- partition
Format String - Partition rule for log delivery. Subdirectory naming format supports strftime syntax. Default: %Y/%m/%d/%H/%M.
- prefix String
- Top-level directory name for the bucket. Cannot start with / or , and cannot use consecutive /. Cannot use .. as a folder name. Duplicate names are not allowed within the same bucket.
Import
$ pulumi import volcenginecc:tls/shipper:Shipper example "shipper_id"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- volcenginecc volcengine/pulumi-volcenginecc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
volcengineccTerraform Provider.
published on Thursday, Apr 23, 2026 by Volcengine
