/dhall-aws-cloudformation/cloudformation/Alexa::ASK::Skill/AuthenticationConfiguration.dhall

Copy path to clipboard

Source

{ Type =
{ ClientId : (./../../Fn.dhall).CfnText
, ClientSecret : (./../../Fn.dhall).CfnText
, RefreshToken : (./../../Fn.dhall).CfnText
}
, default = {=}
}