Interface CfnChannel.OutputDestinationSettingsProperty

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

@Stability(Stable) public static interface CfnChannel.OutputDestinationSettingsProperty extends software.amazon.jsii.JsiiSerializable
The configuration information for this output.

The parent of this entity is OutputDestination.

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.*;
 OutputDestinationSettingsProperty outputDestinationSettingsProperty = OutputDestinationSettingsProperty.builder()
         .passwordParam("passwordParam")
         .streamName("streamName")
         .url("url")
         .username("username")
         .build();
 
  • Method Details

    • getPasswordParam

      @Stability(Stable) @Nullable default String getPasswordParam()
      The password parameter that holds the password for accessing the downstream system.

      This password parameter applies only if the downstream system requires credentials.

    • getStreamName

      @Stability(Stable) @Nullable default String getStreamName()
      The stream name for the content.

      This applies only to RTMP outputs.

    • getUrl

      @Stability(Stable) @Nullable default String getUrl()
      The URL for the destination.
    • getUsername

      @Stability(Stable) @Nullable default String getUsername()
      The user name to connect to the downstream system.

      This applies only if the downstream system requires credentials.

    • builder

      @Stability(Stable) static CfnChannel.OutputDestinationSettingsProperty.Builder builder()
      Returns:
      a CfnChannel.OutputDestinationSettingsProperty.Builder of CfnChannel.OutputDestinationSettingsProperty