interface HoursOfOperationsIdentifierProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Connect.CfnHoursOfOperationPropsMixin.HoursOfOperationsIdentifierProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsconnect#CfnHoursOfOperationPropsMixin_HoursOfOperationsIdentifierProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.connect.CfnHoursOfOperationPropsMixin.HoursOfOperationsIdentifierProperty |
Python | aws_cdk.cfn_property_mixins.aws_connect.CfnHoursOfOperationPropsMixin.HoursOfOperationsIdentifierProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_connect » CfnHoursOfOperationPropsMixin » HoursOfOperationsIdentifierProperty |
Identifier for hours of operation.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_connect as connect } from '@aws-cdk/cfn-property-mixins';
const hoursOfOperationsIdentifierProperty: connect.CfnHoursOfOperationPropsMixin.HoursOfOperationsIdentifierProperty = {
id: 'id',
name: 'name',
};
Properties
| Name | Type | Description |
|---|---|---|
| id? | string | The identifier for the hours of operation. |
| name? | string | The name of the hours of operation. |
id?
Type:
string
(optional)
The identifier for the hours of operation.
name?
Type:
string
(optional)
The name of the hours of operation.

.NET
Go
Java
Python
TypeScript