Interface CfnCampaignPropsMixin.RestrictedPeriodProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCampaignPropsMixin.RestrictedPeriodProperty.Jsii$Proxy
- Enclosing class:
CfnCampaignPropsMixin
@Stability(Stable)
public static interface CfnCampaignPropsMixin.RestrictedPeriodProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.connectcampaignsv2.*;
RestrictedPeriodProperty restrictedPeriodProperty = RestrictedPeriodProperty.builder()
.endDate("endDate")
.name("name")
.startDate("startDate")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCampaignPropsMixin.RestrictedPeriodPropertystatic final classAn implementation forCfnCampaignPropsMixin.RestrictedPeriodProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEndDate
The end date of the restricted period.- See Also:
-
getName
The name of the restricted period.- See Also:
-
getStartDate
The start date of the restricted period.- See Also:
-
builder
-