1. Packages
  2. Volcengine
  3. API Docs
  4. redis
  5. PitrTimeWindows
Volcengine v0.0.27 published on Tuesday, Dec 10, 2024 by Volcengine

volcengine.redis.PitrTimeWindows

Explore with Pulumi AI

Volcengine v0.0.27 published on Tuesday, Dec 10, 2024 by Volcengine

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>
Copy
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]
Copy
func PitrTimeWindows(ctx *Context, args *PitrTimeWindowsArgs, opts ...InvokeOption) (*PitrTimeWindowsResult, error)
func PitrTimeWindowsOutput(ctx *Context, args *PitrTimeWindowsOutputArgs, opts ...InvokeOption) PitrTimeWindowsResultOutput
Copy
public static class PitrTimeWindows 
{
    public static Task<PitrTimeWindowsResult> InvokeAsync(PitrTimeWindowsArgs args, InvokeOptions? opts = null)
    public static Output<PitrTimeWindowsResult> Invoke(PitrTimeWindowsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<PitrTimeWindowsResult> pitrTimeWindows(PitrTimeWindowsArgs args, InvokeOptions options)
public static Output<PitrTimeWindowsResult> pitrTimeWindows(PitrTimeWindowsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: volcengine:redis:PitrTimeWindows
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Ids This property is required. List<string>
OutputFile string
Ids This property is required. []string
OutputFile string
ids This property is required. List<String>
outputFile String
ids This property is required. string[]
outputFile string
ids This property is required. Sequence[str]
output_file str
ids This property is required. 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<PitrTimeWindowsPeriod>
TotalCount int
OutputFile string
Id string
The provider-assigned unique ID for this managed resource.
Ids []string
Periods []PitrTimeWindowsPeriod
TotalCount int
OutputFile string
id String
The provider-assigned unique ID for this managed resource.
ids List<String>
periods List<PitrTimeWindowsPeriod>
totalCount Integer
outputFile String
id string
The provider-assigned unique ID for this managed resource.
ids string[]
periods PitrTimeWindowsPeriod[]
totalCount number
outputFile string
id str
The provider-assigned unique ID for this managed resource.
ids Sequence[str]
periods Sequence[PitrTimeWindowsPeriod]
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 This property is required. string
Recoverable end time (UTC time) supported when restoring data by point in time.
InstanceId This property is required. string
The instance id.
StartTime This property is required. string
The recoverable start time (in UTC time) supported when restoring data by point in time.
EndTime This property is required. string
Recoverable end time (UTC time) supported when restoring data by point in time.
InstanceId This property is required. string
The instance id.
StartTime This property is required. string
The recoverable start time (in UTC time) supported when restoring data by point in time.
endTime This property is required. String
Recoverable end time (UTC time) supported when restoring data by point in time.
instanceId This property is required. String
The instance id.
startTime This property is required. String
The recoverable start time (in UTC time) supported when restoring data by point in time.
endTime This property is required. string
Recoverable end time (UTC time) supported when restoring data by point in time.
instanceId This property is required. string
The instance id.
startTime This property is required. string
The recoverable start time (in UTC time) supported when restoring data by point in time.
end_time This property is required. str
Recoverable end time (UTC time) supported when restoring data by point in time.
instance_id This property is required. str
The instance id.
start_time This property is required. str
The recoverable start time (in UTC time) supported when restoring data by point in time.
endTime This property is required. String
Recoverable end time (UTC time) supported when restoring data by point in time.
instanceId This property is required. String
The instance id.
startTime This property is required. 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.
Volcengine v0.0.27 published on Tuesday, Dec 10, 2024 by Volcengine