interface LogConfigurationForChannelProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaTailor.Mixins.CfnChannelPropsMixin.LogConfigurationForChannelProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmediatailor/mixins#CfnChannelPropsMixin_LogConfigurationForChannelProperty |
Java | software.amazon.awscdk.mixins.preview.services.mediatailor.mixins.CfnChannelPropsMixin.LogConfigurationForChannelProperty |
Python | aws_cdk.mixins_preview.aws_mediatailor.mixins.CfnChannelPropsMixin.LogConfigurationForChannelProperty |
TypeScript | @aws-cdk/mixins-preview » aws_mediatailor » mixins » 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 { mixins as mediatailor_mixins } from '@aws-cdk/mixins-preview/aws-mediatailor';
const logConfigurationForChannelProperty: mediatailor_mixins.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