Show / Hide Table of Contents

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

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

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

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.

string Timezone { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX