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: