Interface CfnChannel.LogConfigurationForChannelProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.LogConfigurationForChannelProperty.Jsii$Proxy
- Enclosing class:
CfnChannel
@Stability(Stable)
public static interface CfnChannel.LogConfigurationForChannelProperty
extends software.amazon.jsii.JsiiSerializable
The log configuration for the channel.
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.*;
LogConfigurationForChannelProperty logConfigurationForChannelProperty = LogConfigurationForChannelProperty.builder()
.logTypes(List.of("logTypes"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnChannel.LogConfigurationForChannelPropertystatic final classAn implementation forCfnChannel.LogConfigurationForChannelProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLogTypes
The log types.- See Also:
-
builder
-