This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Timestream::InfluxDBInstance MaintenanceSchedule
The MaintenanceSchedule property type specifies Property description not available. for an AWS::Timestream::InfluxDBInstance.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "PreferredMaintenanceWindow" :String, "Timezone" :String}
YAML
PreferredMaintenanceWindow:StringTimezone:String
Properties
PreferredMaintenanceWindowProperty description not available.
Required: Yes
Type: String
Pattern:
^$|^(Mon|Tue|Wed|Thu|Fri|Sat|Sun):([01]\d|2[0-3]):[0-5]\d-(Mon|Tue|Wed|Thu|Fri|Sat|Sun):([01]\d|2[0-3]):[0-5]\d$Minimum:
0Maximum:
19Update requires: No interruption
TimezoneProperty description not available.
Required: Yes
Type: String
Pattern:
^(UTC|[A-Za-z_]+/[A-Za-z0-9_]+(/[A-Za-z0-9_]+)?)$Minimum:
1Maximum:
64Update requires: No interruption