Data Source: aws_connect_hours_of_operation

Provides details about a specific Amazon Connect Hours of Operation.

Example Usage

By name

data "aws_connect_hours_of_operation" "test" {
  instance_id = "aaaaaaaa-bbbb-cccc-dddd-111111111111"
  name        = "Test"
}

By hours_of_operation_id

data "aws_connect_hours_of_operation" "test" {
  instance_id           = "aaaaaaaa-bbbb-cccc-dddd-111111111111"
  hours_of_operation_id = "cccccccc-bbbb-cccc-dddd-111111111111"
}

Argument Reference

This argument supports the following arguments:

Attribute Reference

This data source exports the following attributes in addition to the arguments above:

A config block supports the following arguments:

A end_time block supports the following arguments:

A start_time block supports the following arguments: