Interface ICfnSdiSourceMixinProps
Properties for CfnSdiSourcePropsMixin.
Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface ICfnSdiSourceMixinProps
Syntax (vb)
Public Interface ICfnSdiSourceMixinProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-sdisource.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 cfnSdiSourceMixinProps = new CfnSdiSourceMixinProps {
Mode = "mode",
Name = "name",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
Type = "type"
};
Synopsis
Properties
| Mode | The current state of the SdiSource. |
| Name | The name of the SdiSource. |
| Tags | A collection of key-value pairs. |
| Type | The interface mode of the SdiSource. |
Properties
Mode
The current state of the SdiSource.
string? Mode { get; }
Property Value
Remarks
Name
The name of the SdiSource.
string? Name { get; }
Property Value
Remarks
Tags
Type
The interface mode of the SdiSource.
string? Type { get; }