Show / Hide Table of Contents

Class CfnChannelPropsMixin.RtmpCaptionInfoDestinationSettingsProperty

Inheritance
object
CfnChannelPropsMixin.RtmpCaptionInfoDestinationSettingsProperty
Implements
CfnChannelPropsMixin.IRtmpCaptionInfoDestinationSettingsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MediaLive
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnChannelPropsMixin.RtmpCaptionInfoDestinationSettingsProperty : CfnChannelPropsMixin.IRtmpCaptionInfoDestinationSettingsProperty
Syntax (vb)
Public Class CfnChannelPropsMixin.RtmpCaptionInfoDestinationSettingsProperty Implements CfnChannelPropsMixin.IRtmpCaptionInfoDestinationSettingsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-rtmpcaptioninfodestinationsettings.html

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.CfnPropertyMixins.AWS.MediaLive;

             var rtmpCaptionInfoDestinationSettingsProperty = new RtmpCaptionInfoDestinationSettingsProperty { };

Synopsis

Constructors

RtmpCaptionInfoDestinationSettingsProperty()

Constructors

RtmpCaptionInfoDestinationSettingsProperty()

public RtmpCaptionInfoDestinationSettingsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-rtmpcaptioninfodestinationsettings.html

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.CfnPropertyMixins.AWS.MediaLive;

             var rtmpCaptionInfoDestinationSettingsProperty = new RtmpCaptionInfoDestinationSettingsProperty { };

Implements

CfnChannelPropsMixin.IRtmpCaptionInfoDestinationSettingsProperty
Back to top Generated by DocFX