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: