Interface CfnNodePropsMixin.SdiSourceMappingProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnNodePropsMixin.SdiSourceMappingProperty.Jsii$Proxy
- Enclosing class:
CfnNodePropsMixin
@Stability(Stable)
public static interface CfnNodePropsMixin.SdiSourceMappingProperty
extends software.amazon.jsii.JsiiSerializable
SDI source mapping.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.medialive.*;
SdiSourceMappingProperty sdiSourceMappingProperty = SdiSourceMappingProperty.builder()
.cardNumber(123)
.channelNumber(123)
.sdiSource("sdiSource")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnNodePropsMixin.SdiSourceMappingPropertystatic final classAn implementation forCfnNodePropsMixin.SdiSourceMappingProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCardNumber
The card number.- See Also:
-
getChannelNumber
The channel number.- See Also:
-
getSdiSource
The SDI source.- See Also:
-
builder
-