Interface CfnInput.InputSourceRequestProperty

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

@Stability(Stable) public static interface CfnInput.InputSourceRequestProperty extends software.amazon.jsii.JsiiSerializable
Settings that apply only if the input is a pull type of input.

The parent of this entity is Input.

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.*;
 InputSourceRequestProperty inputSourceRequestProperty = InputSourceRequestProperty.builder()
         .passwordParam("passwordParam")
         .url("url")
         .username("username")
         .build();
 

See Also: