1. Packages
  2. Aiven Provider
  3. API Docs
  4. getInfluxdbUser
Aiven v6.36.0 published on Thursday, Mar 13, 2025 by Pulumi

aiven.getInfluxdbUser

Explore with Pulumi AI

Aiven v6.36.0 published on Thursday, Mar 13, 2025 by Pulumi

Using getInfluxdbUser

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 getInfluxdbUser(args: GetInfluxdbUserArgs, opts?: InvokeOptions): Promise<GetInfluxdbUserResult>
function getInfluxdbUserOutput(args: GetInfluxdbUserOutputArgs, opts?: InvokeOptions): Output<GetInfluxdbUserResult>
Copy
def get_influxdb_user(project: Optional[str] = None,
                      service_name: Optional[str] = None,
                      username: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetInfluxdbUserResult
def get_influxdb_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[GetInfluxdbUserResult]
Copy
func LookupInfluxdbUser(ctx *Context, args *LookupInfluxdbUserArgs, opts ...InvokeOption) (*LookupInfluxdbUserResult, error)
func LookupInfluxdbUserOutput(ctx *Context, args *LookupInfluxdbUserOutputArgs, opts ...InvokeOption) LookupInfluxdbUserResultOutput
Copy

> Note: This function is named LookupInfluxdbUser in the Go SDK.

public static class GetInfluxdbUser 
{
    public static Task<GetInfluxdbUserResult> InvokeAsync(GetInfluxdbUserArgs args, InvokeOptions? opts = null)
    public static Output<GetInfluxdbUserResult> Invoke(GetInfluxdbUserInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetInfluxdbUserResult> getInfluxdbUser(GetInfluxdbUserArgs args, InvokeOptions options)
public static Output<GetInfluxdbUserResult> getInfluxdbUser(GetInfluxdbUserArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aiven:index/getInfluxdbUser:getInfluxdbUser
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Project This property is required. string
ServiceName This property is required. string
Username This property is required. string
Project This property is required. string
ServiceName This property is required. string
Username This property is required. string
project This property is required. String
serviceName This property is required. String
username This property is required. String
project This property is required. string
serviceName This property is required. string
username This property is required. string
project This property is required. str
service_name This property is required. str
username This property is required. str
project This property is required. String
serviceName This property is required. String
username This property is required. String

getInfluxdbUser Result

The following output properties are available:

AccessCert string
AccessKey string
Id string
The provider-assigned unique ID for this managed resource.
Password string
Project string
ServiceName string
Type string
Username string
AccessCert string
AccessKey string
Id string
The provider-assigned unique ID for this managed resource.
Password string
Project string
ServiceName string
Type string
Username string
accessCert String
accessKey String
id String
The provider-assigned unique ID for this managed resource.
password String
project String
serviceName String
type String
username String
accessCert string
accessKey string
id string
The provider-assigned unique ID for this managed resource.
password string
project string
serviceName string
type string
username string
access_cert str
access_key str
id str
The provider-assigned unique ID for this managed resource.
password str
project str
service_name str
type str
username str
accessCert String
accessKey String
id String
The provider-assigned unique ID for this managed resource.
password String
project String
serviceName String
type String
username String

Package Details

Repository
Aiven pulumi/pulumi-aiven
License
Apache-2.0
Notes
This Pulumi package is based on the aiven Terraform Provider.
Aiven v6.36.0 published on Thursday, Mar 13, 2025 by Pulumi