Show / Hide Table of Contents

Interface CfnInputPropsMixin.IMulticastSourceCreateRequestProperty

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-multicastsourcecreaterequest.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.Mixins.Preview.AWS.MediaLive.Mixins;

             var multicastSourceCreateRequestProperty = new MulticastSourceCreateRequestProperty {
                 SourceIp = "sourceIp",
                 Url = "url"
             };

Synopsis

Properties

SourceIp
Url

Properties

SourceIp

string? SourceIp { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-multicastsourcecreaterequest.html#cfn-medialive-input-multicastsourcecreaterequest-sourceip

Url

string? Url { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-multicastsourcecreaterequest.html#cfn-medialive-input-multicastsourcecreaterequest-url

Back to top Generated by DocFX