Show / Hide Table of Contents

Class CfnCampaignPropsMixin.TimeRangeProperty

Contains information about a time range.

Inheritance
object
CfnCampaignPropsMixin.TimeRangeProperty
Implements
CfnCampaignPropsMixin.ITimeRangeProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-timerange.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-timerange.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-timerange.html#cfn-connectcampaignsv2-campaign-timerange-endtime

StartTime

The start time of the time range.

public string? StartTime { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-timerange.html#cfn-connectcampaignsv2-campaign-timerange-starttime

Implements

CfnCampaignPropsMixin.ITimeRangeProperty
Back to top Generated by DocFX