Aiven v6.25.0 published on Friday, Sep 27, 2024 by Pulumi
aiven.getInfluxdbDatabase
Explore with Pulumi AI
Using getInfluxdbDatabase
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 getInfluxdbDatabase(args: GetInfluxdbDatabaseArgs, opts?: InvokeOptions): Promise<GetInfluxdbDatabaseResult>
function getInfluxdbDatabaseOutput(args: GetInfluxdbDatabaseOutputArgs, opts?: InvokeOptions): Output<GetInfluxdbDatabaseResult>
def get_influxdb_database(database_name: Optional[str] = None,
project: Optional[str] = None,
service_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetInfluxdbDatabaseResult
def get_influxdb_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[GetInfluxdbDatabaseResult]
func LookupInfluxdbDatabase(ctx *Context, args *LookupInfluxdbDatabaseArgs, opts ...InvokeOption) (*LookupInfluxdbDatabaseResult, error)
func LookupInfluxdbDatabaseOutput(ctx *Context, args *LookupInfluxdbDatabaseOutputArgs, opts ...InvokeOption) LookupInfluxdbDatabaseResultOutput
> Note: This function is named LookupInfluxdbDatabase
in the Go SDK.
public static class GetInfluxdbDatabase
{
public static Task<GetInfluxdbDatabaseResult> InvokeAsync(GetInfluxdbDatabaseArgs args, InvokeOptions? opts = null)
public static Output<GetInfluxdbDatabaseResult> Invoke(GetInfluxdbDatabaseInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetInfluxdbDatabaseResult> getInfluxdbDatabase(GetInfluxdbDatabaseArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aiven:index/getInfluxdbDatabase:getInfluxdbDatabase
arguments:
# arguments dictionary
The 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
getInfluxdbDatabase Result
The following output properties are available:
- Database
Name string - Id string
- The provider-assigned unique ID for this managed resource.
- Project string
- Service
Name string - Termination
Protection bool
- Database
Name string - Id string
- The provider-assigned unique ID for this managed resource.
- Project string
- Service
Name string - Termination
Protection bool
- database
Name String - id String
- The provider-assigned unique ID for this managed resource.
- project String
- service
Name String - termination
Protection Boolean
- database
Name string - id string
- The provider-assigned unique ID for this managed resource.
- project string
- service
Name string - termination
Protection boolean
- database_
name str - id str
- The provider-assigned unique ID for this managed resource.
- project str
- service_
name str - termination_
protection bool
- database
Name String - id String
- The provider-assigned unique ID for this managed resource.
- project String
- service
Name String - termination
Protection Boolean
Package Details
- Repository
- Aiven pulumi/pulumi-aiven
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aiven
Terraform Provider.