Interface CfnChannel.InputLocationProperty

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

@Stability(Stable) public static interface CfnChannel.InputLocationProperty extends software.amazon.jsii.JsiiSerializable
The input location.

The parent of this entity is InputLossBehavior.

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.*;
 InputLocationProperty inputLocationProperty = InputLocationProperty.builder()
         .passwordParam("passwordParam")
         .uri("uri")
         .username("username")
         .build();
 

See Also: