Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Data Source schema for Volcengine::VEFAAS::KafkaTrigger
Using getKafkaTrigger
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 getKafkaTrigger(args: GetKafkaTriggerArgs, opts?: InvokeOptions): Promise<GetKafkaTriggerResult>
function getKafkaTriggerOutput(args: GetKafkaTriggerOutputArgs, opts?: InvokeOptions): Output<GetKafkaTriggerResult>def get_kafka_trigger(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetKafkaTriggerResult
def get_kafka_trigger_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetKafkaTriggerResult]func LookupKafkaTrigger(ctx *Context, args *LookupKafkaTriggerArgs, opts ...InvokeOption) (*LookupKafkaTriggerResult, error)
func LookupKafkaTriggerOutput(ctx *Context, args *LookupKafkaTriggerOutputArgs, opts ...InvokeOption) LookupKafkaTriggerResultOutput> Note: This function is named LookupKafkaTrigger in the Go SDK.
public static class GetKafkaTrigger
{
public static Task<GetKafkaTriggerResult> InvokeAsync(GetKafkaTriggerArgs args, InvokeOptions? opts = null)
public static Output<GetKafkaTriggerResult> Invoke(GetKafkaTriggerInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetKafkaTriggerResult> getKafkaTrigger(GetKafkaTriggerArgs args, InvokeOptions options)
public static Output<GetKafkaTriggerResult> getKafkaTrigger(GetKafkaTriggerArgs args, InvokeOptions options)
fn::invoke:
function: volcenginecc:vefaas/getKafkaTrigger:getKafkaTrigger
arguments:
# arguments dictionaryThe 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.
getKafkaTrigger Result
The following output properties are available:
- Batch
Flush intDuration Milliseconds - Maximum wait time for batch consumption by the trigger. Unit: milliseconds (ms). Valid range: 1000–60000 ms. Default: 1000 ms.
- Batch
Size int - Number of messages per batch for trigger batch consumption.
- Consumer
Group string - Consumer group name of the Kafka message queue instance.
- Created
Time string - Kafka trigger creation time.
- Description string
- Description of the Kafka trigger. Limited to 200 characters.
- Enabled bool
- Enable the trigger when creating it. Options: true—enable. false—disable.
- Function
Id string - Function ID.
- Id string
- Uniquely identifies the resource.
- Kafka
Credentials Volcengine.Get Kafka Trigger Kafka Credentials - Kafka identity authentication. Function service uses Kafka ACL permission policies to authenticate message consumption for SASL users of types PLAIN and SCRAM-SHA-256.
- Kafka
Trigger stringId - Kafka trigger ID.
- Maximum
Retry intAttempts - Maximum number of retries when the function encounters a runtime error (including user code errors and runtime errors). Valid values: positive integers from 0 to 100.
- Mq
Instance stringId - Kafka message queue instance ID.
- Name string
- Kafka trigger name. Trigger names must be unique within the same function. Only uppercase and lowercase letters, numbers, and underscores are allowed, must start with a letter, and be 4–63 characters long.
- Starting
Position string - Specify the starting position for consuming messages in the Topic. Options: Latest—consume only messages produced after subscribing to the Topic. Earliest—consume from the first message produced in the Topic.
- Status string
- Kafka trigger status. Parameter values: ready—running, failed—failed, pending—starting.
- Topic
Name string - Topic name of the Kafka message queue instance.
- Updated
Time string - Last update time of the Kafka trigger.
- Batch
Flush intDuration Milliseconds - Maximum wait time for batch consumption by the trigger. Unit: milliseconds (ms). Valid range: 1000–60000 ms. Default: 1000 ms.
- Batch
Size int - Number of messages per batch for trigger batch consumption.
- Consumer
Group string - Consumer group name of the Kafka message queue instance.
- Created
Time string - Kafka trigger creation time.
- Description string
- Description of the Kafka trigger. Limited to 200 characters.
- Enabled bool
- Enable the trigger when creating it. Options: true—enable. false—disable.
- Function
Id string - Function ID.
- Id string
- Uniquely identifies the resource.
- Kafka
Credentials GetKafka Trigger Kafka Credentials - Kafka identity authentication. Function service uses Kafka ACL permission policies to authenticate message consumption for SASL users of types PLAIN and SCRAM-SHA-256.
- Kafka
Trigger stringId - Kafka trigger ID.
- Maximum
Retry intAttempts - Maximum number of retries when the function encounters a runtime error (including user code errors and runtime errors). Valid values: positive integers from 0 to 100.
- Mq
Instance stringId - Kafka message queue instance ID.
- Name string
- Kafka trigger name. Trigger names must be unique within the same function. Only uppercase and lowercase letters, numbers, and underscores are allowed, must start with a letter, and be 4–63 characters long.
- Starting
Position string - Specify the starting position for consuming messages in the Topic. Options: Latest—consume only messages produced after subscribing to the Topic. Earliest—consume from the first message produced in the Topic.
- Status string
- Kafka trigger status. Parameter values: ready—running, failed—failed, pending—starting.
- Topic
Name string - Topic name of the Kafka message queue instance.
- Updated
Time string - Last update time of the Kafka trigger.
- batch
Flush IntegerDuration Milliseconds - Maximum wait time for batch consumption by the trigger. Unit: milliseconds (ms). Valid range: 1000–60000 ms. Default: 1000 ms.
- batch
Size Integer - Number of messages per batch for trigger batch consumption.
- consumer
Group String - Consumer group name of the Kafka message queue instance.
- created
Time String - Kafka trigger creation time.
- description String
- Description of the Kafka trigger. Limited to 200 characters.
- enabled Boolean
- Enable the trigger when creating it. Options: true—enable. false—disable.
- function
Id String - Function ID.
- id String
- Uniquely identifies the resource.
- kafka
Credentials GetKafka Trigger Kafka Credentials - Kafka identity authentication. Function service uses Kafka ACL permission policies to authenticate message consumption for SASL users of types PLAIN and SCRAM-SHA-256.
- kafka
Trigger StringId - Kafka trigger ID.
- maximum
Retry IntegerAttempts - Maximum number of retries when the function encounters a runtime error (including user code errors and runtime errors). Valid values: positive integers from 0 to 100.
- mq
Instance StringId - Kafka message queue instance ID.
- name String
- Kafka trigger name. Trigger names must be unique within the same function. Only uppercase and lowercase letters, numbers, and underscores are allowed, must start with a letter, and be 4–63 characters long.
- starting
Position String - Specify the starting position for consuming messages in the Topic. Options: Latest—consume only messages produced after subscribing to the Topic. Earliest—consume from the first message produced in the Topic.
- status String
- Kafka trigger status. Parameter values: ready—running, failed—failed, pending—starting.
- topic
Name String - Topic name of the Kafka message queue instance.
- updated
Time String - Last update time of the Kafka trigger.
- batch
Flush numberDuration Milliseconds - Maximum wait time for batch consumption by the trigger. Unit: milliseconds (ms). Valid range: 1000–60000 ms. Default: 1000 ms.
- batch
Size number - Number of messages per batch for trigger batch consumption.
- consumer
Group string - Consumer group name of the Kafka message queue instance.
- created
Time string - Kafka trigger creation time.
- description string
- Description of the Kafka trigger. Limited to 200 characters.
- enabled boolean
- Enable the trigger when creating it. Options: true—enable. false—disable.
- function
Id string - Function ID.
- id string
- Uniquely identifies the resource.
- kafka
Credentials GetKafka Trigger Kafka Credentials - Kafka identity authentication. Function service uses Kafka ACL permission policies to authenticate message consumption for SASL users of types PLAIN and SCRAM-SHA-256.
- kafka
Trigger stringId - Kafka trigger ID.
- maximum
Retry numberAttempts - Maximum number of retries when the function encounters a runtime error (including user code errors and runtime errors). Valid values: positive integers from 0 to 100.
- mq
Instance stringId - Kafka message queue instance ID.
- name string
- Kafka trigger name. Trigger names must be unique within the same function. Only uppercase and lowercase letters, numbers, and underscores are allowed, must start with a letter, and be 4–63 characters long.
- starting
Position string - Specify the starting position for consuming messages in the Topic. Options: Latest—consume only messages produced after subscribing to the Topic. Earliest—consume from the first message produced in the Topic.
- status string
- Kafka trigger status. Parameter values: ready—running, failed—failed, pending—starting.
- topic
Name string - Topic name of the Kafka message queue instance.
- updated
Time string - Last update time of the Kafka trigger.
- batch_
flush_ intduration_ milliseconds - Maximum wait time for batch consumption by the trigger. Unit: milliseconds (ms). Valid range: 1000–60000 ms. Default: 1000 ms.
- batch_
size int - Number of messages per batch for trigger batch consumption.
- consumer_
group str - Consumer group name of the Kafka message queue instance.
- created_
time str - Kafka trigger creation time.
- description str
- Description of the Kafka trigger. Limited to 200 characters.
- enabled bool
- Enable the trigger when creating it. Options: true—enable. false—disable.
- function_
id str - Function ID.
- id str
- Uniquely identifies the resource.
- kafka_
credentials GetKafka Trigger Kafka Credentials - Kafka identity authentication. Function service uses Kafka ACL permission policies to authenticate message consumption for SASL users of types PLAIN and SCRAM-SHA-256.
- kafka_
trigger_ strid - Kafka trigger ID.
- maximum_
retry_ intattempts - Maximum number of retries when the function encounters a runtime error (including user code errors and runtime errors). Valid values: positive integers from 0 to 100.
- mq_
instance_ strid - Kafka message queue instance ID.
- name str
- Kafka trigger name. Trigger names must be unique within the same function. Only uppercase and lowercase letters, numbers, and underscores are allowed, must start with a letter, and be 4–63 characters long.
- starting_
position str - Specify the starting position for consuming messages in the Topic. Options: Latest—consume only messages produced after subscribing to the Topic. Earliest—consume from the first message produced in the Topic.
- status str
- Kafka trigger status. Parameter values: ready—running, failed—failed, pending—starting.
- topic_
name str - Topic name of the Kafka message queue instance.
- updated_
time str - Last update time of the Kafka trigger.
- batch
Flush NumberDuration Milliseconds - Maximum wait time for batch consumption by the trigger. Unit: milliseconds (ms). Valid range: 1000–60000 ms. Default: 1000 ms.
- batch
Size Number - Number of messages per batch for trigger batch consumption.
- consumer
Group String - Consumer group name of the Kafka message queue instance.
- created
Time String - Kafka trigger creation time.
- description String
- Description of the Kafka trigger. Limited to 200 characters.
- enabled Boolean
- Enable the trigger when creating it. Options: true—enable. false—disable.
- function
Id String - Function ID.
- id String
- Uniquely identifies the resource.
- kafka
Credentials Property Map - Kafka identity authentication. Function service uses Kafka ACL permission policies to authenticate message consumption for SASL users of types PLAIN and SCRAM-SHA-256.
- kafka
Trigger StringId - Kafka trigger ID.
- maximum
Retry NumberAttempts - Maximum number of retries when the function encounters a runtime error (including user code errors and runtime errors). Valid values: positive integers from 0 to 100.
- mq
Instance StringId - Kafka message queue instance ID.
- name String
- Kafka trigger name. Trigger names must be unique within the same function. Only uppercase and lowercase letters, numbers, and underscores are allowed, must start with a letter, and be 4–63 characters long.
- starting
Position String - Specify the starting position for consuming messages in the Topic. Options: Latest—consume only messages produced after subscribing to the Topic. Earliest—consume from the first message produced in the Topic.
- status String
- Kafka trigger status. Parameter values: ready—running, failed—failed, pending—starting.
- topic
Name String - Topic name of the Kafka message queue instance.
- updated
Time String - Last update time of the Kafka trigger.
Supporting Types
GetKafkaTriggerKafkaCredentials
Package Details
- Repository
- volcenginecc volcengine/pulumi-volcenginecc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
volcengineccTerraform Provider.
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
