Interface CfnCampaign.QuietTimeProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnCampaign.QuietTimeProperty.Jsii$Proxy
Enclosing class:
CfnCampaign

@Stability(Stable) public static interface CfnCampaign.QuietTimeProperty extends software.amazon.jsii.JsiiSerializable
Specifies the start and end times that define a time range when messages aren't sent to endpoints.

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.pinpoint.*;
 QuietTimeProperty quietTimeProperty = QuietTimeProperty.builder()
         .end("end")
         .start("start")
         .build();
 

See Also: