Values.InputDeviceMediaConnectConfigurableSettingsSourceParameters required to attach a MediaConnect flow to the device.
type nonrec t = {flowArn : string option;The ARN of the MediaConnect flow to attach this device to.
*)roleArn : string option;The ARN for the role that MediaLive assumes to access the attached flow and secret. For more information about how to create this role, see the MediaLive user guide.
*)secretArn : string option;The ARN for the secret that holds the encryption key to encrypt the content output by the device.
*)sourceName : string option;The name of the MediaConnect Flow source to stream to.
*)}