Viewing docs for volcenginecc v0.0.42
published on Thursday, Jun 11, 2026 by Volcengine
published on Thursday, Jun 11, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.42
published on Thursday, Jun 11, 2026 by Volcengine
published on Thursday, Jun 11, 2026 by Volcengine
Data Source schema for Volcengine::Kafka::User
Using getUser
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 getUser(args: GetUserArgs, opts?: InvokeOptions): Promise<GetUserResult>
function getUserOutput(args: GetUserOutputArgs, opts?: InvokeOptions): Output<GetUserResult>def get_user(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetUserResult
def get_user_output(id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetUserResult]func LookupUser(ctx *Context, args *LookupUserArgs, opts ...InvokeOption) (*LookupUserResult, error)
func LookupUserOutput(ctx *Context, args *LookupUserOutputArgs, opts ...InvokeOption) LookupUserResultOutput> Note: This function is named LookupUser in the Go SDK.
public static class GetUser
{
public static Task<GetUserResult> InvokeAsync(GetUserArgs args, InvokeOptions? opts = null)
public static Output<GetUserResult> Invoke(GetUserInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetUserResult> getUser(GetUserArgs args, InvokeOptions options)
public static Output<GetUserResult> getUser(GetUserArgs args, InvokeOptions options)
fn::invoke:
function: volcenginecc:kafka/getUser:getUser
arguments:
# arguments dictionarydata "volcenginecc_kafka_getuser" "name" {
# arguments
}The following arguments are supported:
- Id string
- Id string
- id string
- id String
- id string
- id str
- id String
getUser Result
The following output properties are available:
- bool
- Create
Time string - Description string
- Id string
- Instance
Id string - Password
Type string - User
Name string - User
Password string
- bool
- Create
Time string - Description string
- Id string
- Instance
Id string - Password
Type string - User
Name string - User
Password string
- bool
- create_
time string - description string
- id string
- instance_
id string - password_
type string - user_
name string - user_
password string
- Boolean
- create
Time String - description String
- id String
- instance
Id String - password
Type String - user
Name String - user
Password String
- boolean
- create
Time string - description string
- id string
- instance
Id string - password
Type string - user
Name string - user
Password string
- bool
- create_
time str - description str
- id str
- instance_
id str - password_
type str - user_
name str - user_
password str
- Boolean
- create
Time String - description String
- id String
- instance
Id String - password
Type String - user
Name String - user
Password String
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.42
published on Thursday, Jun 11, 2026 by Volcengine
published on Thursday, Jun 11, 2026 by Volcengine