interface RestrictedPeriodProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_connectcampaignsv2.CfnCampaign.RestrictedPeriodProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsconnectcampaignsv2#CfnCampaign_RestrictedPeriodProperty |
![]() | software.amazon.awscdk.services.connectcampaignsv2.CfnCampaign.RestrictedPeriodProperty |
![]() | aws_cdk.aws_connectcampaignsv2.CfnCampaign.RestrictedPeriodProperty |
![]() | aws-cdk-lib » aws_connectcampaignsv2 » CfnCampaign » RestrictedPeriodProperty |
Contains information about a restricted period.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_connectcampaignsv2 as connectcampaignsv2 } from 'aws-cdk-lib';
const restrictedPeriodProperty: connectcampaignsv2.CfnCampaign.RestrictedPeriodProperty = {
endDate: 'endDate',
startDate: 'startDate',
// the properties below are optional
name: 'name',
};
Properties
Name | Type | Description |
---|---|---|
end | string | The end date of the restricted period. |
start | string | The start date of the restricted period. |
name? | string | The name of the restricted period. |
endDate
Type:
string
The end date of the restricted period.
startDate
Type:
string
The start date of the restricted period.
name?
Type:
string
(optional)
The name of the restricted period.