Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-channel-logconfigurationforchannel.html

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.

Properties

LogTypes

The log types.

string[]? LogTypes { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-channel-logconfigurationforchannel.html#cfn-mediatailor-channel-logconfigurationforchannel-logtypes

Back to top Generated by DocFX