Viewing docs for Aiven v6.51.0
published on Tuesday, Mar 17, 2026 by Pulumi
published on Tuesday, Mar 17, 2026 by Pulumi
Viewing docs for Aiven v6.51.0
published on Tuesday, Mar 17, 2026 by Pulumi
published on Tuesday, Mar 17, 2026 by Pulumi
Using getAlloydbomniUser
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 getAlloydbomniUser(args: GetAlloydbomniUserArgs, opts?: InvokeOptions): Promise<GetAlloydbomniUserResult>
function getAlloydbomniUserOutput(args: GetAlloydbomniUserOutputArgs, opts?: InvokeOptions): Output<GetAlloydbomniUserResult>def get_alloydbomni_user(project: Optional[str] = None,
service_name: Optional[str] = None,
username: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAlloydbomniUserResult
def get_alloydbomni_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[GetAlloydbomniUserResult]func LookupAlloydbomniUser(ctx *Context, args *LookupAlloydbomniUserArgs, opts ...InvokeOption) (*LookupAlloydbomniUserResult, error)
func LookupAlloydbomniUserOutput(ctx *Context, args *LookupAlloydbomniUserOutputArgs, opts ...InvokeOption) LookupAlloydbomniUserResultOutput> Note: This function is named LookupAlloydbomniUser in the Go SDK.
public static class GetAlloydbomniUser
{
public static Task<GetAlloydbomniUserResult> InvokeAsync(GetAlloydbomniUserArgs args, InvokeOptions? opts = null)
public static Output<GetAlloydbomniUserResult> Invoke(GetAlloydbomniUserInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAlloydbomniUserResult> getAlloydbomniUser(GetAlloydbomniUserArgs args, InvokeOptions options)
public static Output<GetAlloydbomniUserResult> getAlloydbomniUser(GetAlloydbomniUserArgs args, InvokeOptions options)
fn::invoke:
function: aiven:index/getAlloydbomniUser:getAlloydbomniUser
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
getAlloydbomniUser Result
The following output properties are available:
- Access
Cert string - Access
Key string - Id string
- The provider-assigned unique ID for this managed resource.
- Password string
- Pg
Allow boolReplication - Project string
- Service
Name string - Type string
- Username string
- Access
Cert string - Access
Key string - Id string
- The provider-assigned unique ID for this managed resource.
- Password string
- Pg
Allow boolReplication - Project string
- Service
Name string - Type string
- Username string
- access
Cert String - access
Key String - id String
- The provider-assigned unique ID for this managed resource.
- password String
- pg
Allow BooleanReplication - project String
- service
Name String - type String
- username String
- access
Cert string - access
Key string - id string
- The provider-assigned unique ID for this managed resource.
- password string
- pg
Allow booleanReplication - project string
- service
Name string - type string
- username string
- access_
cert str - access_
key str - id str
- The provider-assigned unique ID for this managed resource.
- password str
- pg_
allow_ boolreplication - project str
- service_
name str - type str
- username str
- access
Cert String - access
Key String - id String
- The provider-assigned unique ID for this managed resource.
- password String
- pg
Allow BooleanReplication - project String
- service
Name String - type String
- username String
Package Details
- Repository
- Aiven pulumi/pulumi-aiven
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aivenTerraform Provider.
Viewing docs for Aiven v6.51.0
published on Tuesday, Mar 17, 2026 by Pulumi
published on Tuesday, Mar 17, 2026 by Pulumi
