Show / Hide Table of Contents

Class CfnInfluxDBInstance.MaintenanceScheduleProperty

The maintenance schedule for the InfluxDB instance.

Inheritance
object
CfnInfluxDBInstance.MaintenanceScheduleProperty
Implements
CfnInfluxDBInstance.IMaintenanceScheduleProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-timestream-influxdbinstance-maintenanceschedule.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-timestream-influxdbinstance-maintenanceschedule.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-timestream-influxdbinstance-maintenanceschedule.html#cfn-timestream-influxdbinstance-maintenanceschedule-preferredmaintenancewindow

Timezone

The IANA timezone identifier for the maintenance schedule.

public string Timezone { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-timestream-influxdbinstance-maintenanceschedule.html#cfn-timestream-influxdbinstance-maintenanceschedule-timezone

Implements

CfnInfluxDBInstance.IMaintenanceScheduleProperty
Back to top Generated by DocFX