/dhall-aws-cloudformation/cloudformation/AWS::Cognito::LogDeliveryConfiguration/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ LogConfigurations : Optional (List (./LogConfiguration.dhall).Type)
, UserPoolId : (./../../Fn.dhall).CfnText
}
, default.LogConfigurations = None (List (./LogConfiguration.dhall).Type)
}