Class CfnCampaignPropsMixin.TimeRangeProperty
Contains information about a time range.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.ConnectCampaignsV2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnCampaignPropsMixin.TimeRangeProperty : CfnCampaignPropsMixin.ITimeRangeProperty
Syntax (vb)
Public Class CfnCampaignPropsMixin.TimeRangeProperty Implements CfnCampaignPropsMixin.ITimeRangeProperty
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.CfnPropertyMixins.AWS.ConnectCampaignsV2;
var timeRangeProperty = new TimeRangeProperty {
EndTime = "endTime",
StartTime = "startTime"
};
Synopsis
Constructors
| TimeRangeProperty() | Contains information about a time range. |
Properties
| EndTime | The end time of the time range. |
| StartTime | The start time of the time range. |
Constructors
TimeRangeProperty()
Contains information about a time range.
public TimeRangeProperty()
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.CfnPropertyMixins.AWS.ConnectCampaignsV2;
var timeRangeProperty = new TimeRangeProperty {
EndTime = "endTime",
StartTime = "startTime"
};
Properties
EndTime
The end time of the time range.
public string? EndTime { get; set; }
Property Value
Remarks
StartTime
The start time of the time range.
public string? StartTime { get; set; }