Volcengine v0.0.27 published on Tuesday, Dec 10, 2024 by Volcengine
volcengine.redis.PitrTimeWindows
Explore with Pulumi AI
Using PitrTimeWindows
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 pitrTimeWindows(args: PitrTimeWindowsArgs, opts?: InvokeOptions): Promise<PitrTimeWindowsResult>
function pitrTimeWindowsOutput(args: PitrTimeWindowsOutputArgs, opts?: InvokeOptions): Output<PitrTimeWindowsResult>def pitr_time_windows(ids: Optional[Sequence[str]] = None,
                      output_file: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> PitrTimeWindowsResult
def 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[PitrTimeWindowsResult]func PitrTimeWindows(ctx *Context, args *PitrTimeWindowsArgs, opts ...InvokeOption) (*PitrTimeWindowsResult, error)
func PitrTimeWindowsOutput(ctx *Context, args *PitrTimeWindowsOutputArgs, opts ...InvokeOption) PitrTimeWindowsResultOutputpublic static class PitrTimeWindows 
{
    public static Task<PitrTimeWindowsResult> InvokeAsync(PitrTimeWindowsArgs args, InvokeOptions? opts = null)
    public static Output<PitrTimeWindowsResult> Invoke(PitrTimeWindowsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<PitrTimeWindowsResult> pitrTimeWindows(PitrTimeWindowsArgs args, InvokeOptions options)
public static Output<PitrTimeWindowsResult> pitrTimeWindows(PitrTimeWindowsArgs args, InvokeOptions options)
fn::invoke:
  function: volcengine:redis:PitrTimeWindows
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Ids List<string>
- OutputFile string
- Ids []string
- OutputFile string
- ids List<String>
- outputFile String
- ids string[]
- outputFile string
- ids Sequence[str]
- output_file str
- ids List<String>
- outputFile String
PitrTimeWindows Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Ids List<string>
- Periods
List<PitrTime Windows Period> 
- TotalCount int
- OutputFile string
- Id string
- The provider-assigned unique ID for this managed resource.
- Ids []string
- Periods
[]PitrTime Windows Period 
- TotalCount int
- OutputFile string
- id String
- The provider-assigned unique ID for this managed resource.
- ids List<String>
- periods
List<PitrTime Windows Period> 
- totalCount Integer
- outputFile String
- id string
- The provider-assigned unique ID for this managed resource.
- ids string[]
- periods
PitrTime Windows Period[] 
- totalCount number
- outputFile string
- id str
- The provider-assigned unique ID for this managed resource.
- ids Sequence[str]
- periods
Sequence[PitrTime 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>
- totalCount Number
- outputFile String
Supporting Types
PitrTimeWindowsPeriod   
- EndTime string
- Recoverable end time (UTC time) supported when restoring data by point in time.
- InstanceId string
- The instance id.
- StartTime string
- The recoverable start time (in UTC time) supported when restoring data by point in time.
- EndTime string
- Recoverable end time (UTC time) supported when restoring data by point in time.
- InstanceId string
- The instance id.
- StartTime string
- The recoverable start time (in UTC time) supported when restoring data by point in time.
- endTime String
- Recoverable end time (UTC time) supported when restoring data by point in time.
- instanceId String
- The instance id.
- startTime String
- The recoverable start time (in UTC time) supported when restoring data by point in time.
- endTime string
- Recoverable end time (UTC time) supported when restoring data by point in time.
- instanceId string
- The instance id.
- startTime 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.
- endTime String
- Recoverable end time (UTC time) supported when restoring data by point in time.
- instanceId String
- The instance id.
- startTime 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 volcengineTerraform Provider.