Class CfnPlaybackConfigurationLogsMixin
Adds a new playback configuration to AWS Elemental MediaTailor .
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaTailor.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnPlaybackConfigurationLogsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnPlaybackConfigurationLogsMixin Inherits Mixin Implements IMixin
Remarks
CloudformationResource: AWS::MediaTailor::PlaybackConfiguration
Mixin: true
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.Logs;
using Amazon.CDK.Mixins.Preview.AWS.MediaTailor.Mixins;
ILogsDelivery logsDelivery;
var cfnPlaybackConfigurationLogsMixin = new CfnPlaybackConfigurationLogsMixin("logType", logsDelivery);
Synopsis
Constructors
| CfnPlaybackConfigurationLogsMixin(string, ILogsDelivery) | Create a mixin to enable vended logs for |
Properties
| AD_DECISION_SERVER_LOGS | Adds a new playback configuration to AWS Elemental MediaTailor . |
| LogDelivery | Adds a new playback configuration to AWS Elemental MediaTailor . |
| LogType | Adds a new playback configuration to AWS Elemental MediaTailor . |
| MANIFEST_SERVICE_LOGS | Adds a new playback configuration to AWS Elemental MediaTailor . |
| TRANSCODE_LOGS | Adds a new playback configuration to AWS Elemental MediaTailor . |
Methods
| ApplyTo(IConstruct) | Apply vended logs configuration to the construct. |
| Supports(IConstruct) | Check if this mixin supports the given construct (has vendedLogs property). |
Constructors
CfnPlaybackConfigurationLogsMixin(string, ILogsDelivery)
Create a mixin to enable vended logs for AWS::MediaTailor::PlaybackConfiguration.
public CfnPlaybackConfigurationLogsMixin(string logType, ILogsDelivery logDelivery)
Parameters
- logType string
Type of logs that are getting vended.
- logDelivery ILogsDelivery
Object in charge of setting up the delivery source, delivery destination, and delivery connection.
Remarks
CloudformationResource: AWS::MediaTailor::PlaybackConfiguration
Mixin: true
ExampleMetadata: fixture=_generated
Properties
AD_DECISION_SERVER_LOGS
Adds a new playback configuration to AWS Elemental MediaTailor .
public static CfnPlaybackConfigurationAdDecisionServerLogs AD_DECISION_SERVER_LOGS { get; }
Property Value
CfnPlaybackConfigurationAdDecisionServerLogs
Remarks
CloudformationResource: AWS::MediaTailor::PlaybackConfiguration
Mixin: true
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.Logs;
using Amazon.CDK.Mixins.Preview.AWS.MediaTailor.Mixins;
ILogsDelivery logsDelivery;
var cfnPlaybackConfigurationLogsMixin = new CfnPlaybackConfigurationLogsMixin("logType", logsDelivery);
LogDelivery
Adds a new playback configuration to AWS Elemental MediaTailor .
protected virtual ILogsDelivery LogDelivery { get; }
Property Value
Remarks
CloudformationResource: AWS::MediaTailor::PlaybackConfiguration
Mixin: true
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.Logs;
using Amazon.CDK.Mixins.Preview.AWS.MediaTailor.Mixins;
ILogsDelivery logsDelivery;
var cfnPlaybackConfigurationLogsMixin = new CfnPlaybackConfigurationLogsMixin("logType", logsDelivery);
LogType
Adds a new playback configuration to AWS Elemental MediaTailor .
protected virtual string LogType { get; }
Property Value
Remarks
CloudformationResource: AWS::MediaTailor::PlaybackConfiguration
Mixin: true
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.Logs;
using Amazon.CDK.Mixins.Preview.AWS.MediaTailor.Mixins;
ILogsDelivery logsDelivery;
var cfnPlaybackConfigurationLogsMixin = new CfnPlaybackConfigurationLogsMixin("logType", logsDelivery);
MANIFEST_SERVICE_LOGS
Adds a new playback configuration to AWS Elemental MediaTailor .
public static CfnPlaybackConfigurationManifestServiceLogs MANIFEST_SERVICE_LOGS { get; }
Property Value
CfnPlaybackConfigurationManifestServiceLogs
Remarks
CloudformationResource: AWS::MediaTailor::PlaybackConfiguration
Mixin: true
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.Logs;
using Amazon.CDK.Mixins.Preview.AWS.MediaTailor.Mixins;
ILogsDelivery logsDelivery;
var cfnPlaybackConfigurationLogsMixin = new CfnPlaybackConfigurationLogsMixin("logType", logsDelivery);
TRANSCODE_LOGS
Adds a new playback configuration to AWS Elemental MediaTailor .
public static CfnPlaybackConfigurationTranscodeLogs TRANSCODE_LOGS { get; }
Property Value
CfnPlaybackConfigurationTranscodeLogs
Remarks
CloudformationResource: AWS::MediaTailor::PlaybackConfiguration
Mixin: true
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.Logs;
using Amazon.CDK.Mixins.Preview.AWS.MediaTailor.Mixins;
ILogsDelivery logsDelivery;
var cfnPlaybackConfigurationLogsMixin = new CfnPlaybackConfigurationLogsMixin("logType", logsDelivery);
Methods
ApplyTo(IConstruct)
Apply vended logs configuration to the construct.
public override IConstruct ApplyTo(IConstruct resource)
Parameters
- resource IConstruct
Returns
IConstruct
Overrides
Remarks
CloudformationResource: AWS::MediaTailor::PlaybackConfiguration
Mixin: true
ExampleMetadata: fixture=_generated
Supports(IConstruct)
Check if this mixin supports the given construct (has vendedLogs property).
public override bool Supports(IConstruct construct)
Parameters
- construct IConstruct
Returns
Overrides
Remarks
CloudformationResource: AWS::MediaTailor::PlaybackConfiguration
Mixin: true
ExampleMetadata: fixture=_generated