Interface CfnInputPropsMixin.SrtCallerSourceRequestProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnInputPropsMixin.SrtCallerSourceRequestProperty.Jsii$Proxy
Enclosing class:
CfnInputPropsMixin

@Stability(Stable) public static interface CfnInputPropsMixin.SrtCallerSourceRequestProperty extends software.amazon.jsii.JsiiSerializable
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.*;
 SrtCallerSourceRequestProperty srtCallerSourceRequestProperty = SrtCallerSourceRequestProperty.builder()
         .decryption(SrtCallerDecryptionRequestProperty.builder()
                 .algorithm("algorithm")
                 .passphraseSecretArn("passphraseSecretArn")
                 .build())
         .minimumLatency(123)
         .srtListenerAddress("srtListenerAddress")
         .srtListenerPort("srtListenerPort")
         .streamId("streamId")
         .build();
 

See Also: