Interface CfnInputPropsMixin.SrtSettingsRequestProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnInputPropsMixin.SrtSettingsRequestProperty.Jsii$Proxy
- Enclosing class:
CfnInputPropsMixin
@Stability(Stable)
public static interface CfnInputPropsMixin.SrtSettingsRequestProperty
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.mixins.preview.services.medialive.mixins.*;
SrtSettingsRequestProperty srtSettingsRequestProperty = SrtSettingsRequestProperty.builder()
.srtCallerSources(List.of(SrtCallerSourceRequestProperty.builder()
.decryption(SrtCallerDecryptionRequestProperty.builder()
.algorithm("algorithm")
.passphraseSecretArn("passphraseSecretArn")
.build())
.minimumLatency(123)
.srtListenerAddress("srtListenerAddress")
.srtListenerPort("srtListenerPort")
.streamId("streamId")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnInputPropsMixin.SrtSettingsRequestPropertystatic final classAn implementation forCfnInputPropsMixin.SrtSettingsRequestProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnInputPropsMixin.SrtCallerSourceRequestProperty>Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSrtCallerSources
Returns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnInputPropsMixin.SrtCallerSourceRequestProperty>- See Also:
-
builder
-