Interface CfnChannel.LogConfigurationProperty

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

@Stability(Stable) public static interface CfnChannel.LogConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The access log configuration parameters for your 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.mediapackage.*;
 LogConfigurationProperty logConfigurationProperty = LogConfigurationProperty.builder()
         .logGroupName("logGroupName")
         .build();
 

See Also: