This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Connect::HoursOfOperation HoursOfOperationOverride
Information about the hours of operations override.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "EffectiveFrom" :String, "EffectiveTill" :String, "HoursOfOperationOverrideId" :String, "OverrideConfig" :[ HoursOfOperationOverrideConfig, ... ], "OverrideDescription" :String, "OverrideName" :String}
YAML
EffectiveFrom:StringEffectiveTill:StringHoursOfOperationOverrideId:StringOverrideConfig:- HoursOfOperationOverrideConfigOverrideDescription:StringOverrideName:String
Properties
EffectiveFrom-
The date from which the hours of operation override would be effective.
Required: Yes
Type: String
Pattern:
^\d{4}-\d{2}-\d{2}$Update requires: No interruption
EffectiveTill-
The date until the hours of operation override is effective.
Required: Yes
Type: String
Pattern:
^\d{4}-\d{2}-\d{2}$Update requires: No interruption
HoursOfOperationOverrideId-
The identifier for the hours of operation override.
Required: No
Type: String
Pattern:
^[-a-zA-Z0-9]*$Update requires: No interruption
OverrideConfigProperty description not available.
Required: Yes
Type: Array of HoursOfOperationOverrideConfig
Maximum:
100Update requires: No interruption
OverrideDescriptionProperty description not available.
Required: No
Type: String
Minimum:
1Maximum:
250Update requires: No interruption
OverrideNameProperty description not available.
Required: Yes
Type: String
Minimum:
1Maximum:
127Update requires: No interruption