HoursOfOperationReference
- class aws_cdk.aws_connect.HoursOfOperationReference(*, hours_of_operation_arn)
Bases:
object
A reference to a HoursOfOperation resource.
- Parameters:
hours_of_operation_arn (
str
) – The HoursOfOperationArn of the HoursOfOperation resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_connect as connect hours_of_operation_reference = connect.HoursOfOperationReference( hours_of_operation_arn="hoursOfOperationArn" )
Attributes
- hours_of_operation_arn
The HoursOfOperationArn of the HoursOfOperation resource.