Class CfnRouterOutputPropsMixin
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.Mixin
software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnRouterOutputPropsMixin
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IMixin
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:20:01.353Z")
@Stability(Stable)
public class CfnRouterOutputPropsMixin
extends Mixin
implements software.constructs.IMixin
Represents a router input in AWS Elemental MediaConnect that can be used to egress content transmitted from router inputs.
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.mediaconnect.*;
import software.amazon.awscdk.*;
Object automatic;
Object default_;
IMergeStrategy mergeStrategy;
CfnRouterOutputPropsMixin cfnRouterOutputPropsMixin = CfnRouterOutputPropsMixin.Builder.create(CfnRouterOutputMixinProps.builder()
.availabilityZone("availabilityZone")
.configuration(RouterOutputConfigurationProperty.builder()
.mediaConnectFlow(MediaConnectFlowRouterOutputConfigurationProperty.builder()
.destinationTransitEncryption(FlowTransitEncryptionProperty.builder()
.encryptionKeyConfiguration(FlowTransitEncryptionKeyConfigurationProperty.builder()
.automatic(automatic)
.secretsManager(SecretsManagerEncryptionKeyConfigurationProperty.builder()
.roleArn("roleArn")
.secretArn("secretArn")
.build())
.build())
.encryptionKeyType("encryptionKeyType")
.build())
.flowArn("flowArn")
.flowSourceArn("flowSourceArn")
.build())
.mediaLiveInput(MediaLiveInputRouterOutputConfigurationProperty.builder()
.destinationTransitEncryption(MediaLiveTransitEncryptionProperty.builder()
.encryptionKeyConfiguration(MediaLiveTransitEncryptionKeyConfigurationProperty.builder()
.automatic(automatic)
.secretsManager(SecretsManagerEncryptionKeyConfigurationProperty.builder()
.roleArn("roleArn")
.secretArn("secretArn")
.build())
.build())
.encryptionKeyType("encryptionKeyType")
.build())
.mediaLiveInputArn("mediaLiveInputArn")
.mediaLivePipelineId("mediaLivePipelineId")
.build())
.standard(StandardRouterOutputConfigurationProperty.builder()
.networkInterfaceArn("networkInterfaceArn")
.protocol("protocol")
.protocolConfiguration(RouterOutputProtocolConfigurationProperty.builder()
.rist(RistRouterOutputConfigurationProperty.builder()
.destinationAddress("destinationAddress")
.destinationPort(123)
.build())
.rtp(RtpRouterOutputConfigurationProperty.builder()
.destinationAddress("destinationAddress")
.destinationPort(123)
.forwardErrorCorrection("forwardErrorCorrection")
.build())
.srtCaller(SrtCallerRouterOutputConfigurationProperty.builder()
.destinationAddress("destinationAddress")
.destinationPort(123)
.encryptionConfiguration(SrtEncryptionConfigurationProperty.builder()
.encryptionKey(SecretsManagerEncryptionKeyConfigurationProperty.builder()
.roleArn("roleArn")
.secretArn("secretArn")
.build())
.build())
.minimumLatencyMilliseconds(123)
.streamId("streamId")
.build())
.srtListener(SrtListenerRouterOutputConfigurationProperty.builder()
.encryptionConfiguration(SrtEncryptionConfigurationProperty.builder()
.encryptionKey(SecretsManagerEncryptionKeyConfigurationProperty.builder()
.roleArn("roleArn")
.secretArn("secretArn")
.build())
.build())
.minimumLatencyMilliseconds(123)
.port(123)
.build())
.build())
.build())
.build())
.maintenanceConfiguration(MaintenanceConfigurationProperty.builder()
.default(default_)
.preferredDayTime(PreferredDayTimeMaintenanceConfigurationProperty.builder()
.day("day")
.time("time")
.build())
.build())
.maximumBitrate(123)
.name("name")
.regionName("regionName")
.routingScope("routingScope")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.tier("tier")
.build())
.strategy(mergeStrategy)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnRouterOutputPropsMixin.static interfaceExample:static interfaceThe configuration that defines how content is encrypted during transit between the MediaConnect router and a MediaConnect flow.static interfaceExample:static interfaceConfiguration settings for connecting a router output to a MediaConnect flow source.static interfaceConfiguration settings for connecting a router output to a MediaLive input.static interfaceExample:static interfaceThe encryption configuration that defines how content is encrypted during transit between MediaConnect Router and MediaLive.static interfaceConfiguration for preferred day and time maintenance settings.static interfaceThe configuration settings for a router output using the RIST (Reliable Internet Stream Transport) protocol, including the destination address and port.static interfaceExample:static interfaceExample:static interfaceThe configuration settings for a router output using the RTP (Real-Time Transport Protocol) protocol, including the destination address and port, and forward error correction state.static interfaceThe configuration settings for transit encryption using AWS Secrets Manager, including the secret ARN and role ARN.static interfaceThe configuration settings for a router output using the SRT (Secure Reliable Transport) protocol in caller mode, including the destination address and port, minimum latency, stream ID, and encryption key configuration.static interfaceContains the configuration settings for encrypting SRT streams, including the encryption key details and encryption parameters.static interfaceThe configuration settings for a router output using the SRT (Secure Reliable Transport) protocol in listener mode, including the port, minimum latency, and encryption key configuration.static interfaceThe configuration settings for a standard router output, including the protocol, protocol-specific configuration, network interface, and availability zone.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IMixin
software.constructs.IMixin.Jsii$Default, software.constructs.IMixin.Jsii$Proxy -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionCreate a mixin to apply properties toAWS::MediaConnect::RouterOutput.Create a mixin to apply properties toAWS::MediaConnect::RouterOutput.protectedCfnRouterOutputPropsMixin(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnRouterOutputPropsMixin(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyTo(software.constructs.IConstruct construct) Apply the mixin properties to the construct.protected CfnRouterOutputMixinPropsgetProps()protected IMergeStrategysupports(software.constructs.IConstruct construct) Check if this mixin supports the given construct.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_PROPERTY_KEYS
-
-
Constructor Details
-
CfnRouterOutputPropsMixin
protected CfnRouterOutputPropsMixin(software.amazon.jsii.JsiiObjectRef objRef) -
CfnRouterOutputPropsMixin
protected CfnRouterOutputPropsMixin(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnRouterOutputPropsMixin
@Stability(Stable) public CfnRouterOutputPropsMixin(@NotNull CfnRouterOutputMixinProps props, @Nullable CfnPropertyMixinOptions options) Create a mixin to apply properties toAWS::MediaConnect::RouterOutput.- Parameters:
props- L1 properties to apply. This parameter is required.options- Mixin options.
-
CfnRouterOutputPropsMixin
Create a mixin to apply properties toAWS::MediaConnect::RouterOutput.- Parameters:
props- L1 properties to apply. This parameter is required.
-
-
Method Details
-
applyTo
@Stability(Stable) public void applyTo(@NotNull software.constructs.IConstruct construct) Apply the mixin properties to the construct. -
supports
@Stability(Stable) @NotNull public Boolean supports(@NotNull software.constructs.IConstruct construct) Check if this mixin supports the given construct. -
getProps
-
getStrategy
-