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
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
Remarks
Url
string? Url { get; }