interface LogConfigurationForChannelProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MediaTailor.CfnChannelPropsMixin.LogConfigurationForChannelProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmediatailor#CfnChannelPropsMixin_LogConfigurationForChannelProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.mediatailor.CfnChannelPropsMixin.LogConfigurationForChannelProperty |
Python | aws_cdk.cfn_property_mixins.aws_mediatailor.CfnChannelPropsMixin.LogConfigurationForChannelProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_mediatailor » CfnChannelPropsMixin » LogConfigurationForChannelProperty |
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 { aws_mediatailor as mediatailor } from '@aws-cdk/cfn-property-mixins';
const logConfigurationForChannelProperty: mediatailor.CfnChannelPropsMixin.LogConfigurationForChannelProperty = {
logTypes: ['logTypes'],
};
Properties
| Name | Type | Description |
|---|---|---|
| log | string[] | The log types. |
logTypes?
Type:
string[]
(optional)
The log types.

.NET
Go
Java
Python
TypeScript