1. Packages
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. tls
  6. getShipper
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
volcenginecc logo
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine

    Data Source schema for Volcengine::TLS::Shipper

    Using getShipper

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getShipper(args: GetShipperArgs, opts?: InvokeOptions): Promise<GetShipperResult>
    function getShipperOutput(args: GetShipperOutputArgs, opts?: InvokeOptions): Output<GetShipperResult>
    def get_shipper(id: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetShipperResult
    def get_shipper_output(id: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetShipperResult]
    func LookupShipper(ctx *Context, args *LookupShipperArgs, opts ...InvokeOption) (*LookupShipperResult, error)
    func LookupShipperOutput(ctx *Context, args *LookupShipperOutputArgs, opts ...InvokeOption) LookupShipperResultOutput

    > Note: This function is named LookupShipper in the Go SDK.

    public static class GetShipper 
    {
        public static Task<GetShipperResult> InvokeAsync(GetShipperArgs args, InvokeOptions? opts = null)
        public static Output<GetShipperResult> Invoke(GetShipperInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetShipperResult> getShipper(GetShipperArgs args, InvokeOptions options)
    public static Output<GetShipperResult> getShipper(GetShipperArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcenginecc:tls/getShipper:getShipper
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Uniquely identifies the resource.
    Id string
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.
    id string
    Uniquely identifies the resource.
    id str
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.

    getShipper Result

    The following output properties are available:

    ContentInfo Volcengine.GetShipperContentInfo
    Log content delivery format configuration.
    CreatedTime string
    Creation time.
    DashboardId string
    Default built-in dashboard ID for delivery.
    Id string
    Uniquely identifies the resource.
    KafkaShipperInfo Volcengine.GetShipperKafkaShipperInfo
    Kafka delivery configuration.
    ProjectId string
    Log project ID.
    ProjectName string
    Log project name.
    ShipperEndTime int
    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.
    ShipperId string
    Delivery configuration ID.
    ShipperName string
    Delivery configuration name, unique within a log project.
    ShipperStartTime int
    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.
    ShipperType string
    Type of data source for delivery. Options: tos, kafka. Default is tos.
    Status bool
    Whether to enable delivery configuration. Default is true.
    TopicId string
    Log topic ID.
    TopicName string
    Log topic name.
    TosShipperInfo Volcengine.GetShipperTosShipperInfo
    Information related to delivery to TOS object storage.
    UpdatedTime string
    Update time.
    ContentInfo GetShipperContentInfo
    Log content delivery format configuration.
    CreatedTime string
    Creation time.
    DashboardId string
    Default built-in dashboard ID for delivery.
    Id string
    Uniquely identifies the resource.
    KafkaShipperInfo GetShipperKafkaShipperInfo
    Kafka delivery configuration.
    ProjectId string
    Log project ID.
    ProjectName string
    Log project name.
    ShipperEndTime int
    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.
    ShipperId string
    Delivery configuration ID.
    ShipperName string
    Delivery configuration name, unique within a log project.
    ShipperStartTime int
    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.
    ShipperType string
    Type of data source for delivery. Options: tos, kafka. Default is tos.
    Status bool
    Whether to enable delivery configuration. Default is true.
    TopicId string
    Log topic ID.
    TopicName string
    Log topic name.
    TosShipperInfo GetShipperTosShipperInfo
    Information related to delivery to TOS object storage.
    UpdatedTime string
    Update time.
    contentInfo GetShipperContentInfo
    Log content delivery format configuration.
    createdTime String
    Creation time.
    dashboardId String
    Default built-in dashboard ID for delivery.
    id String
    Uniquely identifies the resource.
    kafkaShipperInfo GetShipperKafkaShipperInfo
    Kafka delivery configuration.
    projectId String
    Log project ID.
    projectName String
    Log project name.
    shipperEndTime Integer
    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.
    shipperId String
    Delivery configuration ID.
    shipperName String
    Delivery configuration name, unique within a log project.
    shipperStartTime Integer
    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.
    shipperType String
    Type of data source for delivery. Options: tos, kafka. Default is tos.
    status Boolean
    Whether to enable delivery configuration. Default is true.
    topicId String
    Log topic ID.
    topicName String
    Log topic name.
    tosShipperInfo GetShipperTosShipperInfo
    Information related to delivery to TOS object storage.
    updatedTime String
    Update time.
    contentInfo GetShipperContentInfo
    Log content delivery format configuration.
    createdTime string
    Creation time.
    dashboardId string
    Default built-in dashboard ID for delivery.
    id string
    Uniquely identifies the resource.
    kafkaShipperInfo GetShipperKafkaShipperInfo
    Kafka delivery configuration.
    projectId string
    Log project ID.
    projectName string
    Log project name.
    shipperEndTime number
    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.
    shipperId string
    Delivery configuration ID.
    shipperName string
    Delivery configuration name, unique within a log project.
    shipperStartTime number
    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.
    shipperType string
    Type of data source for delivery. Options: tos, kafka. Default is tos.
    status boolean
    Whether to enable delivery configuration. Default is true.
    topicId string
    Log topic ID.
    topicName string
    Log topic name.
    tosShipperInfo GetShipperTosShipperInfo
    Information related to delivery to TOS object storage.
    updatedTime string
    Update time.
    content_info GetShipperContentInfo
    Log content delivery format configuration.
    created_time str
    Creation time.
    dashboard_id str
    Default built-in dashboard ID for delivery.
    id str
    Uniquely identifies the resource.
    kafka_shipper_info GetShipperKafkaShipperInfo
    Kafka delivery configuration.
    project_id str
    Log project ID.
    project_name str
    Log project name.
    shipper_end_time int
    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_time int
    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_info GetShipperTosShipperInfo
    Information related to delivery to TOS object storage.
    updated_time str
    Update time.
    contentInfo Property Map
    Log content delivery format configuration.
    createdTime String
    Creation time.
    dashboardId String
    Default built-in dashboard ID for delivery.
    id String
    Uniquely identifies the resource.
    kafkaShipperInfo Property Map
    Kafka delivery configuration.
    projectId String
    Log project ID.
    projectName String
    Log project name.
    shipperEndTime Number
    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.
    shipperId String
    Delivery configuration ID.
    shipperName String
    Delivery configuration name, unique within a log project.
    shipperStartTime Number
    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.
    shipperType String
    Type of data source for delivery. Options: tos, kafka. Default is tos.
    status Boolean
    Whether to enable delivery configuration. Default is true.
    topicId String
    Log topic ID.
    topicName String
    Log topic name.
    tosShipperInfo Property Map
    Information related to delivery to TOS object storage.
    updatedTime String
    Update time.

    Supporting Types

    GetShipperContentInfo

    CsvInfo Volcengine.GetShipperContentInfoCsvInfo
    CSV format log content configuration.
    Format string
    Log content parsing format. Delivery to TOS supports json, jsonl, csv; delivery to Kafka supports original, json.
    JsonInfo Volcengine.GetShipperContentInfoJsonInfo
    JSON/JSONL format log content configuration.
    CsvInfo GetShipperContentInfoCsvInfo
    CSV format log content configuration.
    Format string
    Log content parsing format. Delivery to TOS supports json, jsonl, csv; delivery to Kafka supports original, json.
    JsonInfo GetShipperContentInfoJsonInfo
    JSON/JSONL format log content configuration.
    csvInfo GetShipperContentInfoCsvInfo
    CSV format log content configuration.
    format String
    Log content parsing format. Delivery to TOS supports json, jsonl, csv; delivery to Kafka supports original, json.
    jsonInfo GetShipperContentInfoJsonInfo
    JSON/JSONL format log content configuration.
    csvInfo GetShipperContentInfoCsvInfo
    CSV format log content configuration.
    format string
    Log content parsing format. Delivery to TOS supports json, jsonl, csv; delivery to Kafka supports original, json.
    jsonInfo GetShipperContentInfoJsonInfo
    JSON/JSONL format log content configuration.
    csv_info GetShipperContentInfoCsvInfo
    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 GetShipperContentInfoJsonInfo
    JSON/JSONL format log content configuration.
    csvInfo 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.
    jsonInfo Property Map
    JSON/JSONL format log content configuration.

    GetShipperContentInfoCsvInfo

    Delimiter string
    Delimiter. Supports comma, tab, pipe, semicolon, space.
    EscapeChar 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.
    NonFieldContent string
    Content for invalid field padding. Length: 0–128.
    PrintHeader bool
    Whether to print the key in the first row.
    Delimiter string
    Delimiter. Supports comma, tab, pipe, semicolon, space.
    EscapeChar 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.
    NonFieldContent string
    Content for invalid field padding. Length: 0–128.
    PrintHeader bool
    Whether to print the key in the first row.
    delimiter String
    Delimiter. Supports comma, tab, pipe, semicolon, space.
    escapeChar 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.
    nonFieldContent String
    Content for invalid field padding. Length: 0–128.
    printHeader Boolean
    Whether to print the key in the first row.
    delimiter string
    Delimiter. Supports comma, tab, pipe, semicolon, space.
    escapeChar 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.
    nonFieldContent string
    Content for invalid field padding. Length: 0–128.
    printHeader 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_content str
    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.
    escapeChar 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.
    nonFieldContent String
    Content for invalid field padding. Length: 0–128.
    printHeader Boolean
    Whether to print the key in the first row.

    GetShipperContentInfoJsonInfo

    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.

    GetShipperKafkaShipperInfo

    Compress string
    Compression format; supports snappy, gzip, lz4, none.
    EndTime 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.
    KafkaTopic string
    Kafka topic name. All log data delivered through this configuration will be sent to this topic.
    StartTime 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.
    EndTime 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.
    KafkaTopic string
    Kafka topic name. All log data delivered through this configuration will be sent to this topic.
    StartTime 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.
    endTime 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.
    kafkaTopic String
    Kafka topic name. All log data delivered through this configuration will be sent to this topic.
    startTime 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.
    endTime 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.
    kafkaTopic string
    Kafka topic name. All log data delivered through this configuration will be sent to this topic.
    startTime 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.
    endTime 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.
    kafkaTopic String
    Kafka topic name. All log data delivered through this configuration will be sent to this topic.
    startTime 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.

    GetShipperTosShipperInfo

    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.
    MaxSize int
    Maximum raw file size per partition for delivery, in MiB. Range: 5–256.
    PartitionFormat 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.
    MaxSize int
    Maximum raw file size per partition for delivery, in MiB. Range: 5–256.
    PartitionFormat 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.
    maxSize Integer
    Maximum raw file size per partition for delivery, in MiB. Range: 5–256.
    partitionFormat 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.
    maxSize number
    Maximum raw file size per partition for delivery, in MiB. Range: 5–256.
    partitionFormat 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.
    maxSize Number
    Maximum raw file size per partition for delivery, in MiB. Range: 5–256.
    partitionFormat 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.

    Package Details

    Repository
    volcenginecc volcengine/pulumi-volcenginecc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the volcenginecc Terraform Provider.
    volcenginecc logo
    Viewing docs for volcenginecc v0.0.32
    published on Thursday, Apr 23, 2026 by Volcengine
      Try Pulumi Cloud free. Your team will thank you.