AWS::Connect::HoursOfOperation HoursOfOperationOverride - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Connect::HoursOfOperation HoursOfOperationOverride

Information about the hours of operations override.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "EffectiveFrom" : String, "EffectiveTill" : String, "HoursOfOperationOverrideId" : String, "OverrideConfig" : [ HoursOfOperationOverrideConfig, ... ], "OverrideDescription" : String, "OverrideName" : 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 till which the hours of operation override would be 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

OverrideConfig

Property description not available.

Required: Yes

Type: Array of HoursOfOperationOverrideConfig

Maximum: 100

Update requires: No interruption

OverrideDescription

Property description not available.

Required: No

Type: String

Minimum: 1

Maximum: 250

Update requires: No interruption

OverrideName

Property description not available.

Required: Yes

Type: String

Minimum: 1

Maximum: 127

Update requires: No interruption