Show / Hide Table of Contents

Interface CfnCampaignPropsMixin.IRestrictedPeriodProperty

Contains information about a restricted period.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.ConnectCampaignsV2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnCampaignPropsMixin.IRestrictedPeriodProperty
Syntax (vb)
Public Interface CfnCampaignPropsMixin.IRestrictedPeriodProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-restrictedperiod.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 restrictedPeriodProperty = new RestrictedPeriodProperty {
                 EndDate = "endDate",
                 Name = "name",
                 StartDate = "startDate"
             };

Synopsis

Properties

EndDate

The end date of the restricted period.

Name

The name of the restricted period.

StartDate

The start date of the restricted period.

Properties

EndDate

The end date of the restricted period.

string? EndDate { get; }
Property Value

string

Remarks

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

Name

The name of the restricted period.

string? Name { get; }
Property Value

string

Remarks

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

StartDate

The start date of the restricted period.

string? StartDate { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX