Using getM3dbUser
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 getM3dbUser(args: GetM3dbUserArgs, opts?: InvokeOptions): Promise<GetM3dbUserResult>
function getM3dbUserOutput(args: GetM3dbUserOutputArgs, opts?: InvokeOptions): Output<GetM3dbUserResult>def get_m3db_user(project: Optional[str] = None,
service_name: Optional[str] = None,
username: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetM3dbUserResult
def get_m3db_user_output(project: Optional[pulumi.Input[str]] = None,
service_name: Optional[pulumi.Input[str]] = None,
username: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetM3dbUserResult]func LookupM3dbUser(ctx *Context, args *LookupM3dbUserArgs, opts ...InvokeOption) (*LookupM3dbUserResult, error)
func LookupM3dbUserOutput(ctx *Context, args *LookupM3dbUserOutputArgs, opts ...InvokeOption) LookupM3dbUserResultOutput> Note: This function is named LookupM3dbUser in the Go SDK.
public static class GetM3dbUser
{
public static Task<GetM3dbUserResult> InvokeAsync(GetM3dbUserArgs args, InvokeOptions? opts = null)
public static Output<GetM3dbUserResult> Invoke(GetM3dbUserInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetM3dbUserResult> getM3dbUser(GetM3dbUserArgs args, InvokeOptions options)
public static Output<GetM3dbUserResult> getM3dbUser(GetM3dbUserArgs args, InvokeOptions options)
fn::invoke:
function: aiven:index/getM3dbUser:getM3dbUser
arguments:
# arguments dictionaryThe following arguments are supported:
- Project string
- Service
Name string - Username string
- Project string
- Service
Name string - Username string
- project String
- service
Name String - username String
- project string
- service
Name string - username string
- project str
- service_
name str - username str
- project String
- service
Name String - username String
getM3dbUser Result
The following output properties are available:
Package Details
- Repository
- Aiven pulumi/pulumi-aiven
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aivenTerraform Provider.
