Volcengine v0.0.45 published on Tuesday, Feb 10, 2026 by Volcengine
Volcengine v0.0.45 published on Tuesday, Feb 10, 2026 by Volcengine
Deprecated: volcengine.tls.LogContexts has been deprecated in favor of volcengine.tls.getLogContexts
Use this data source to query detailed information of tls log contexts
Using LogContexts
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 logContexts(args: LogContextsArgs, opts?: InvokeOptions): Promise<LogContextsResult>
function logContextsOutput(args: LogContextsOutputArgs, opts?: InvokeOptions): Output<LogContextsResult>def log_contexts(context_flow: Optional[str] = None,
describe_log_context: Optional[bool] = None,
next_logs: Optional[int] = None,
output_file: Optional[str] = None,
package_offset: Optional[int] = None,
prev_logs: Optional[int] = None,
source: Optional[str] = None,
topic_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> LogContextsResult
def log_contexts_output(context_flow: Optional[pulumi.Input[str]] = None,
describe_log_context: Optional[pulumi.Input[bool]] = None,
next_logs: Optional[pulumi.Input[int]] = None,
output_file: Optional[pulumi.Input[str]] = None,
package_offset: Optional[pulumi.Input[int]] = None,
prev_logs: Optional[pulumi.Input[int]] = None,
source: Optional[pulumi.Input[str]] = None,
topic_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[LogContextsResult]func LogContexts(ctx *Context, args *LogContextsArgs, opts ...InvokeOption) (*LogContextsResult, error)
func LogContextsOutput(ctx *Context, args *LogContextsOutputArgs, opts ...InvokeOption) LogContextsResultOutputpublic static class LogContexts
{
public static Task<LogContextsResult> InvokeAsync(LogContextsArgs args, InvokeOptions? opts = null)
public static Output<LogContextsResult> Invoke(LogContextsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<LogContextsResult> logContexts(LogContextsArgs args, InvokeOptions options)
public static Output<LogContextsResult> logContexts(LogContextsArgs args, InvokeOptions options)
fn::invoke:
function: volcengine:tls:LogContexts
arguments:
# arguments dictionaryThe following arguments are supported:
- Context
Flow string - The context flow of the log.
- Package
Offset int - The package offset of the log.
- Source string
- The source of the log.
- Topic
Id string - The ID of the topic.
- Describe
Log boolContext - Whether to describe log context.
- Next
Logs int - The number of next logs.
- Output
File string - File name where to save data source results.
- Prev
Logs int - The number of previous logs.
- Context
Flow string - The context flow of the log.
- Package
Offset int - The package offset of the log.
- Source string
- The source of the log.
- Topic
Id string - The ID of the topic.
- Describe
Log boolContext - Whether to describe log context.
- Next
Logs int - The number of next logs.
- Output
File string - File name where to save data source results.
- Prev
Logs int - The number of previous logs.
- context
Flow String - The context flow of the log.
- package
Offset Integer - The package offset of the log.
- source String
- The source of the log.
- topic
Id String - The ID of the topic.
- describe
Log BooleanContext - Whether to describe log context.
- next
Logs Integer - The number of next logs.
- output
File String - File name where to save data source results.
- prev
Logs Integer - The number of previous logs.
- context
Flow string - The context flow of the log.
- package
Offset number - The package offset of the log.
- source string
- The source of the log.
- topic
Id string - The ID of the topic.
- describe
Log booleanContext - Whether to describe log context.
- next
Logs number - The number of next logs.
- output
File string - File name where to save data source results.
- prev
Logs number - The number of previous logs.
- context_
flow str - The context flow of the log.
- package_
offset int - The package offset of the log.
- source str
- The source of the log.
- topic_
id str - The ID of the topic.
- describe_
log_ boolcontext - Whether to describe log context.
- next_
logs int - The number of next logs.
- output_
file str - File name where to save data source results.
- prev_
logs int - The number of previous logs.
- context
Flow String - The context flow of the log.
- package
Offset Number - The package offset of the log.
- source String
- The source of the log.
- topic
Id String - The ID of the topic.
- describe
Log BooleanContext - Whether to describe log context.
- next
Logs Number - The number of next logs.
- output
File String - File name where to save data source results.
- prev
Logs Number - The number of previous logs.
LogContexts Result
The following output properties are available:
- Context
Flow string - Id string
- The provider-assigned unique ID for this managed resource.
- Log
Contexts List<LogContexts Log Context> - The list of log contexts.
- Package
Offset int - Source string
- Topic
Id string - Describe
Log boolContext - Next
Logs int - Output
File string - Prev
Logs int
- Context
Flow string - Id string
- The provider-assigned unique ID for this managed resource.
- Log
Contexts []LogContexts Log Context - The list of log contexts.
- Package
Offset int - Source string
- Topic
Id string - Describe
Log boolContext - Next
Logs int - Output
File string - Prev
Logs int
- context
Flow String - id String
- The provider-assigned unique ID for this managed resource.
- log
Contexts List<LogContexts Log Context> - The list of log contexts.
- package
Offset Integer - source String
- topic
Id String - describe
Log BooleanContext - next
Logs Integer - output
File String - prev
Logs Integer
- context
Flow string - id string
- The provider-assigned unique ID for this managed resource.
- log
Contexts LogContexts Log Context[] - The list of log contexts.
- package
Offset number - source string
- topic
Id string - describe
Log booleanContext - next
Logs number - output
File string - prev
Logs number
- context_
flow str - id str
- The provider-assigned unique ID for this managed resource.
- log_
contexts Sequence[LogContexts Log Context] - The list of log contexts.
- package_
offset int - source str
- topic_
id str - describe_
log_ boolcontext - next_
logs int - output_
file str - prev_
logs int
- context
Flow String - id String
- The provider-assigned unique ID for this managed resource.
- log
Contexts List<Property Map> - The list of log contexts.
- package
Offset Number - source String
- topic
Id String - describe
Log BooleanContext - next
Logs Number - output
File String - prev
Logs Number
Supporting Types
LogContextsLogContext
- Log
Context List<ImmutableInfos Dictionary<string, object>> - The infos of context log.
- Next
Over bool - Whether the next logs are over.
- Prev
Over bool - Whether the previous logs are over.
- Log
Context []map[string]interface{}Infos - The infos of context log.
- Next
Over bool - Whether the next logs are over.
- Prev
Over bool - Whether the previous logs are over.
- log
Context List<Map<String,Object>>Infos - The infos of context log.
- next
Over Boolean - Whether the next logs are over.
- prev
Over Boolean - Whether the previous logs are over.
- log
Context {[key: string]: any}[]Infos - The infos of context log.
- next
Over boolean - Whether the next logs are over.
- prev
Over boolean - Whether the previous logs are over.
- log_
context_ Sequence[Mapping[str, Any]]infos - The infos of context log.
- next_
over bool - Whether the next logs are over.
- prev_
over bool - Whether the previous logs are over.
- log
Context List<Map<Any>>Infos - The infos of context log.
- next
Over Boolean - Whether the next logs are over.
- prev
Over Boolean - Whether the previous logs are over.
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
volcengineTerraform Provider.
Volcengine v0.0.45 published on Tuesday, Feb 10, 2026 by Volcengine
