Class CfnInfluxDBInstance.MaintenanceScheduleProperty
The maintenance schedule for the InfluxDB instance.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Timestream
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnInfluxDBInstance.MaintenanceScheduleProperty : CfnInfluxDBInstance.IMaintenanceScheduleProperty
Syntax (vb)
Public Class CfnInfluxDBInstance.MaintenanceScheduleProperty Implements 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
Constructors
| MaintenanceScheduleProperty() | The maintenance schedule for the InfluxDB instance. |
Properties
| PreferredMaintenanceWindow | The preferred maintenance window in format ddd:HH:MM-ddd:HH:MM. |
| Timezone | The IANA timezone identifier for the maintenance schedule. |
Constructors
MaintenanceScheduleProperty()
The maintenance schedule for the InfluxDB instance.
public MaintenanceScheduleProperty()
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"
};
Properties
PreferredMaintenanceWindow
The preferred maintenance window in format ddd:HH:MM-ddd:HH:MM.
public string PreferredMaintenanceWindow { get; set; }
Property Value
Remarks
Timezone
The IANA timezone identifier for the maintenance schedule.
public string Timezone { get; set; }