/dhall-aws-cloudformation/cloudformation/AWS::MediaLive::Channel/StaticKeySettings.dhall
Copy path to clipboardSource
{ Type =
{ KeyProviderServer : Optional (./InputLocation.dhall).Type
, StaticKeyValue : Optional (./../../Fn.dhall).CfnText
}
, default =
{ KeyProviderServer = None (./InputLocation.dhall).Type
, StaticKeyValue = None (./../../Fn.dhall).CfnText
}
}