interface LocalTimeZoneConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_connectcampaignsv2.CfnCampaign.LocalTimeZoneConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsconnectcampaignsv2#CfnCampaign_LocalTimeZoneConfigProperty |
![]() | software.amazon.awscdk.services.connectcampaignsv2.CfnCampaign.LocalTimeZoneConfigProperty |
![]() | aws_cdk.aws_connectcampaignsv2.CfnCampaign.LocalTimeZoneConfigProperty |
![]() | aws-cdk-lib » aws_connectcampaignsv2 » CfnCampaign » LocalTimeZoneConfigProperty |
The configuration of timezone for recipient.
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 localTimeZoneConfigProperty: connectcampaignsv2.CfnCampaign.LocalTimeZoneConfigProperty = {
defaultTimeZone: 'defaultTimeZone',
localTimeZoneDetection: ['localTimeZoneDetection'],
};
Properties
Name | Type | Description |
---|---|---|
default | string | The timezone to use for all recipients. |
local | string[] | Detects methods for the recipient's timezone. |
defaultTimeZone?
Type:
string
(optional)
The timezone to use for all recipients.
localTimeZoneDetection?
Type:
string[]
(optional)
Detects methods for the recipient's timezone.