Viewing docs for Aiven v6.50.0
published on Friday, Feb 27, 2026 by Pulumi
published on Friday, Feb 27, 2026 by Pulumi
Viewing docs for Aiven v6.50.0
published on Friday, Feb 27, 2026 by Pulumi
published on Friday, Feb 27, 2026 by Pulumi
Using getAlloydbomniDatabase
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 getAlloydbomniDatabase(args: GetAlloydbomniDatabaseArgs, opts?: InvokeOptions): Promise<GetAlloydbomniDatabaseResult>
function getAlloydbomniDatabaseOutput(args: GetAlloydbomniDatabaseOutputArgs, opts?: InvokeOptions): Output<GetAlloydbomniDatabaseResult>def get_alloydbomni_database(database_name: Optional[str] = None,
project: Optional[str] = None,
service_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAlloydbomniDatabaseResult
def get_alloydbomni_database_output(database_name: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
service_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAlloydbomniDatabaseResult]func LookupAlloydbomniDatabase(ctx *Context, args *LookupAlloydbomniDatabaseArgs, opts ...InvokeOption) (*LookupAlloydbomniDatabaseResult, error)
func LookupAlloydbomniDatabaseOutput(ctx *Context, args *LookupAlloydbomniDatabaseOutputArgs, opts ...InvokeOption) LookupAlloydbomniDatabaseResultOutput> Note: This function is named LookupAlloydbomniDatabase in the Go SDK.
public static class GetAlloydbomniDatabase
{
public static Task<GetAlloydbomniDatabaseResult> InvokeAsync(GetAlloydbomniDatabaseArgs args, InvokeOptions? opts = null)
public static Output<GetAlloydbomniDatabaseResult> Invoke(GetAlloydbomniDatabaseInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAlloydbomniDatabaseResult> getAlloydbomniDatabase(GetAlloydbomniDatabaseArgs args, InvokeOptions options)
public static Output<GetAlloydbomniDatabaseResult> getAlloydbomniDatabase(GetAlloydbomniDatabaseArgs args, InvokeOptions options)
fn::invoke:
function: aiven:index/getAlloydbomniDatabase:getAlloydbomniDatabase
arguments:
# arguments dictionaryThe following arguments are supported:
- Database
Name string - Project string
- Service
Name string
- Database
Name string - Project string
- Service
Name string
- database
Name String - project String
- service
Name String
- database
Name string - project string
- service
Name string
- database_
name str - project str
- service_
name str
- database
Name String - project String
- service
Name String
getAlloydbomniDatabase Result
The following output properties are available:
- Database
Name string - Id string
- The provider-assigned unique ID for this managed resource.
- Lc
Collate string - Lc
Ctype string - Project string
- Service
Name string
- Database
Name string - Id string
- The provider-assigned unique ID for this managed resource.
- Lc
Collate string - Lc
Ctype string - Project string
- Service
Name string
- database
Name String - id String
- The provider-assigned unique ID for this managed resource.
- lc
Collate String - lc
Ctype String - project String
- service
Name String
- database
Name string - id string
- The provider-assigned unique ID for this managed resource.
- lc
Collate string - lc
Ctype string - project string
- service
Name string
- database_
name str - id str
- The provider-assigned unique ID for this managed resource.
- lc_
collate str - lc_
ctype str - project str
- service_
name str
- database
Name String - id String
- The provider-assigned unique ID for this managed resource.
- lc
Collate String - lc
Ctype String - project String
- service
Name 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.50.0
published on Friday, Feb 27, 2026 by Pulumi
published on Friday, Feb 27, 2026 by Pulumi
