ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud
ibm.getDatabasePointInTimeRecovery
Explore with Pulumi AI
Using getDatabasePointInTimeRecovery
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 getDatabasePointInTimeRecovery(args: GetDatabasePointInTimeRecoveryArgs, opts?: InvokeOptions): Promise<GetDatabasePointInTimeRecoveryResult>
function getDatabasePointInTimeRecoveryOutput(args: GetDatabasePointInTimeRecoveryOutputArgs, opts?: InvokeOptions): Output<GetDatabasePointInTimeRecoveryResult>
def get_database_point_in_time_recovery(deployment_id: Optional[str] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDatabasePointInTimeRecoveryResult
def get_database_point_in_time_recovery_output(deployment_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDatabasePointInTimeRecoveryResult]
func GetDatabasePointInTimeRecovery(ctx *Context, args *GetDatabasePointInTimeRecoveryArgs, opts ...InvokeOption) (*GetDatabasePointInTimeRecoveryResult, error)
func GetDatabasePointInTimeRecoveryOutput(ctx *Context, args *GetDatabasePointInTimeRecoveryOutputArgs, opts ...InvokeOption) GetDatabasePointInTimeRecoveryResultOutput
> Note: This function is named GetDatabasePointInTimeRecovery
in the Go SDK.
public static class GetDatabasePointInTimeRecovery
{
public static Task<GetDatabasePointInTimeRecoveryResult> InvokeAsync(GetDatabasePointInTimeRecoveryArgs args, InvokeOptions? opts = null)
public static Output<GetDatabasePointInTimeRecoveryResult> Invoke(GetDatabasePointInTimeRecoveryInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDatabasePointInTimeRecoveryResult> getDatabasePointInTimeRecovery(GetDatabasePointInTimeRecoveryArgs args, InvokeOptions options)
public static Output<GetDatabasePointInTimeRecoveryResult> getDatabasePointInTimeRecovery(GetDatabasePointInTimeRecoveryArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getDatabasePointInTimeRecovery:getDatabasePointInTimeRecovery
arguments:
# arguments dictionary
The following arguments are supported:
- Deployment
Id string - Id string
- Deployment
Id string - Id string
- deployment
Id String - id String
- deployment
Id string - id string
- deployment_
id str - id str
- deployment
Id String - id String
getDatabasePointInTimeRecovery Result
The following output properties are available:
- Deployment
Id string - Earliest
Point stringIn Time Recovery Time - Id string
- Deployment
Id string - Earliest
Point stringIn Time Recovery Time - Id string
- deployment
Id String - earliest
Point StringIn Time Recovery Time - id String
- deployment
Id string - earliest
Point stringIn Time Recovery Time - id string
- deployment
Id String - earliest
Point StringIn Time Recovery Time - id String
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.