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
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
Remarks
Name
The name of the restricted period.
string? Name { get; }
Property Value
Remarks
StartDate
The start date of the restricted period.
string? StartDate { get; }