Volcengine v0.0.31 published on Monday, May 12, 2025 by Volcengine
volcengine.redis.getPitrTimeWindows
Explore with Pulumi AI
Using getPitrTimeWindows
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 getPitrTimeWindows(args: GetPitrTimeWindowsArgs, opts?: InvokeOptions): Promise<GetPitrTimeWindowsResult>
function getPitrTimeWindowsOutput(args: GetPitrTimeWindowsOutputArgs, opts?: InvokeOptions): Output<GetPitrTimeWindowsResult>
def get_pitr_time_windows(ids: Optional[Sequence[str]] = None,
output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPitrTimeWindowsResult
def get_pitr_time_windows_output(ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPitrTimeWindowsResult]
func GetPitrTimeWindows(ctx *Context, args *GetPitrTimeWindowsArgs, opts ...InvokeOption) (*GetPitrTimeWindowsResult, error)
func GetPitrTimeWindowsOutput(ctx *Context, args *GetPitrTimeWindowsOutputArgs, opts ...InvokeOption) GetPitrTimeWindowsResultOutput
> Note: This function is named GetPitrTimeWindows
in the Go SDK.
public static class GetPitrTimeWindows
{
public static Task<GetPitrTimeWindowsResult> InvokeAsync(GetPitrTimeWindowsArgs args, InvokeOptions? opts = null)
public static Output<GetPitrTimeWindowsResult> Invoke(GetPitrTimeWindowsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetPitrTimeWindowsResult> getPitrTimeWindows(GetPitrTimeWindowsArgs args, InvokeOptions options)
public static Output<GetPitrTimeWindowsResult> getPitrTimeWindows(GetPitrTimeWindowsArgs args, InvokeOptions options)
fn::invoke:
function: volcengine:redis/getPitrTimeWindows:getPitrTimeWindows
arguments:
# arguments dictionary
The following arguments are supported:
- Ids List<string>
- Output
File string
- Ids []string
- Output
File string
- ids List<String>
- output
File String
- ids string[]
- output
File string
- ids Sequence[str]
- output_
file str
- ids List<String>
- output
File String
getPitrTimeWindows Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Ids List<string>
- Periods
List<Get
Pitr Time Windows Period> - Total
Count int - Output
File string
- Id string
- The provider-assigned unique ID for this managed resource.
- Ids []string
- Periods
[]Get
Pitr Time Windows Period - Total
Count int - Output
File string
- id String
- The provider-assigned unique ID for this managed resource.
- ids List<String>
- periods
List<Get
Pitr Time Windows Period> - total
Count Integer - output
File String
- id string
- The provider-assigned unique ID for this managed resource.
- ids string[]
- periods
Get
Pitr Time Windows Period[] - total
Count number - output
File string
- id str
- The provider-assigned unique ID for this managed resource.
- ids Sequence[str]
- periods
Sequence[Get
Pitr Time Windows Period] - total_
count int - output_
file str
- id String
- The provider-assigned unique ID for this managed resource.
- ids List<String>
- periods List<Property Map>
- total
Count Number - output
File String
Supporting Types
GetPitrTimeWindowsPeriod
- End
Time string - Recoverable end time (UTC time) supported when restoring data by point in time.
- Instance
Id string - The instance id.
- Start
Time string - The recoverable start time (in UTC time) supported when restoring data by point in time.
- End
Time string - Recoverable end time (UTC time) supported when restoring data by point in time.
- Instance
Id string - The instance id.
- Start
Time string - The recoverable start time (in UTC time) supported when restoring data by point in time.
- end
Time String - Recoverable end time (UTC time) supported when restoring data by point in time.
- instance
Id String - The instance id.
- start
Time String - The recoverable start time (in UTC time) supported when restoring data by point in time.
- end
Time string - Recoverable end time (UTC time) supported when restoring data by point in time.
- instance
Id string - The instance id.
- start
Time string - The recoverable start time (in UTC time) supported when restoring data by point in time.
- end_
time str - Recoverable end time (UTC time) supported when restoring data by point in time.
- instance_
id str - The instance id.
- start_
time str - The recoverable start time (in UTC time) supported when restoring data by point in time.
- end
Time String - Recoverable end time (UTC time) supported when restoring data by point in time.
- instance
Id String - The instance id.
- start
Time String - The recoverable start time (in UTC time) supported when restoring data by point in time.
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
volcengine
Terraform Provider.