Interface CfnInput.SrtCallerSourceRequestProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnInput.SrtCallerSourceRequestProperty.Jsii$Proxy
- Enclosing class:
CfnInput
@Stability(Stable)
public static interface CfnInput.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.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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnInput.SrtCallerSourceRequestPropertystatic final classAn implementation forCfnInput.SrtCallerSourceRequestProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableorCfnInput.SrtCallerDecryptionRequestPropertydefault Numberdefault Stringdefault Stringdefault StringMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDecryption
Returns union: eitherIResolvableorCfnInput.SrtCallerDecryptionRequestProperty- See Also:
-
getMinimumLatency
- See Also:
-
getSrtListenerAddress
- See Also:
-
getSrtListenerPort
- See Also:
-
getStreamId
- See Also:
-
builder
-