Interface CfnChannelPropsMixin.ILogConfigurationForChannelProperty
The log configuration for the channel.
Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaTailor.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnChannelPropsMixin.ILogConfigurationForChannelProperty
Syntax (vb)
Public Interface CfnChannelPropsMixin.ILogConfigurationForChannelProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.MediaTailor.Mixins;
var logConfigurationForChannelProperty = new LogConfigurationForChannelProperty {
LogTypes = new [] { "logTypes" }
};
Synopsis
Properties
| LogTypes | The log types. |