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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnPlaybackConfiguration.ManifestServiceInteractionLogProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Indicates that MediaTailor won't emit the selected events in the logs for playback sessions that are initialized with this configuration.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getExcludeEventTypes
Indicates that MediaTailor won't emit the selected events in the logs for playback sessions that are initialized with this configuration.- See Also:
-
builder
@Stability(Stable) static CfnPlaybackConfiguration.ManifestServiceInteractionLogProperty.Builder builder()
-