Interface CfnCampaign.IDailyHourProperty
The daily hours configuration.
Namespace: Amazon.CDK.AwsConnectcampaignsv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDailyHourProperty
Syntax (vb)
Public Interface IDailyHourProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Aws_connectcampaignsv2;
var dailyHourProperty = new DailyHourProperty {
Key = "key",
Value = new [] { new TimeRangeProperty {
EndTime = "endTime",
StartTime = "startTime"
} }
};
Synopsis
Properties
Key | The key for DailyHour. |
Value | The value for DailyHour. |
Properties
Key
The key for DailyHour.
virtual string Key { get; }
Property Value
System.
Remarks
Value
The value for DailyHour.
virtual object Value { get; }
Property Value
System.