Interface CfnInfluxDBInstance.IMaintenanceScheduleProperty
The maintenance schedule for the InfluxDB instance.
Namespace: Amazon.CDK.AWS.Timestream
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnInfluxDBInstance.IMaintenanceScheduleProperty
Syntax (vb)
Public Interface CfnInfluxDBInstance.IMaintenanceScheduleProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Timestream;
var maintenanceScheduleProperty = new MaintenanceScheduleProperty {
PreferredMaintenanceWindow = "preferredMaintenanceWindow",
Timezone = "timezone"
};
Synopsis
Properties
| PreferredMaintenanceWindow | The preferred maintenance window in format ddd:HH:MM-ddd:HH:MM. |
| Timezone | The IANA timezone identifier for the maintenance schedule. |
Properties
PreferredMaintenanceWindow
The preferred maintenance window in format ddd:HH:MM-ddd:HH:MM.
string PreferredMaintenanceWindow { get; }
Property Value
Remarks
Timezone
The IANA timezone identifier for the maintenance schedule.
string Timezone { get; }