Interface CfnPlaybackConfiguration.ManifestServiceInteractionLogProperty

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

@Stability(Stable) public static interface CfnPlaybackConfiguration.ManifestServiceInteractionLogProperty extends software.amazon.jsii.JsiiSerializable
Settings for customizing what events are included in logs for interactions with the origin server.

For more information about manifest service logs, including descriptions of the event types, see MediaTailor manifest logs description and event types in AWS Elemental MediaTailor User Guide.

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.mediatailor.*;
 ManifestServiceInteractionLogProperty manifestServiceInteractionLogProperty = ManifestServiceInteractionLogProperty.builder()
         .excludeEventTypes(List.of("excludeEventTypes"))
         .build();
 

See Also: