Volcengine v0.0.33 published on Monday, Jun 30, 2025 by Volcengine
volcengine.tls.getShippers
Explore with Pulumi AI
Use this data source to query detailed information of tls shippers
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const default = volcengine.tls.getShippers({});
import pulumi
import pulumi_volcengine as volcengine
default = volcengine.tls.get_shippers()
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/tls"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := tls.GetShippers(ctx, nil, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Volcengine = Pulumi.Volcengine;
return await Deployment.RunAsync(() =>
{
var @default = Volcengine.Tls.GetShippers.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.volcengine.tls.TlsFunctions;
import com.pulumi.volcengine.tls.inputs.GetShippersArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var default = TlsFunctions.getShippers();
}
}
variables:
default:
fn::invoke:
Function: volcengine:tls:getShippers
Arguments: {}
Using getShippers
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 getShippers(args: GetShippersArgs, opts?: InvokeOptions): Promise<GetShippersResult>
function getShippersOutput(args: GetShippersOutputArgs, opts?: InvokeOptions): Output<GetShippersResult>
def get_shippers(iam_project_name: Optional[str] = None,
name_regex: Optional[str] = None,
output_file: Optional[str] = None,
project_id: Optional[str] = None,
project_name: Optional[str] = None,
shipper_id: Optional[str] = None,
shipper_name: Optional[str] = None,
shipper_type: Optional[str] = None,
topic_id: Optional[str] = None,
topic_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetShippersResult
def get_shippers_output(iam_project_name: Optional[pulumi.Input[str]] = None,
name_regex: Optional[pulumi.Input[str]] = None,
output_file: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
project_name: Optional[pulumi.Input[str]] = None,
shipper_id: Optional[pulumi.Input[str]] = None,
shipper_name: Optional[pulumi.Input[str]] = None,
shipper_type: Optional[pulumi.Input[str]] = None,
topic_id: Optional[pulumi.Input[str]] = None,
topic_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetShippersResult]
func GetShippers(ctx *Context, args *GetShippersArgs, opts ...InvokeOption) (*GetShippersResult, error)
func GetShippersOutput(ctx *Context, args *GetShippersOutputArgs, opts ...InvokeOption) GetShippersResultOutput
> Note: This function is named GetShippers
in the Go SDK.
public static class GetShippers
{
public static Task<GetShippersResult> InvokeAsync(GetShippersArgs args, InvokeOptions? opts = null)
public static Output<GetShippersResult> Invoke(GetShippersInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetShippersResult> getShippers(GetShippersArgs args, InvokeOptions options)
public static Output<GetShippersResult> getShippers(GetShippersArgs args, InvokeOptions options)
fn::invoke:
function: volcengine:tls/getShippers:getShippers
arguments:
# arguments dictionary
The following arguments are supported:
- Iam
Project stringName - Specify the IAM project name for querying the data delivery configuration under the specified IAM project.
- Name
Regex string - A Name Regex of Resource.
- Output
File string - File name where to save data source results.
- Project
Id string - Specify the log item ID for querying the data delivery configuration under the specified log item.
- Project
Name string - Specify the name of the log item for querying the data delivery configuration under the specified log item. Support fuzzy matching.
- Shipper
Id string - Delivery configuration ID.
- Shipper
Name string - Delivery configuration name.
- Shipper
Type string - Specify the delivery type for querying the delivery configuration related to that delivery type.
- Topic
Id string - Specify the log topic ID for querying the data delivery configuration related to this log topic.
- Topic
Name string - Specify the name of the log topic for querying the data delivery configuration related to this log topic. Support fuzzy matching.
- Iam
Project stringName - Specify the IAM project name for querying the data delivery configuration under the specified IAM project.
- Name
Regex string - A Name Regex of Resource.
- Output
File string - File name where to save data source results.
- Project
Id string - Specify the log item ID for querying the data delivery configuration under the specified log item.
- Project
Name string - Specify the name of the log item for querying the data delivery configuration under the specified log item. Support fuzzy matching.
- Shipper
Id string - Delivery configuration ID.
- Shipper
Name string - Delivery configuration name.
- Shipper
Type string - Specify the delivery type for querying the delivery configuration related to that delivery type.
- Topic
Id string - Specify the log topic ID for querying the data delivery configuration related to this log topic.
- Topic
Name string - Specify the name of the log topic for querying the data delivery configuration related to this log topic. Support fuzzy matching.
- iam
Project StringName - Specify the IAM project name for querying the data delivery configuration under the specified IAM project.
- name
Regex String - A Name Regex of Resource.
- output
File String - File name where to save data source results.
- project
Id String - Specify the log item ID for querying the data delivery configuration under the specified log item.
- project
Name String - Specify the name of the log item for querying the data delivery configuration under the specified log item. Support fuzzy matching.
- shipper
Id String - Delivery configuration ID.
- shipper
Name String - Delivery configuration name.
- shipper
Type String - Specify the delivery type for querying the delivery configuration related to that delivery type.
- topic
Id String - Specify the log topic ID for querying the data delivery configuration related to this log topic.
- topic
Name String - Specify the name of the log topic for querying the data delivery configuration related to this log topic. Support fuzzy matching.
- iam
Project stringName - Specify the IAM project name for querying the data delivery configuration under the specified IAM project.
- name
Regex string - A Name Regex of Resource.
- output
File string - File name where to save data source results.
- project
Id string - Specify the log item ID for querying the data delivery configuration under the specified log item.
- project
Name string - Specify the name of the log item for querying the data delivery configuration under the specified log item. Support fuzzy matching.
- shipper
Id string - Delivery configuration ID.
- shipper
Name string - Delivery configuration name.
- shipper
Type string - Specify the delivery type for querying the delivery configuration related to that delivery type.
- topic
Id string - Specify the log topic ID for querying the data delivery configuration related to this log topic.
- topic
Name string - Specify the name of the log topic for querying the data delivery configuration related to this log topic. Support fuzzy matching.
- iam_
project_ strname - Specify the IAM project name for querying the data delivery configuration under the specified IAM project.
- name_
regex str - A Name Regex of Resource.
- output_
file str - File name where to save data source results.
- project_
id str - Specify the log item ID for querying the data delivery configuration under the specified log item.
- project_
name str - Specify the name of the log item for querying the data delivery configuration under the specified log item. Support fuzzy matching.
- shipper_
id str - Delivery configuration ID.
- shipper_
name str - Delivery configuration name.
- shipper_
type str - Specify the delivery type for querying the delivery configuration related to that delivery type.
- topic_
id str - Specify the log topic ID for querying the data delivery configuration related to this log topic.
- topic_
name str - Specify the name of the log topic for querying the data delivery configuration related to this log topic. Support fuzzy matching.
- iam
Project StringName - Specify the IAM project name for querying the data delivery configuration under the specified IAM project.
- name
Regex String - A Name Regex of Resource.
- output
File String - File name where to save data source results.
- project
Id String - Specify the log item ID for querying the data delivery configuration under the specified log item.
- project
Name String - Specify the name of the log item for querying the data delivery configuration under the specified log item. Support fuzzy matching.
- shipper
Id String - Delivery configuration ID.
- shipper
Name String - Delivery configuration name.
- shipper
Type String - Specify the delivery type for querying the delivery configuration related to that delivery type.
- topic
Id String - Specify the log topic ID for querying the data delivery configuration related to this log topic.
- topic
Name String - Specify the name of the log topic for querying the data delivery configuration related to this log topic. Support fuzzy matching.
getShippers Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Shippers
List<Get
Shippers Shipper> - Submit the relevant information of the configuration.
- Total
Count int - The total count of query.
- Iam
Project stringName - Name
Regex string - Output
File string - Project
Id string - The log project ID where the log to be delivered is located.
- Project
Name string - The name of the log item where the log to be delivered is located.
- Shipper
Id string - Deliver configuration ID.
- Shipper
Name string - Delivery configuration name.
- Shipper
Type string - The type of delivery.
- Topic
Id string - The log topic ID where the log to be delivered is located.
- Topic
Name string - The name of the log topic where the log to be delivered is located.
- Id string
- The provider-assigned unique ID for this managed resource.
- Shippers
[]Get
Shippers Shipper - Submit the relevant information of the configuration.
- Total
Count int - The total count of query.
- Iam
Project stringName - Name
Regex string - Output
File string - Project
Id string - The log project ID where the log to be delivered is located.
- Project
Name string - The name of the log item where the log to be delivered is located.
- Shipper
Id string - Deliver configuration ID.
- Shipper
Name string - Delivery configuration name.
- Shipper
Type string - The type of delivery.
- Topic
Id string - The log topic ID where the log to be delivered is located.
- Topic
Name string - The name of the log topic where the log to be delivered is located.
- id String
- The provider-assigned unique ID for this managed resource.
- shippers
List<Get
Shippers Shipper> - Submit the relevant information of the configuration.
- total
Count Integer - The total count of query.
- iam
Project StringName - name
Regex String - output
File String - project
Id String - The log project ID where the log to be delivered is located.
- project
Name String - The name of the log item where the log to be delivered is located.
- shipper
Id String - Deliver configuration ID.
- shipper
Name String - Delivery configuration name.
- shipper
Type String - The type of delivery.
- topic
Id String - The log topic ID where the log to be delivered is located.
- topic
Name String - The name of the log topic where the log to be delivered is located.
- id string
- The provider-assigned unique ID for this managed resource.
- shippers
Get
Shippers Shipper[] - Submit the relevant information of the configuration.
- total
Count number - The total count of query.
- iam
Project stringName - name
Regex string - output
File string - project
Id string - The log project ID where the log to be delivered is located.
- project
Name string - The name of the log item where the log to be delivered is located.
- shipper
Id string - Deliver configuration ID.
- shipper
Name string - Delivery configuration name.
- shipper
Type string - The type of delivery.
- topic
Id string - The log topic ID where the log to be delivered is located.
- topic
Name string - The name of the log topic where the log to be delivered is located.
- id str
- The provider-assigned unique ID for this managed resource.
- shippers
Sequence[Get
Shippers Shipper] - Submit the relevant information of the configuration.
- total_
count int - The total count of query.
- iam_
project_ strname - name_
regex str - output_
file str - project_
id str - The log project ID where the log to be delivered is located.
- project_
name str - The name of the log item where the log to be delivered is located.
- shipper_
id str - Deliver configuration ID.
- shipper_
name str - Delivery configuration name.
- shipper_
type str - The type of delivery.
- topic_
id str - The log topic ID where the log to be delivered is located.
- topic_
name str - The name of the log topic where the log to be delivered is located.
- id String
- The provider-assigned unique ID for this managed resource.
- shippers List<Property Map>
- Submit the relevant information of the configuration.
- total
Count Number - The total count of query.
- iam
Project StringName - name
Regex String - output
File String - project
Id String - The log project ID where the log to be delivered is located.
- project
Name String - The name of the log item where the log to be delivered is located.
- shipper
Id String - Deliver configuration ID.
- shipper
Name String - Delivery configuration name.
- shipper
Type String - The type of delivery.
- topic
Id String - The log topic ID where the log to be delivered is located.
- topic
Name String - The name of the log topic where the log to be delivered is located.
Supporting Types
GetShippersShipper
- Content
Info GetShippers Shipper Content Info - The content format configuration of the delivery log.
- Create
Time string - Processing task creation time.
- Dashboard
Id string - The default built-in dashboard ID for delivery.
- Kafka
Shipper GetInfo Shippers Shipper Kafka Shipper Info - JSON format log content configuration.
- Modify
Time string - The most recent modification time of the processing task.
- Project
Id string - Specify the log item ID for querying the data delivery configuration under the specified log item.
- Project
Name string - Specify the name of the log item for querying the data delivery configuration under the specified log item. Support fuzzy matching.
- Shipper
End intTime - Delivery end time, millisecond timestamp. If not configured, it will keep delivering.
- Shipper
Id string - Delivery configuration ID.
- Shipper
Name string - Delivery configuration name.
- Shipper
Start intTime - Delivery start time, millisecond timestamp. If not configured, it defaults to the current time.
- Shipper
Type string - Specify the delivery type for querying the delivery configuration related to that delivery type.
- Status bool
- Whether to enable the delivery configuration.
- Topic
Id string - Specify the log topic ID for querying the data delivery configuration related to this log topic.
- Topic
Name string - Specify the name of the log topic for querying the data delivery configuration related to this log topic. Support fuzzy matching.
- Tos
Shipper GetInfo Shippers Shipper Tos Shipper Info - Deliver the relevant configuration to the object storage (TOS).
- Content
Info GetShippers Shipper Content Info - The content format configuration of the delivery log.
- Create
Time string - Processing task creation time.
- Dashboard
Id string - The default built-in dashboard ID for delivery.
- Kafka
Shipper GetInfo Shippers Shipper Kafka Shipper Info - JSON format log content configuration.
- Modify
Time string - The most recent modification time of the processing task.
- Project
Id string - Specify the log item ID for querying the data delivery configuration under the specified log item.
- Project
Name string - Specify the name of the log item for querying the data delivery configuration under the specified log item. Support fuzzy matching.
- Shipper
End intTime - Delivery end time, millisecond timestamp. If not configured, it will keep delivering.
- Shipper
Id string - Delivery configuration ID.
- Shipper
Name string - Delivery configuration name.
- Shipper
Start intTime - Delivery start time, millisecond timestamp. If not configured, it defaults to the current time.
- Shipper
Type string - Specify the delivery type for querying the delivery configuration related to that delivery type.
- Status bool
- Whether to enable the delivery configuration.
- Topic
Id string - Specify the log topic ID for querying the data delivery configuration related to this log topic.
- Topic
Name string - Specify the name of the log topic for querying the data delivery configuration related to this log topic. Support fuzzy matching.
- Tos
Shipper GetInfo Shippers Shipper Tos Shipper Info - Deliver the relevant configuration to the object storage (TOS).
- content
Info GetShippers Shipper Content Info - The content format configuration of the delivery log.
- create
Time String - Processing task creation time.
- dashboard
Id String - The default built-in dashboard ID for delivery.
- kafka
Shipper GetInfo Shippers Shipper Kafka Shipper Info - JSON format log content configuration.
- modify
Time String - The most recent modification time of the processing task.
- project
Id String - Specify the log item ID for querying the data delivery configuration under the specified log item.
- project
Name String - Specify the name of the log item for querying the data delivery configuration under the specified log item. Support fuzzy matching.
- shipper
End IntegerTime - Delivery end time, millisecond timestamp. If not configured, it will keep delivering.
- shipper
Id String - Delivery configuration ID.
- shipper
Name String - Delivery configuration name.
- shipper
Start IntegerTime - Delivery start time, millisecond timestamp. If not configured, it defaults to the current time.
- shipper
Type String - Specify the delivery type for querying the delivery configuration related to that delivery type.
- status Boolean
- Whether to enable the delivery configuration.
- topic
Id String - Specify the log topic ID for querying the data delivery configuration related to this log topic.
- topic
Name String - Specify the name of the log topic for querying the data delivery configuration related to this log topic. Support fuzzy matching.
- tos
Shipper GetInfo Shippers Shipper Tos Shipper Info - Deliver the relevant configuration to the object storage (TOS).
- content
Info GetShippers Shipper Content Info - The content format configuration of the delivery log.
- create
Time string - Processing task creation time.
- dashboard
Id string - The default built-in dashboard ID for delivery.
- kafka
Shipper GetInfo Shippers Shipper Kafka Shipper Info - JSON format log content configuration.
- modify
Time string - The most recent modification time of the processing task.
- project
Id string - Specify the log item ID for querying the data delivery configuration under the specified log item.
- project
Name string - Specify the name of the log item for querying the data delivery configuration under the specified log item. Support fuzzy matching.
- shipper
End numberTime - Delivery end time, millisecond timestamp. If not configured, it will keep delivering.
- shipper
Id string - Delivery configuration ID.
- shipper
Name string - Delivery configuration name.
- shipper
Start numberTime - Delivery start time, millisecond timestamp. If not configured, it defaults to the current time.
- shipper
Type string - Specify the delivery type for querying the delivery configuration related to that delivery type.
- status boolean
- Whether to enable the delivery configuration.
- topic
Id string - Specify the log topic ID for querying the data delivery configuration related to this log topic.
- topic
Name string - Specify the name of the log topic for querying the data delivery configuration related to this log topic. Support fuzzy matching.
- tos
Shipper GetInfo Shippers Shipper Tos Shipper Info - Deliver the relevant configuration to the object storage (TOS).
- content_
info GetShippers Shipper Content Info - The content format configuration of the delivery log.
- create_
time str - Processing task creation time.
- dashboard_
id str - The default built-in dashboard ID for delivery.
- kafka_
shipper_ Getinfo Shippers Shipper Kafka Shipper Info - JSON format log content configuration.
- modify_
time str - The most recent modification time of the processing task.
- project_
id str - Specify the log item ID for querying the data delivery configuration under the specified log item.
- project_
name str - Specify the name of the log item for querying the data delivery configuration under the specified log item. Support fuzzy matching.
- shipper_
end_ inttime - Delivery end time, millisecond timestamp. If not configured, it will keep delivering.
- shipper_
id str - Delivery configuration ID.
- shipper_
name str - Delivery configuration name.
- shipper_
start_ inttime - Delivery start time, millisecond timestamp. If not configured, it defaults to the current time.
- shipper_
type str - Specify the delivery type for querying the delivery configuration related to that delivery type.
- status bool
- Whether to enable the delivery configuration.
- topic_
id str - Specify the log topic ID for querying the data delivery configuration related to this log topic.
- topic_
name str - Specify the name of the log topic for querying the data delivery configuration related to this log topic. Support fuzzy matching.
- tos_
shipper_ Getinfo Shippers Shipper Tos Shipper Info - Deliver the relevant configuration to the object storage (TOS).
- content
Info Property Map - The content format configuration of the delivery log.
- create
Time String - Processing task creation time.
- dashboard
Id String - The default built-in dashboard ID for delivery.
- kafka
Shipper Property MapInfo - JSON format log content configuration.
- modify
Time String - The most recent modification time of the processing task.
- project
Id String - Specify the log item ID for querying the data delivery configuration under the specified log item.
- project
Name String - Specify the name of the log item for querying the data delivery configuration under the specified log item. Support fuzzy matching.
- shipper
End NumberTime - Delivery end time, millisecond timestamp. If not configured, it will keep delivering.
- shipper
Id String - Delivery configuration ID.
- shipper
Name String - Delivery configuration name.
- shipper
Start NumberTime - Delivery start time, millisecond timestamp. If not configured, it defaults to the current time.
- shipper
Type String - Specify the delivery type for querying the delivery configuration related to that delivery type.
- status Boolean
- Whether to enable the delivery configuration.
- topic
Id String - Specify the log topic ID for querying the data delivery configuration related to this log topic.
- topic
Name String - Specify the name of the log topic for querying the data delivery configuration related to this log topic. Support fuzzy matching.
- tos
Shipper Property MapInfo - Deliver the relevant configuration to the object storage (TOS).
GetShippersShipperContentInfo
- Csv
Info GetShippers Shipper Content Info Csv Info - CSV format log content configuration.
- Format string
- Log content parsing format.
- Json
Info GetShippers Shipper Content Info Json Info - JSON format log content configuration.
- Csv
Info GetShippers Shipper Content Info Csv Info - CSV format log content configuration.
- Format string
- Log content parsing format.
- Json
Info GetShippers Shipper Content Info Json Info - JSON format log content configuration.
- csv
Info GetShippers Shipper Content Info Csv Info - CSV format log content configuration.
- format String
- Log content parsing format.
- json
Info GetShippers Shipper Content Info Json Info - JSON format log content configuration.
- csv
Info GetShippers Shipper Content Info Csv Info - CSV format log content configuration.
- format string
- Log content parsing format.
- json
Info GetShippers Shipper Content Info Json Info - JSON format log content configuration.
- csv_
info GetShippers Shipper Content Info Csv Info - CSV format log content configuration.
- format str
- Log content parsing format.
- json_
info GetShippers Shipper Content Info Json Info - JSON format log content configuration.
- csv
Info Property Map - CSV format log content configuration.
- format String
- Log content parsing format.
- json
Info Property Map - JSON format log content configuration.
GetShippersShipperContentInfoCsvInfo
- Delimiter string
- Delimiters are supported, including commas, tabs, vertical bars, semicolons, and Spaces.
- Escape
Char string - When the field content contains a delimiter, use an escape character to wrap the field. Currently, only single quotes, double quotes, and null characters are supported.
- Keys List<string>
- When delivering in JSON format, if this parameter is not configured, it indicates that all fields have been delivered. Including content (choice), source, path, time, image_name, container_name, pod_name, pod_uid, namespace, tag____client_ip, tag____receive_time.
- Non
Field stringContent - Invalid field filling content, with a length ranging from 0 to 128.
- Print
Header bool - Whether to print the Key on the first line.
- Delimiter string
- Delimiters are supported, including commas, tabs, vertical bars, semicolons, and Spaces.
- Escape
Char string - When the field content contains a delimiter, use an escape character to wrap the field. Currently, only single quotes, double quotes, and null characters are supported.
- Keys []string
- When delivering in JSON format, if this parameter is not configured, it indicates that all fields have been delivered. Including content (choice), source, path, time, image_name, container_name, pod_name, pod_uid, namespace, tag____client_ip, tag____receive_time.
- Non
Field stringContent - Invalid field filling content, with a length ranging from 0 to 128.
- Print
Header bool - Whether to print the Key on the first line.
- delimiter String
- Delimiters are supported, including commas, tabs, vertical bars, semicolons, and Spaces.
- escape
Char String - When the field content contains a delimiter, use an escape character to wrap the field. Currently, only single quotes, double quotes, and null characters are supported.
- keys List<String>
- When delivering in JSON format, if this parameter is not configured, it indicates that all fields have been delivered. Including content (choice), source, path, time, image_name, container_name, pod_name, pod_uid, namespace, tag____client_ip, tag____receive_time.
- non
Field StringContent - Invalid field filling content, with a length ranging from 0 to 128.
- print
Header Boolean - Whether to print the Key on the first line.
- delimiter string
- Delimiters are supported, including commas, tabs, vertical bars, semicolons, and Spaces.
- escape
Char string - When the field content contains a delimiter, use an escape character to wrap the field. Currently, only single quotes, double quotes, and null characters are supported.
- keys string[]
- When delivering in JSON format, if this parameter is not configured, it indicates that all fields have been delivered. Including content (choice), source, path, time, image_name, container_name, pod_name, pod_uid, namespace, tag____client_ip, tag____receive_time.
- non
Field stringContent - Invalid field filling content, with a length ranging from 0 to 128.
- print
Header boolean - Whether to print the Key on the first line.
- delimiter str
- Delimiters are supported, including commas, tabs, vertical bars, semicolons, and Spaces.
- escape_
char str - When the field content contains a delimiter, use an escape character to wrap the field. Currently, only single quotes, double quotes, and null characters are supported.
- keys Sequence[str]
- When delivering in JSON format, if this parameter is not configured, it indicates that all fields have been delivered. Including content (choice), source, path, time, image_name, container_name, pod_name, pod_uid, namespace, tag____client_ip, tag____receive_time.
- non_
field_ strcontent - Invalid field filling content, with a length ranging from 0 to 128.
- print_
header bool - Whether to print the Key on the first line.
- delimiter String
- Delimiters are supported, including commas, tabs, vertical bars, semicolons, and Spaces.
- escape
Char String - When the field content contains a delimiter, use an escape character to wrap the field. Currently, only single quotes, double quotes, and null characters are supported.
- keys List<String>
- When delivering in JSON format, if this parameter is not configured, it indicates that all fields have been delivered. Including content (choice), source, path, time, image_name, container_name, pod_name, pod_uid, namespace, tag____client_ip, tag____receive_time.
- non
Field StringContent - Invalid field filling content, with a length ranging from 0 to 128.
- print
Header Boolean - Whether to print the Key on the first line.
GetShippersShipperContentInfoJsonInfo
- Enable bool
- Enable the flag.
- Escape bool
- Whether to escape or not. It must be configured as true.
- Keys List<string>
- When delivering in JSON format, if this parameter is not configured, it indicates that all fields have been delivered. Including content (choice), source, path, time, image_name, container_name, pod_name, pod_uid, namespace, tag____client_ip, tag____receive_time.
- Enable bool
- Enable the flag.
- Escape bool
- Whether to escape or not. It must be configured as true.
- Keys []string
- When delivering in JSON format, if this parameter is not configured, it indicates that all fields have been delivered. Including content (choice), source, path, time, image_name, container_name, pod_name, pod_uid, namespace, tag____client_ip, tag____receive_time.
- enable Boolean
- Enable the flag.
- escape Boolean
- Whether to escape or not. It must be configured as true.
- keys List<String>
- When delivering in JSON format, if this parameter is not configured, it indicates that all fields have been delivered. Including content (choice), source, path, time, image_name, container_name, pod_name, pod_uid, namespace, tag____client_ip, tag____receive_time.
- enable boolean
- Enable the flag.
- escape boolean
- Whether to escape or not. It must be configured as true.
- keys string[]
- When delivering in JSON format, if this parameter is not configured, it indicates that all fields have been delivered. Including content (choice), source, path, time, image_name, container_name, pod_name, pod_uid, namespace, tag____client_ip, tag____receive_time.
- enable bool
- Enable the flag.
- escape bool
- Whether to escape or not. It must be configured as true.
- keys Sequence[str]
- When delivering in JSON format, if this parameter is not configured, it indicates that all fields have been delivered. Including content (choice), source, path, time, image_name, container_name, pod_name, pod_uid, namespace, tag____client_ip, tag____receive_time.
- enable Boolean
- Enable the flag.
- escape Boolean
- Whether to escape or not. It must be configured as true.
- keys List<String>
- When delivering in JSON format, if this parameter is not configured, it indicates that all fields have been delivered. Including content (choice), source, path, time, image_name, container_name, pod_name, pod_uid, namespace, tag____client_ip, tag____receive_time.
GetShippersShipperKafkaShipperInfo
- Compress string
- Compression formats currently supported include snappy, gzip, lz4, and none.
- End
Time int - Delivery end time, millisecond timestamp. If not configured, it will keep delivering.
- Instance string
- Kafka instance.
- Kafka
Topic string - The name of the Kafka Topic.
- Start
Time int - Delivery start time, millisecond timestamp. If not configured, the default is the current time.
- Compress string
- Compression formats currently supported include snappy, gzip, lz4, and none.
- End
Time int - Delivery end time, millisecond timestamp. If not configured, it will keep delivering.
- Instance string
- Kafka instance.
- Kafka
Topic string - The name of the Kafka Topic.
- Start
Time int - Delivery start time, millisecond timestamp. If not configured, the default is the current time.
- compress String
- Compression formats currently supported include snappy, gzip, lz4, and none.
- end
Time Integer - Delivery end time, millisecond timestamp. If not configured, it will keep delivering.
- instance String
- Kafka instance.
- kafka
Topic String - The name of the Kafka Topic.
- start
Time Integer - Delivery start time, millisecond timestamp. If not configured, the default is the current time.
- compress string
- Compression formats currently supported include snappy, gzip, lz4, and none.
- end
Time number - Delivery end time, millisecond timestamp. If not configured, it will keep delivering.
- instance string
- Kafka instance.
- kafka
Topic string - The name of the Kafka Topic.
- start
Time number - Delivery start time, millisecond timestamp. If not configured, the default is the current time.
- compress str
- Compression formats currently supported include snappy, gzip, lz4, and none.
- end_
time int - Delivery end time, millisecond timestamp. If not configured, it will keep delivering.
- instance str
- Kafka instance.
- kafka_
topic str - The name of the Kafka Topic.
- start_
time int - Delivery start time, millisecond timestamp. If not configured, the default is the current time.
- compress String
- Compression formats currently supported include snappy, gzip, lz4, and none.
- end
Time Number - Delivery end time, millisecond timestamp. If not configured, it will keep delivering.
- instance String
- Kafka instance.
- kafka
Topic String - The name of the Kafka Topic.
- start
Time Number - Delivery start time, millisecond timestamp. If not configured, the default is the current time.
GetShippersShipperTosShipperInfo
- Bucket string
- When choosing a TOS bucket, it must be located in the same region as the source log topic.
- Compress string
- Compression formats currently supported include snappy, gzip, lz4, and none.
- Interval int
- The delivery time interval, measured in seconds, ranges from 300 to 900.
- Max
Size int - The maximum size of the original file that can be delivered to each partition (Shard), that is, the size of the uncompressed log file. The unit is MiB, and the value range is 5 to 256.
- Partition
Format string - Partition rules for delivering logs.
- Prefix string
- The top-level directory name of the storage bucket. All log data delivered through this delivery configuration will be delivered to this directory.
- Bucket string
- When choosing a TOS bucket, it must be located in the same region as the source log topic.
- Compress string
- Compression formats currently supported include snappy, gzip, lz4, and none.
- Interval int
- The delivery time interval, measured in seconds, ranges from 300 to 900.
- Max
Size int - The maximum size of the original file that can be delivered to each partition (Shard), that is, the size of the uncompressed log file. The unit is MiB, and the value range is 5 to 256.
- Partition
Format string - Partition rules for delivering logs.
- Prefix string
- The top-level directory name of the storage bucket. All log data delivered through this delivery configuration will be delivered to this directory.
- bucket String
- When choosing a TOS bucket, it must be located in the same region as the source log topic.
- compress String
- Compression formats currently supported include snappy, gzip, lz4, and none.
- interval Integer
- The delivery time interval, measured in seconds, ranges from 300 to 900.
- max
Size Integer - The maximum size of the original file that can be delivered to each partition (Shard), that is, the size of the uncompressed log file. The unit is MiB, and the value range is 5 to 256.
- partition
Format String - Partition rules for delivering logs.
- prefix String
- The top-level directory name of the storage bucket. All log data delivered through this delivery configuration will be delivered to this directory.
- bucket string
- When choosing a TOS bucket, it must be located in the same region as the source log topic.
- compress string
- Compression formats currently supported include snappy, gzip, lz4, and none.
- interval number
- The delivery time interval, measured in seconds, ranges from 300 to 900.
- max
Size number - The maximum size of the original file that can be delivered to each partition (Shard), that is, the size of the uncompressed log file. The unit is MiB, and the value range is 5 to 256.
- partition
Format string - Partition rules for delivering logs.
- prefix string
- The top-level directory name of the storage bucket. All log data delivered through this delivery configuration will be delivered to this directory.
- bucket str
- When choosing a TOS bucket, it must be located in the same region as the source log topic.
- compress str
- Compression formats currently supported include snappy, gzip, lz4, and none.
- interval int
- The delivery time interval, measured in seconds, ranges from 300 to 900.
- max_
size int - The maximum size of the original file that can be delivered to each partition (Shard), that is, the size of the uncompressed log file. The unit is MiB, and the value range is 5 to 256.
- partition_
format str - Partition rules for delivering logs.
- prefix str
- The top-level directory name of the storage bucket. All log data delivered through this delivery configuration will be delivered to this directory.
- bucket String
- When choosing a TOS bucket, it must be located in the same region as the source log topic.
- compress String
- Compression formats currently supported include snappy, gzip, lz4, and none.
- interval Number
- The delivery time interval, measured in seconds, ranges from 300 to 900.
- max
Size Number - The maximum size of the original file that can be delivered to each partition (Shard), that is, the size of the uncompressed log file. The unit is MiB, and the value range is 5 to 256.
- partition
Format String - Partition rules for delivering logs.
- prefix String
- The top-level directory name of the storage bucket. All log data delivered through this delivery configuration will be delivered to this directory.
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
volcengine
Terraform Provider.