interface TimeRangeProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_connectcampaignsv2.CfnCampaign.TimeRangeProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsconnectcampaignsv2#CfnCampaign_TimeRangeProperty |
![]() | software.amazon.awscdk.services.connectcampaignsv2.CfnCampaign.TimeRangeProperty |
![]() | aws_cdk.aws_connectcampaignsv2.CfnCampaign.TimeRangeProperty |
![]() | aws-cdk-lib » aws_connectcampaignsv2 » CfnCampaign » TimeRangeProperty |
Contains information about a time range.
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 timeRangeProperty: connectcampaignsv2.CfnCampaign.TimeRangeProperty = {
endTime: 'endTime',
startTime: 'startTime',
};
Properties
Name | Type | Description |
---|---|---|
end | string | The end time of the time range. |
start | string | The start time of the time range. |
endTime
Type:
string
The end time of the time range.
startTime
Type:
string
The start time of the time range.