Show / Hide Table of Contents

Class CfnPlaybackConfigurationAdDecisionServerLogs

Builder for CfnPlaybackConfigurationLogsMixin to generate AD_DECISION_SERVER_LOGS for CfnPlaybackConfiguration.

Inheritance
object
CfnPlaybackConfigurationAdDecisionServerLogs
Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaTailor.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnPlaybackConfigurationAdDecisionServerLogs : DeputyBase
Syntax (vb)
Public Class CfnPlaybackConfigurationAdDecisionServerLogs Inherits DeputyBase
Remarks

CloudformationResource: AWS::MediaTailor::PlaybackConfiguration

LogType: AD_DECISION_SERVER_LOGS

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 cfnPlaybackConfigurationAdDecisionServerLogs = new CfnPlaybackConfigurationAdDecisionServerLogs();

Synopsis

Constructors

CfnPlaybackConfigurationAdDecisionServerLogs()

Builder for CfnPlaybackConfigurationLogsMixin to generate AD_DECISION_SERVER_LOGS for CfnPlaybackConfiguration.

Methods

ToFirehose(IDeliveryStreamRef)

Send logs to a Firehose Delivery Stream.

ToLogGroup(ILogGroupRef)

Send logs to a CloudWatch Log Group.

ToS3(IBucketRef)

Send logs to an S3 Bucket.

Constructors

CfnPlaybackConfigurationAdDecisionServerLogs()

Builder for CfnPlaybackConfigurationLogsMixin to generate AD_DECISION_SERVER_LOGS for CfnPlaybackConfiguration.

public CfnPlaybackConfigurationAdDecisionServerLogs()
Remarks

Stability: Experimental

Methods

ToFirehose(IDeliveryStreamRef)

Send logs to a Firehose Delivery Stream.

public virtual CfnPlaybackConfigurationLogsMixin ToFirehose(IDeliveryStreamRef deliveryStream)
Parameters
deliveryStream IDeliveryStreamRef
Returns

CfnPlaybackConfigurationLogsMixin

Remarks

CloudformationResource: AWS::MediaTailor::PlaybackConfiguration

LogType: AD_DECISION_SERVER_LOGS

ExampleMetadata: fixture=_generated

ToLogGroup(ILogGroupRef)

Send logs to a CloudWatch Log Group.

public virtual CfnPlaybackConfigurationLogsMixin ToLogGroup(ILogGroupRef logGroup)
Parameters
logGroup ILogGroupRef
Returns

CfnPlaybackConfigurationLogsMixin

Remarks

CloudformationResource: AWS::MediaTailor::PlaybackConfiguration

LogType: AD_DECISION_SERVER_LOGS

ExampleMetadata: fixture=_generated

ToS3(IBucketRef)

Send logs to an S3 Bucket.

public virtual CfnPlaybackConfigurationLogsMixin ToS3(IBucketRef bucket)
Parameters
bucket IBucketRef
Returns

CfnPlaybackConfigurationLogsMixin

Remarks

CloudformationResource: AWS::MediaTailor::PlaybackConfiguration

LogType: AD_DECISION_SERVER_LOGS

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX