Interface CfnCampaign.LocalTimeZoneConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCampaign.LocalTimeZoneConfigProperty.Jsii$Proxy
- Enclosing class:
CfnCampaign
@Stability(Stable)
public static interface CfnCampaign.LocalTimeZoneConfigProperty
extends software.amazon.jsii.JsiiSerializable
Local time zone config.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.connectcampaignsv2.*;
LocalTimeZoneConfigProperty localTimeZoneConfigProperty = LocalTimeZoneConfigProperty.builder()
.defaultTimeZone("defaultTimeZone")
.localTimeZoneDetection(List.of("localTimeZoneDetection"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCampaign.LocalTimeZoneConfigPropertystatic final classAn implementation forCfnCampaign.LocalTimeZoneConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDefaultTimeZone
Time Zone Id in the IANA format.- See Also:
-
getLocalTimeZoneDetection
Local TimeZone Detection method list.- See Also:
-
builder
-