Show / Hide Table of Contents

Class CfnCampaignPropsMixin.DailyHourProperty

The daily hours configuration.

Inheritance
object
CfnCampaignPropsMixin.DailyHourProperty
Implements
CfnCampaignPropsMixin.IDailyHourProperty
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.DailyHourProperty : CfnCampaignPropsMixin.IDailyHourProperty
Syntax (vb)
Public Class CfnCampaignPropsMixin.DailyHourProperty Implements CfnCampaignPropsMixin.IDailyHourProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-dailyhour.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 dailyHourProperty = new DailyHourProperty {
                 Key = "key",
                 Value = new [] { new TimeRangeProperty {
                     EndTime = "endTime",
                     StartTime = "startTime"
                 } }
             };

Synopsis

Constructors

DailyHourProperty()

The daily hours configuration.

Properties

Key

The key for DailyHour.

Value

The value for DailyHour.

Constructors

DailyHourProperty()

The daily hours configuration.

public DailyHourProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-dailyhour.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 dailyHourProperty = new DailyHourProperty {
                 Key = "key",
                 Value = new [] { new TimeRangeProperty {
                     EndTime = "endTime",
                     StartTime = "startTime"
                 } }
             };

Properties

Key

The key for DailyHour.

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

string

Remarks

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

Value

The value for DailyHour.

public object? Value { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or (either IResolvable or CfnCampaignPropsMixin.ITimeRangeProperty)[]

Implements

CfnCampaignPropsMixin.IDailyHourProperty
Back to top Generated by DocFX