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) PitrTimeWindowsResultOutput
public 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 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
PitrTimeWindows Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Ids List<string>
- Periods
List<Pitr
Time Windows Period> - Total
Count int - Output
File string
- Id string
- The provider-assigned unique ID for this managed resource.
- Ids []string
- Periods
[]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<Pitr
Time Windows Period> - total
Count Integer - output
File String
- id string
- The provider-assigned unique ID for this managed resource.
- ids string[]
- periods
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[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
PitrTimeWindowsPeriod
- 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.