Show / Hide Table of Contents

Class CfnPlaybackConfigurationLogsMixin

Adds a new playback configuration to AWS Elemental MediaTailor .

Inheritance
object
Mixin
CfnPlaybackConfigurationLogsMixin
Implements
IMixin
Inherited Members
Mixin.IsMixin(object)
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-playbackconfiguration.html

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 AWS::MediaTailor::PlaybackConfiguration.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-playbackconfiguration.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-playbackconfiguration.html

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

ILogsDelivery

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-playbackconfiguration.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-playbackconfiguration.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-playbackconfiguration.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-playbackconfiguration.html

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
Mixin.ApplyTo(IConstruct)
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-playbackconfiguration.html

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

bool

Overrides
Mixin.Supports(IConstruct)
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-playbackconfiguration.html

CloudformationResource: AWS::MediaTailor::PlaybackConfiguration

Mixin: true

ExampleMetadata: fixture=_generated

Implements

IMixin
Back to top Generated by DocFX