Show / Hide Table of Contents

Interface ICfnPlaybackConfigurationAdDecisionServerLogsDestProps

Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaTailor.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface ICfnPlaybackConfigurationAdDecisionServerLogsDestProps
Syntax (vb)
Public Interface ICfnPlaybackConfigurationAdDecisionServerLogsDestProps
Remarks

Stability: Experimental

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 cfnPlaybackConfigurationAdDecisionServerLogsDestProps = new CfnPlaybackConfigurationAdDecisionServerLogsDestProps {
                 RecordFields = new [] { CfnPlaybackConfigurationAdDecisionServerLogsRecordFields.ORIGINID }
             };

Synopsis

Properties

RecordFields

(experimental) Record fields that can be provided to a log delivery.

Properties

RecordFields

(experimental) Record fields that can be provided to a log delivery.

CfnPlaybackConfigurationAdDecisionServerLogsRecordFields[]? RecordFields { get; }
Property Value

CfnPlaybackConfigurationAdDecisionServerLogsRecordFields[]

Remarks

Stability: Experimental

Back to top Generated by DocFX